index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeGather.c
Age
Commit message (
Expand
)
Author
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-07-29
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-03-04
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-11-30
Fix obsolete comment.
Robert Haas
2015-11-20
Avoid server crash when worker registration fails at execution time.
Robert Haas
2015-11-18
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-10
Add missing "static" qualifier.
Tom Lane
2015-11-09
Fix rebasing mistake in nodeGather.c
Robert Haas
2015-11-06
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-22
Fix typos in comments.
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-10-03
Add missing "static" specifier.
Tom Lane
2015-09-30
Add a Gather executor node.
Robert Haas