summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGatherMerge.c
AgeCommit message (Expand)Author
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
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