postgresql/src/include/nodes
Robert Haas 59eb551279 Fix EXPLAIN VERBOSE output for parallel aggregate.
The way that PartialAggregate and FinalizeAggregate plan nodes were
displaying output columns before was bogus.  Now, FinalizeAggregate
produces the same outputs as an Aggregate would have produced, while
PartialAggregate produces each of those outputs prefixed by the word
PARTIAL.

Discussion: 12585.1460737650@sss.pgh.pa.us

Patch by me, reviewed by David Rowley.
2016-04-27 07:37:40 -04:00
..
bitmapset.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
execnodes.h Tweak EXPLAIN for parallel query to show workers launched. 2016-04-15 11:52:18 -04:00
extensible.h Rework custom scans to work more like the new extensible node stuff. 2016-03-29 11:28:04 -04:00
lockoptions.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefuncs.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
memnodes.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodeFuncs.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes.h Expose more out/readfuncs support functions. 2016-04-08 14:26:36 -07:00
params.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parsenodes.h Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
pg_list.h Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
plannodes.h Allow aggregate transition states to be serialized and deserialized. 2016-03-29 15:04:05 -04:00
primnodes.h Fix EXPLAIN VERBOSE output for parallel aggregate. 2016-04-27 07:37:40 -04:00
print.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
readfuncs.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
relation.h Comment improvements for ForeignPath. 2016-04-21 13:30:48 -04:00
replnodes.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
tidbitmap.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
value.h Update copyright for 2016 2016-01-02 13:33:40 -05:00