Commits

DateSubjectAuthorReleases
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-07-20 Make new event trigger facility actually do something. Robert Haas 9.3.0
2012-07-18 Syntax support and documentation for event triggers. Robert Haas 9.3.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
2012-01-07 Rename the internal structures of the CREATE TABLE (LIKE ...) facility Peter Eisentraut 9.2.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-12-07 Add const qualifiers to node inspection functions Peter Eisentraut 9.2.0
2011-11-18 Further consolidation of DROP statement handling. Robert Haas 9.2.0
2011-11-03 Support range data types. Heikki Linnakangas 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