Commits

DateSubjectAuthorReleases
2014-07-10 Implement IMPORT FOREIGN SCHEMA. Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 9.3.0
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 8.3.20
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 8.4.13
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 9.0.9
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 9.1.5
2012-07-20 Fix whole-row Var evaluation to cope with resjunk columns (again). Tom Lane 9.2.0
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 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
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-08-06 Clean up ill-advised attempt to invent a private set of Node tags. Tom Lane 9.1.0
2011-08-06 Clean up ill-advised attempt to invent a private set of Node tags. Tom Lane 9.2.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2011-02-12 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. Tom Lane 9.1.0
2011-02-10 Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. Tom Lane 9.1.0
2011-02-09 Implement "ALTER EXTENSION ADD object". Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-11-04 Reimplement planner's handling of MIN/MAX aggregate optimization. Tom Lane 9.1.0