Commits

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

DateSubjectAuthorReleases
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.6.9
2016-07-15 Avoid invalidating all foreign-join cached plans when user mappings change. 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-21 Refactor planning of projection steps that don't need a Result plan node. Tom Lane 9.6.0
2016-06-18 Restore foreign-key-aware estimation of join relation sizes. Tom Lane 9.6.0
2016-06-13 In planner.c, avoid assuming that all PathTargets have sortgrouprefs. Tom Lane 9.6.0
2016-06-10 Remove reltarget_has_non_vars flag. Tom Lane 9.6.0
2016-06-07 Revert "Use Foreign Key relationships to infer multi-column join selectivity". Tom Lane 9.6.0
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. Tom Lane 9.6.0
2016-03-31 Support using index-only scans with partial indexes in more cases. Tom Lane 9.6.0
2016-03-14 Provide a planner hook at a suitable place for creating upper-rel Paths. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-09 Improve handling of group-column indexes in GroupingSetsPath. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.6.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.6.0
2015-12-07 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.6.0
2015-08-12 Postpone extParam/allParam calculations until the very end of planning. Tom Lane 9.6.0