summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGatherMerge.c
AgeCommit message (Expand)Author
2017-11-15Add parallel_leader_participation GUC.Robert Haas
2017-10-27Fix mistaken failure to allow parallelism in corner case.Robert Haas
2017-09-14Remove TupleDesc remapping logic from tqueue.c.Andres Freund
2017-09-01Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane
2017-08-31Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane
2017-08-30Code review for nodeGatherMerge.c.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-08-17Fix ExecReScanGatherMerge.Tom Lane
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-03-31Avoid 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