summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.c
Commit message (Expand)AuthorAgeFilesLines
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-041-11/+7
* Fix spelling mistakes.Robert Haas2016-01-141-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-231-4/+10
* Fix obsolete comment.Robert Haas2015-11-301-1/+2
* Avoid server crash when worker registration fails at execution time.Robert Haas2015-11-201-1/+3
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-181-5/+1
* Add missing "static" qualifier.Tom Lane2015-11-101-1/+1
* Fix rebasing mistake in nodeGather.cRobert Haas2015-11-091-1/+1
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-061-30/+108
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-301-14/+40
* Make Gather node projection-capable.Robert Haas2015-10-281-17/+70
* Fix typos in comments.Robert Haas2015-10-221-1/+1
* Add header comments to execParallel.c and nodeGather.c.Robert Haas2015-10-221-0/+14
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-161-56/+52
* Add missing "static" specifier.Tom Lane2015-10-031-1/+1
* Add a Gather executor node.Robert Haas2015-09-301-0/+299