Commits

DateSubjectAuthorReleases
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 12.0
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 11.0
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 10.6
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-02 Add new function WaitForParallelWorkersToAttach. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-18 Fix crashes on plans with multiple Gather (Merge) nodes. Robert Haas 10.2
2017-12-18 Fix crashes on plans with multiple Gather (Merge) nodes. Robert Haas 11.0
2017-12-04 Remove memory leak protection from Gather and Gather Merge nodes. Robert Haas 11.0
2017-11-25 Avoid projecting tuples unnecessarily in Gather and Gather Merge. Robert Haas 11.0
2017-11-20 Tweak use of ExecContextForcesOids by Gather (Merge). Robert Haas 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-11-15 Add parallel_leader_participation GUC. Robert Haas 11.0
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 10.1
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 11.0
2017-09-15 Remove TupleDesc remapping logic from tqueue.c. Andres Freund 11.0
2017-09-01 Improve division of labor between execParallel.c and nodeGather[Merge].c. Tom Lane 11.0
2017-09-01 Improve division of labor between execParallel.c and nodeGather[Merge].c. Tom Lane 10.0
2017-08-31 Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 11.0
2017-08-31 Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 10.0
2017-08-30 Code review for nodeGatherMerge.c. Tom Lane 10.0
2017-08-30 Code review for nodeGatherMerge.c. Tom Lane 11.0