Commits

DateSubjectAuthorReleases
2013-01-01 Update copyrights for 2013 Bruce Momjian 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-03-05 Redesign PlanForeignScan API to allow multiple paths for a foreign table. 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-12-25 Rethink representation of index clauses' mapping to index columns. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0
2011-09-03 Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. Tom Lane 9.2.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-03-28 Rework join-removal logic as per recent discussion. In particular this Tom Lane 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-09-17 Implement "join removal" for cases where the inner side of a left join Tom Lane 9.0.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0