aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.c
Commit message (Expand)AuthorAge
* Make Gather node projection-capable.Robert Haas2015-10-28
* Fix typos in comments.Robert Haas2015-10-22
* Add header comments to execParallel.c and nodeGather.c.Robert Haas2015-10-22
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Add missing "static" specifier.Tom Lane2015-10-03
* Add a Gather executor node.Robert Haas2015-09-30