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
/
nodeGather.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
1
-1
/
+1
*
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-14
1
-2
/
+1
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
1
-42
/
+22
*
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
1
-9
/
+12
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
1
-14
/
+15
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
1
-1
/
+21
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
1
-1
/
+3
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
1
-2
/
+5
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
1
-0
/
+4
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-6
/
+2
*
Shut down Gather's children before shutting down Gather itself.
Robert Haas
2017-02-22
1
-1
/
+1
*
Remove no-longer-needed loop in ExecGather().
Tom Lane
2017-01-22
1
-24
/
+15
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
1
-28
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
1
-0
/
+2
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-1
/
+2
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
1
-3
/
+2
*
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
1
-19
/
+26
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-13
/
+13
*
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
1
-0
/
+1
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
1
-11
/
+7
*
Fix spelling mistakes.
Robert Haas
2016-01-14
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
1
-4
/
+10
*
Fix obsolete comment.
Robert Haas
2015-11-30
1
-1
/
+2
*
Avoid server crash when worker registration fails at execution time.
Robert Haas
2015-11-20
1
-1
/
+3
*
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
1
-5
/
+1
*
Add missing "static" qualifier.
Tom Lane
2015-11-10
1
-1
/
+1
*
Fix rebasing mistake in nodeGather.c
Robert Haas
2015-11-09
1
-1
/
+1
*
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-06
1
-30
/
+108
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
1
-14
/
+40
*
Make Gather node projection-capable.
Robert Haas
2015-10-28
1
-17
/
+70
*
Fix typos in comments.
Robert Haas
2015-10-22
1
-1
/
+1
*
Add header comments to execParallel.c and nodeGather.c.
Robert Haas
2015-10-22
1
-0
/
+14
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
1
-56
/
+52
*
Add missing "static" specifier.
Tom Lane
2015-10-03
1
-1
/
+1
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+299