index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execParallel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
1
-7
/
+11
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
1
-3
/
+3
*
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
1
-6
/
+21
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
1
-1
/
+1
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
1
-1
/
+1
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
1
-0
/
+26
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
1
-0
/
+1
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
1
-26
/
+40
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-09
1
-41
/
+57
*
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
1
-5
/
+13
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
1
-8
/
+46
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
1
-7
/
+26
*
Add header comments to execParallel.c and nodeGather.c.
Robert Haas
2015-10-22
1
-0
/
+8
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
1
-0
/
+17
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-6
/
+8
*
Parallel executor support.
Robert Haas
2015-09-28
1
-0
/
+585