summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.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 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-02-22Shut down Gather's children before shutting down Gather itself.Robert Haas
2017-01-22Remove no-longer-needed loop in ExecGather().Tom Lane
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-05Ensure gatherstate->nextreader is properly initialized.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-07-29Fix worst memory leaks in tqueue.c.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-03-04Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas
2016-01-15Fix spelling mistakes.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Read from the same worker repeatedly until it returns no tuple.Robert Haas
2015-11-30Fix obsolete comment.Robert Haas
2015-11-20Avoid server crash when worker registration fails at execution time.Robert Haas
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-10Add missing "static" qualifier.Tom Lane
2015-11-09Fix rebasing mistake in nodeGather.cRobert Haas
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-27Make Gather node projection-capable.Robert Haas
2015-10-22Fix typos in comments.Robert Haas
2015-10-22Add header comments to execParallel.c and nodeGather.c.Robert Haas
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-10-03Add missing "static" specifier.Tom Lane
2015-09-30Add a Gather executor node.Robert Haas