Commits

DateSubjectAuthorReleases
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-24 Improve cost estimation for aggregates and window functions. Tom Lane 9.1.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-11-19 Improve relation width estimation for subqueries. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-10-08 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. 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-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-11-15 Improve planning of Materialize nodes inserted atop the inner input of a Tom Lane 9.0.0
2009-09-12 Rewrite the planner's handling of materialized plan types so that there is Tom Lane 9.0.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-07 Create a third option named "partition" for constraint_exclusion, and make it Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN 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
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-09-22 Fix cost estimates for EXISTS subqueries that are evaluated as initPlans Tom Lane 8.3.0