summaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
AgeCommit message (Expand)Author
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas
2016-04-01Copyedit comments and documentation.Noah Misch
2016-03-04Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-10-30Update parallel executor support to reuse the same DSM.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-09-30Add a Gather executor node.Robert Haas
2015-09-28Parallel executor support.Robert Haas