]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeGatherMerge.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeGatherMerge.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-16 Andres FreundFix slot type assumptions for nodeGather[Merge].
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-02-02 Robert HaasAdd new function WaitForParallelWorkersToAttach.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-18 Robert HaasFix crashes on plans with multiple Gather (Merge) nodes.
2017-12-04 Robert HaasRemove memory leak protection from Gather and Gather...
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-11-20 Robert HaasTweak use of ExecContextForcesOids by Gather (Merge).
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-15 Robert HaasAdd parallel_leader_participation GUC.
2017-10-27 Robert HaasFix mistaken failure to allow parallelism in corner...
2017-09-15 Andres FreundRemove TupleDesc remapping logic from tqueue.c.
2017-09-01 Tom LaneImprove division of labor between execParallel.c and...
2017-08-31 Tom LaneAvoid memory leaks when a GatherMerge node is rescanned.
2017-08-30 Tom LaneCode review for nodeGatherMerge.c.
2017-08-30 Tom LaneSeparate reinitialization of shared parallel-scan state...
2017-08-30 Tom LaneForce rescanning of parallel-aware scan nodes below...
2017-08-29 Robert HaasPush tuple limits through Gather and Gather Merge.
2017-08-17 Tom LaneFix ExecReScanGatherMerge.
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-01 Robert HaasAvoid GatherMerge crash when there are no workers.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-12 Tom LaneRemove dead code in nodeGatherMerge.c.
2017-03-09 Robert HaasAdd a Gather Merge executor node.