Commits

DateSubjectAuthorReleases
2023-01-10 Restrict the privileges of CREATEROLE users. Robert Haas 16.0
2022-08-18 Ensure that pg_auth_members.grantor is always valid. Robert Haas 16.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2014-01-21 Avoid a possible relcache leak in get_object_address_attribute. Robert Haas 9.4.0
2013-10-31 Use appendStringInfoString instead of appendStringInfo where possible. Robert Haas 9.4.0
2013-07-02 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. Robert Haas 9.4.0
2012-07-18 Syntax support and documentation for event triggers. Robert Haas 9.3.0
2012-05-22 Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' Robert Haas 9.1.4
2012-05-22 Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' Robert Haas 9.2.0
2011-11-17 Restructure get_object_address() so it's safe against concurrent DDL. Robert Haas 9.2.0
2011-10-20 Fix get_object_namespace() not to think extensions are "in" a schema. Robert Haas 9.2.0
2011-10-20 Consolidate DROP handling for some object types. Robert Haas 9.2.0
2011-10-14 Avoid potential relcache leak in objectaddress.c. Robert Haas 9.2.0
2011-10-11 Replace hardcoded switch in object_exists() with a lookup table. Robert Haas 9.2.0
2011-08-11 Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name. Robert Haas 9.1.0
2011-08-11 Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name. Robert Haas 9.2.0
2011-06-28 Add a missing_ok argument to get_object_address(). Robert Haas 9.2.0
2011-04-01 Support comments on FOREIGN DATA WRAPPER and SERVER objects. Robert Haas 9.1.0
2011-01-02 Basic foreign table support. Robert Haas 9.1.0
2010-10-19 Unbreak comments on composite type attributes. Robert Haas 9.1.0
2010-09-02 Fix typo. Pointed out by Kevin Grittner. Robert Haas 9.1.0
2010-08-27 Insert additional compiler placation into objectaddress.c. Robert Haas 9.1.0
2010-08-27 Rewrite comment code for better modularity, and add necessary locking. Robert Haas 9.1.0