Commits

DateSubjectAuthorReleases
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-21 Refactor merge path generation code. Robert Haas 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-20 Forbid parallel Hash Right Join or Hash Full Join. Robert Haas 9.6.0
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. Tom Lane 9.6.0
2016-03-14 Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72. Robert Haas 9.6.0
2016-01-28 Assert that create_unique_path returns non-NULL. Robert Haas 9.6.0
2016-01-20 Support parallel joins, and make related improvements. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 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
2015-08-10 Further mucking with PlaceHolderVar-related restrictions on join order. Tom Lane 9.4.5