Commits

DateSubjectAuthorReleases
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2021-02-02 Build in some knowledge about foreign-key relationships in the catalogs. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-15 Remove no-longer-used typedef. Tom Lane 12.0
2019-02-11 Redesign the partition dependency mechanism. Tom Lane 12.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 12.0
2018-04-19 Improve consistency of comments in system catalog headers. Tom Lane 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-08 Replace our traditional initial-catalog-data format with a better design. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-02-11 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. Tom Lane 9.6.0
2015-11-20 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). Tom Lane 9.6.0
2015-11-20 Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). Tom Lane 9.5.0
2012-09-12 Fix a couple other leftover uses of 'conisonly' terminology. Tom Lane 9.2.1
2012-09-12 Fix a couple other leftover uses of 'conisonly' terminology. Tom Lane 9.3.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0
2010-08-07 Recognize functional dependency on primary keys. This allows a table's Tom Lane 9.1.0
2010-03-11 Update comment for pg_constraint.conindid to mention that it's used for Tom Lane 9.0.0
2010-01-17 Improve the handling of SET CONSTRAINTS commands by having them search Tom Lane 9.0.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-07-28 Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. Tom Lane 9.0.0
2008-05-09 Change the rules for inherited CHECK constraints to be essentially the same Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0