aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
Commit message (Expand)AuthorAge
* Fix possible crash due to incorrect allocation context.Robert Haas2016-08-16
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* pgindent run for 9.6Robert Haas2016-06-09
* Use mul_size when multiplying by the number of parallel workers.Robert Haas2016-05-06
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-03
* Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas2016-04-27
* Copyedit comments and documentation.Noah Misch2016-04-01
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-04
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* 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 a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28