Commits

DateSubjectAuthorReleases
2016-07-28 Improve documentation about CREATE TABLE ... LIKE. Tom Lane 9.6.0
2016-02-11 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-04-28 Fix another test for RELKIND_RELATION that should allow foreign tables now. Tom Lane 9.5.0
2015-04-26 Add comments warning against generalizing default_with_oids. Tom Lane 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2014-12-17 Allow CHECK constraints to be placed on foreign tables. Tom Lane 9.5.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-03-12 Allow default expressions to be attached to columns of foreign tables. Tom Lane 9.3.0
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 9.1.7
2012-11-29 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.2.2
2012-11-29 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. 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-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.2.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.3.20
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.4.13
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.0.9
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.1.5
2011-06-15 Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. Tom Lane 9.1.0
2011-06-15 Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. Tom Lane 9.2.0
2011-04-07 Fix collations when we call transformWhereClause from outside the parser. Tom Lane 9.1.0