Commits

DateSubjectAuthorReleases
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 9.4.17
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 9.6.8
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 10.3
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 11.0
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 9.5.12
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 9.3.22
2017-10-08 Reduce "X = X" to "X IS NOT NULL", if it's easy to do so. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-01-15 Fix matching of boolean index columns to sort ordering. Tom Lane 10.0
2016-06-18 Restore foreign-key-aware estimation of join relation sizes. Tom Lane 9.6.0
2016-06-16 Invent min_parallel_relation_size GUC to replace a hard-wired constant. 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-30 Fix mishandling of equivalence-class tests in parameterized plans. Tom Lane 9.5.3
2016-04-30 Fix mishandling of equivalence-class tests in parameterized plans. Tom Lane 9.2.17
2016-04-30 Fix mishandling of equivalence-class tests in parameterized plans. Tom Lane 9.4.8
2016-04-30 Fix mishandling of equivalence-class tests in parameterized plans. Tom Lane 9.3.13
2016-04-30 Fix mishandling of equivalence-class tests in parameterized plans. 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-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.6.0