postgresql/src/include/nodes
Robert Haas d1b7c1ffe7 Parallel executor support.
This code provides infrastructure for a parallel leader to start up
parallel workers to execute subtrees of the plan tree being executed
in the master.  User-supplied parameters from ParamListInfo are passed
down, but PARAM_EXEC parameters are not.  Various other constructs,
such as initplans, subplans, and CTEs, are also not currently shared.
Nevertheless, there's enough here to support a basic implementation of
parallel query, and we can lift some of the current restrictions as
needed.

Amit Kapila and Robert Haas
2015-09-28 21:55:57 -04:00
..
bitmapset.h Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
execnodes.h Allow per-tablespace effective_io_concurrency 2015-09-08 12:51:42 -03:00
lockoptions.h Improve representation of PlanRowMark. 2015-03-15 18:41:47 -04:00
makefuncs.h Support GROUPING SETS, CUBE and ROLLUP. 2015-05-16 03:46:31 +02:00
memnodes.h Limit the verbosity of memory context statistics dumps. 2015-08-25 13:09:48 -04:00
nodeFuncs.h Add new function planstate_tree_walker. 2015-09-17 11:27:06 -04:00
nodes.h Remove no-longer-used T_PrivGrantee node tag. 2015-09-16 10:48:11 -04:00
params.h Parallel executor support. 2015-09-28 21:55:57 -04:00
parsenodes.h Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
pg_list.h Rely on inline functions even if that causes warnings in older compilers. 2015-08-05 18:19:52 +02:00
plannodes.h Parallel executor support. 2015-09-28 21:55:57 -04:00
primnodes.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
print.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
readfuncs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
relation.h Parallel executor support. 2015-09-28 21:55:57 -04:00
replnodes.h Add ability to reserve WAL upon slot creation via replication protocol. 2015-09-06 13:30:57 +02:00
tidbitmap.h Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
value.h Update copyright for 2015 2015-01-06 11:43:47 -05:00