Commits

DateSubjectAuthorReleases
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 9.6.6
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-30 Code review for nodeGatherMerge.c. Tom Lane 10.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 10.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 10.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-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-07-30 Move interrupt checking from ExecProcNode() to executor nodes. Andres Freund 10.0