postgresql/src/include/nodes
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command.
This new option terminates the other sessions connected to the target
database and then drop it.  To terminate other sessions, the current user
must have desired permissions (same as pg_terminate_backend()).  We don't
allow to terminate the sessions if prepared transactions, active logical
replication slots or subscriptions are present in the target database.

Author: Pavel Stehule with changes by me
Reviewed-by: Dilip Kumar, Vignesh C, Ibrar Ahmed, Anthony Nowocien,
Ryan Lambert and Amit Kapila
Discussion: https://postgr.es/m/CAP_rwwmLJJbn70vLOZFpxGw3XD7nLB_7+NKz46H5EOO2k5H7OQ@mail.gmail.com
2019-11-13 08:25:33 +05:30
..
bitmapset.h Add support for multivariate MCV lists 2019-03-27 18:32:18 +01:00
execnodes.h Fix ExprState's tag to be of type NodeTag rather than Node. 2019-09-23 15:28:13 -07:00
extensible.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
lockoptions.h Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
makefuncs.h Fix handling of expressions and predicates in REINDEX CONCURRENTLY 2019-07-29 09:58:49 +09:00
memnodes.h Use Size instead of int64 to track allocated memory 2019-10-04 16:10:56 +02:00
nodeFuncs.h Selectively include window frames in expression walks/mutates. 2019-10-03 10:54:52 +01:00
nodes.h Allow setting statistics target for extended statistics 2019-09-11 00:25:51 +02:00
params.h Refactor ParamListInfo initialization 2019-03-14 13:30:09 +01:00
parsenodes.h Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
pathnodes.h Remove fmgr.h includes from headers that don't really need it. 2019-08-16 10:35:31 -07:00
pg_list.h Rationalize use of list_concat + list_copy combinations. 2019-08-12 11:20:18 -04:00
plannodes.h Fix representation of hash keys in Hash/HashJoin nodes. 2019-08-02 00:02:46 -07:00
primnodes.h Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
print.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
readfuncs.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
replnodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
supportnodes.h Allow extensions to generate lossy index conditions. 2019-02-11 21:26:14 -05:00
tidbitmap.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
value.h Update copyright for 2019 2019-01-02 12:44:25 -05:00