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
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
1
-1
/
+1
*
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
1
-1
/
+1
*
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-14
1
-5
/
+2
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-1
/
+1
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
1
-4
/
+68
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
1
-15
/
+86
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
1
-66
/
+89
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
1
-10
/
+44
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-6
/
+6
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
1
-8
/
+8
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-3
/
+3
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
1
-4
/
+3
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
1
-4
/
+21
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-1
/
+1
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
1
-1
/
+1
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
1
-0
/
+1
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
1
-0
/
+14
*
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
1
-1
/
+25
*
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-19
1
-0
/
+12
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
1
-0
/
+12
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
1
-1
/
+1
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-1
/
+3
*
Fix incorrect function name in comment.
Robert Haas
2017-01-12
1
-4
/
+5
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
1
-1
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Spellcheck: s/descendent/descendant/g
Tom Lane
2016-12-23
1
-3
/
+3
*
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
1
-1
/
+50
*
Fix typo in comment
Magnus Hagander
2016-11-25
1
-1
/
+1
*
Fix possible crash due to incorrect allocation context.
Robert Haas
2016-08-16
1
-1
/
+11
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
1
-7
/
+7
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-23
/
+23
*
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