aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.c
Commit message (Expand)AuthorAge
* Add missing "static" qualifier.Tom Lane2015-11-10
* Fix rebasing mistake in nodeGather.cRobert Haas2015-11-09
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* 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