Commits

DateSubjectAuthorReleases
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-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
2012-06-10 Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian 9.2.0
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-01-28 Use parameterized paths to generate inner indexscans more flexibly. Tom Lane 9.2.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-12-31 Invert and rename flag variable to improve code readability. Tom Lane 9.1.0
2010-12-31 Support RIGHT and FULL OUTER JOIN in hash joins. Tom Lane 9.1.0
2010-10-29 Avoid creation of useless EquivalenceClasses during planning. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-04-19 Add an 'enable_material' GUC. Robert Haas 9.0.0
2010-03-28 Rework join-removal logic as per recent discussion. In particular this Tom Lane 9.0.0
2010-03-22 Fix an oversight in join-removal optimization: we have to check not only for Tom Lane 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-05 Add support for doing FULL JOIN ON FALSE. While this is really a rather Tom Lane 8.4.3
2010-01-05 Add support for doing FULL JOIN ON FALSE. While this is really a rather Tom Lane 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-12-25 Fix brain fade in join-removal patch: a pushed-down clause in the outer join's Tom Lane 9.0.0
2009-09-19 Rename new subroutine, per discussion with Robert Haas. Tom Lane 9.0.0
2009-09-18 Marginal code cleanup in joinpath.c: factor out clause variable-membership Tom Lane 9.0.0
2009-09-17 Implement "join removal" for cases where the inner side of a left join Tom Lane 9.0.0