aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.c
Commit message (Expand)AuthorAge
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Fix worst memory leaks in tqueue.c.Tom Lane2016-07-29
* pgindent run for 9.6Robert Haas2016-06-09
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-04
* Fix spelling mistakes.Robert Haas2016-01-14
* Update copyright for 2016Bruce Momjian2016-01-02
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-23
* Fix obsolete comment.Robert Haas2015-11-30
* Avoid server crash when worker registration fails at execution time.Robert Haas2015-11-20
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* 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