Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2018-10-05 Allow btree comparison functions to return INT_MIN. Tom Lane 11.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 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 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-08-31 Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 11.0
2017-08-30 Code review for nodeGatherMerge.c. Tom Lane 11.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 11.0
2017-08-29 Push tuple limits through Gather and Gather Merge. Robert Haas 11.0
2017-08-17 Fix ExecReScanGatherMerge. Tom Lane 11.0