Commits

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

DateSubjectAuthorReleases
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 9.6.13
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 9.6.12
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.6.9
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.6.7
2017-02-03 Fix placement of initPlans when forcibly materializing a subplan. Tom Lane 9.6.2
2016-11-25 Mark a query's topmost Paths parallel-unsafe if they will have initPlans. Tom Lane 9.6.2
2016-11-21 Fix test for subplans in force-parallel mode. Tom Lane 9.6.2
2016-11-10 Fix partial aggregation for the case of a degenerate GROUP BY clause. Tom Lane 9.6.2
2016-07-15 Avoid invalidating all foreign-join cached plans when user mappings change. Tom Lane 9.6.0
2016-07-13 Add a regression test case to improve code coverage for tuplesort. Tom Lane 9.6.0
2016-07-03 Set correct cost data in Gather node added by force_parallel_mode. Tom Lane 9.6.0
2016-07-02 Fix failure to mark all aggregates with appropriate transtype. Tom Lane 9.6.0
2016-07-02 Fix some interrelated planner issues with initPlans and Param munging. Tom Lane 9.6.0
2016-07-01 Rethink the GetForeignUpperPaths API (again). Tom Lane 9.6.0
2016-06-26 Avoid making a separate pass over the query to check for partializability. Tom Lane 9.6.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-26 Simplify planner's final setup of Aggrefs for partial aggregation. Tom Lane 9.6.0
2016-06-21 Refactor planning of projection steps that don't need a Result plan node. Tom Lane 9.6.0
2016-06-18 Still another try at fixing scanjoin_target insertion into parallel plans. Tom Lane 9.6.0
2016-06-13 In planner.c, avoid assuming that all PathTargets have sortgrouprefs. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.6.0
2016-04-12 Redefine create_upper_paths_hook as being invoked once per upper relation. Tom Lane 9.6.0
2016-03-26 Avoid a couple of zero-divide scenarios in the planner. Tom Lane 9.6.0
2016-03-25 Don't split up SRFs when choosing to postpone SELECT output expressions. Tom Lane 9.6.0
2016-03-15 Add a GetForeignUpperPaths callback function for FDWs. Tom Lane 9.6.0