Commits

DateSubjectAuthorReleases
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.2.2
2012-10-03 Support CREATE SCHEMA IF NOT EXISTS. Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.3.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.2.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.3.0
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-03-27 Add some infrastructure for contrib/pg_stat_statements. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-11-25 Fix unsupported options in CREATE TABLE ... AS EXECUTE. Tom Lane 9.2.0
2011-04-18 Fix handling of collations in multi-row VALUES constructs. Tom Lane 9.1.0
2011-03-22 Reimplement planner's handling of MIN/MAX aggregate optimization (again). Tom Lane 9.1.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-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2011-03-04 Allow non-superusers to create (some) extensions. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-23 Add a relkind field to RangeTblEntry to avoid some syscache lookups. Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. 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
2011-01-25 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane 9.1.0