index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execParallel.c
Age
Commit message (
Expand
)
Author
2016-04-27
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-01
Copyedit comments and documentation.
Noah Misch
2016-03-04
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-11-18
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-22
Add header comments to execParallel.c and nodeGather.c.
Robert Haas
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-28
Parallel executor support.
Robert Haas
[prev]