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
2016-04-22 Fix planner failure with full join in RHS of left join. Tom Lane 9.3.13
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.3.11
2015-08-06 Further fixes for degenerate outer join clauses. Tom Lane 9.3.10
2015-08-02 Fix some planner issues with degenerate outer join clauses. Tom Lane 9.3.10
2015-04-25 Prevent improper reordering of antijoins vs. outer joins. Tom Lane 9.3.7
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.3.5
2014-01-30 Fix bogus handling of "postponed" lateral quals. Tom Lane 9.3.3
2013-11-15 Compute correct em_nullable_relids in get_eclass_for_sort_expr(). Tom Lane 9.3.2
2013-08-19 Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries. Tom Lane 9.3.0
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-07-23 Tweak FOR UPDATE/SHARE error message wording (again) Alvaro Herrera 9.3.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-02-06 Improve error message wording Alvaro Herrera 9.3.0
2013-01-23 Improve concurrency of foreign key locking Alvaro Herrera 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-01 Fix mark_placeholder_maybe_needed to handle LATERAL references. Tom Lane 9.3.0
2012-08-31 Partially restore qual scope checks in distribute_qual_to_rels(). Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-18 Another round of planner fixes for LATERAL. Tom Lane 9.3.0
2012-08-12 More fixes for planner's handling of LATERAL. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0