Commits

DateSubjectAuthorReleases
2023-03-30 Add new predefined role pg_create_subscription. Robert Haas 16.0
2022-11-18 Add a SET option to the GRANT command. Robert Haas 16.0
2022-08-18 Ensure that pg_auth_members.grantor is always valid. Robert Haas 16.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2015-11-19 Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. Robert Haas 9.6.0
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 8.4.20
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 9.0.16
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 9.1.12
2013-03-18 Extend object-access hook machinery to support post-alter events. Robert Haas 9.3.0
2013-01-07 Fix incorrect error message when schema-CREATE permission is absent. Robert Haas 9.3.0
2012-12-23 Adjust many backend functions to return OID rather than void. Robert Haas 9.3.0
2012-07-18 Syntax support and documentation for event triggers. Robert Haas 9.3.0
2012-01-07 Improve behavior of concurrent ALTER TABLE, and do some refactoring. Robert Haas 9.2.0
2011-12-16 Improve behavior of concurrent ALTER <relation> .. SET SCHEMA. Robert Haas 9.2.0
2011-12-16 Improve behavior of concurrent rename statements. Robert Haas 9.2.0
2011-11-30 Improve table locking behavior in the face of current DDL. Robert Haas 9.2.0
2011-07-09 Try to acquire relation locks in RangeVarGetRelid. Robert Haas 9.2.0
2011-01-04 Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. Robert Haas 9.1.0
2011-01-02 Basic foreign table support. Robert Haas 9.1.0
2010-11-26 Add more ALTER <object> .. SET SCHEMA commands. Robert Haas 9.1.0
2010-08-05 Standardize get_whatever_oid functions for object types with Robert Haas 9.1.0
2010-06-13 Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. Robert Haas 9.0.0
2010-02-01 Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. Robert Haas 9.0.0