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
/
nodeGatherMerge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix slot type assumptions for nodeGather[Merge].
Andres Freund
2018-11-15
1
-1
/
+13
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-1
/
+9
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
1
-3
/
+4
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
1
-1
/
+4
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
1
-5
/
+4
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+1
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
1
-14
/
+5
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
1
-1
/
+8
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
1
-0
/
+4
*
Remove memory leak protection from Gather and Gather Merge nodes.
Robert Haas
2017-12-04
1
-9
/
+1
*
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
Robert Haas
2017-11-25
1
-10
/
+14
*
Tweak use of ExecContextForcesOids by Gather (Merge).
Robert Haas
2017-11-20
1
-1
/
+1
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
1
-1
/
+3
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
1
-2
/
+4
*
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
-1
/
+1
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
1
-35
/
+15
*
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
1
-54
/
+105
*
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
1
-84
/
+101
*
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
*
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-17
1
-0
/
+1
*
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 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
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
-11
/
+11
*
Avoid GatherMerge crash when there are no workers.
Robert Haas
2017-03-31
1
-7
/
+4
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-6
/
+2
*
Remove dead code in nodeGatherMerge.c.
Tom Lane
2017-03-12
1
-12
/
+13
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
1
-0
/
+687