Commits

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

DateSubjectAuthorReleases
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.3.23
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.3.11
2015-06-03 Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans. Tom Lane 9.3.9
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.3.5
2013-11-15 Compute correct em_nullable_relids in get_eclass_for_sort_expr(). Tom Lane 9.3.2
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.3.0
2013-08-14 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. Tom Lane 9.3.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-04-29 Postpone creation of pathkeys lists to fix bug #8049. Tom Lane 9.3.0
2013-01-11 Redesign the planner's handling of index-descent cost estimation. Tom Lane 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-10-18 Fix planning of non-strict equivalence clauses above outer joins. Tom Lane 9.3.0
2012-09-05 Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. Tom Lane 9.3.0
2012-09-01 Drop cheap-startup-cost paths during add_path() if we don't need them. Tom Lane 9.3.0
2012-08-30 Adjust definition of cheapest_total_path to work better with LATERAL. Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0