Commits

DateSubjectAuthorReleases
2013-03-04 Get rid of any toast table when converting a table to a view. Tom Lane 9.3.0
2013-02-09 Add support for ALTER RULE ... RENAME TO. Tom Lane 9.3.0
2012-10-24 When converting a table to a view, remove its system columns. Tom Lane 9.3.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-07-07 Finish disabling reduced-lock-levels-for-DDL feature. Tom Lane 9.1.0
2011-07-07 Finish disabling reduced-lock-levels-for-DDL feature. Tom Lane 9.2.0
2011-06-16 Index tuple data arrays using Anum_xxx symbolic constants instead of "i++". Tom Lane 9.2.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 9.0.0
2009-05-13 Add checks to DefineQueryRewrite() to prohibit attaching rules to relations Tom Lane 8.4.0
2008-11-09 Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-08-27 Fix a couple of misbehaviors rooted in the fact that the default creation Tom Lane 8.3.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2006-09-05 Get rid of the separate RULE privilege for tables: now only a table's owner Tom Lane 8.2.0
2006-09-02 Apply a simple solution to the problem of making INSERT/UPDATE/DELETE Tom Lane 8.2.0
2006-08-12 Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was Tom Lane 8.2.0
2005-10-18 A few trivial code cleanups motivated by reading warnings generated Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0