Commits

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

DateSubjectAuthorReleases
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 10.23
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 10.8
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 10.8
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 10.7
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 10.2
2017-10-24 In the planner, delete joinaliasvars lists after we're done with them. Tom Lane 10.1
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-12 Mark finished Plan nodes with parallel_safe flags. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-02-14 Remove duplicate code in planner.c. Tom Lane 10.0
2017-02-03 Fix placement of initPlans when forcibly materializing a subplan. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2016-11-25 Mark a query's topmost Paths parallel-unsafe if they will have initPlans. Tom Lane 10.0
2016-11-21 Fix test for subplans in force-parallel mode. Tom Lane 10.0
2016-11-10 Fix partial aggregation for the case of a degenerate GROUP BY clause. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-08-19 Speed up planner's scanning for parallel-query hazards. Tom Lane 10.0