Commits

DateSubjectAuthorReleases
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-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-01 Reduce semijoins with unique inner relations to plain inner joins. Tom Lane 10.0
2017-05-01 Fix mis-optimization of semijoins with more than one LHS relation. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2016-11-30 Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins. Tom Lane 9.6.2
2016-11-30 Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins. Tom Lane 10.0
2016-11-23 Avoid masking a function parameter name with a local variable name. Tom Lane 10.0
2016-07-15 Avoid invalidating all foreign-join cached plans when user mappings change. Tom Lane 9.6.0
2016-04-30 Fix planner crash from pfree'ing a partial path that a GatherPath uses. Tom Lane 9.6.0
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. 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-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.4.6
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.5.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.3.11
2015-12-09 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.5.0
2015-12-09 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.4.6
2015-12-09 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.3.11
2015-12-07 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.6.0
2015-08-10 Further mucking with PlaceHolderVar-related restrictions on join order. Tom Lane 9.5.0
2015-08-10 Further mucking with PlaceHolderVar-related restrictions on join order. Tom Lane 9.3.10