aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/execParallel.h
Commit message (Expand)AuthorAge
* Remove TupleDesc remapping logic from tqueue.c.Andres Freund2017-09-14
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Provide a DSA area for all parallel queries.Robert Haas2016-12-19
* pgindent run for 9.6Robert Haas2016-06-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Parallel executor support.Robert Haas2015-09-28