Commits

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

DateSubjectAuthorReleases
2020-09-03 Avoid lockup of a parallel worker when reporting a long error message. Tom Lane 11.10
2019-11-26 Don't shut down Gather[Merge] early under Limit. Amit Kapila 11.7
2018-10-03 MAXALIGN the target address where we store flattened value. Amit Kapila 11.0
2018-09-14 Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. Amit Kapila 11.0
2018-09-04 Prohibit pushing subqueries containing window function calculation to Amit Kapila 11.0
2018-06-21 Fix mishandling of sortgroupref labels while splitting SRF targetlists. Tom Lane 11.0
2018-06-20 Don't consider parallel append for parallel unsafe paths. Amit Kapila 11.0
2018-04-25 Prevent generation of bogus subquery scan paths. Robert Haas 11.0
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2018-03-13 Let Parallel Append over simple UNION ALL have partial subpaths. Robert Haas 11.0
2018-02-28 Fix assertion failure when Parallel Append is run serially. Robert Haas 11.0
2017-12-19 Try again to fix accumulation of parallel worker instrumentation. Robert Haas 11.0
2017-12-13 Revert "Fix accumulation of parallel worker instrumentation." Robert Haas 11.0
2017-12-06 Adjust regression test cases added by commit ab7271677. Tom Lane 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-12-05 Fix accumulation of parallel worker instrumentation. 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-11-14 Prevent int128 from requiring more than MAXALIGN alignment. Tom Lane 11.0
2017-11-13 Push target list evaluation through Gather Merge. Robert Haas 11.0
2017-10-29 Fix problems with the "role" GUC and parallel query. Robert Haas 11.0
2017-10-27 Allow parallel query for prepared statements with generic plans. Robert Haas 11.0
2017-08-31 Improve code coverage of select_parallel test. Tom Lane 11.0
2017-08-30 Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b. Tom Lane 11.0
2017-08-29 Push tuple limits through Gather and Gather Merge. Robert Haas 11.0