summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGatherMerge.c
AgeCommit message (Expand)Author
2017-04-01Avoid GatherMerge crash when there are no workers.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-12Remove dead code in nodeGatherMerge.c.Tom Lane
2017-03-09Add a Gather Merge executor node.Robert Haas