summaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
Commit message (Expand)AuthorAgeFilesLines
* Use mul_size when multiplying by the number of parallel workers.Robert Haas2016-05-061-7/+11
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-031-3/+3
* Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas2016-04-271-6/+21
* Copyedit comments and documentation.Noah Misch2016-04-011-1/+1
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-041-1/+1
* Allow parallel custom and foreign scans.Robert Haas2016-02-031-0/+26
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-281-0/+1
* Support parallel joins, and make related improvements.Robert Haas2016-01-201-26/+40
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-091-41/+57
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-181-5/+13
* Make sequential scans parallel-aware.Robert Haas2015-11-111-8/+46
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-301-7/+26
* Add header comments to execParallel.c and nodeGather.c.Robert Haas2015-10-221-0/+8
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-161-0/+17
* Add a Gather executor node.Robert Haas2015-09-301-6/+8
* Parallel executor support.Robert Haas2015-09-281-0/+585