Commits

DateSubjectAuthorReleases
2024-01-02 Fix typos in comments and in one isolation test. Robert Haas 17.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2016-12-07 Implement table partitioning. Robert Haas 10.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
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 9.2.7
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 9.3.3
2014-02-17 Avoid repeated name lookups during table and index DDL. Robert Haas 9.4.0
2013-07-02 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. Robert Haas 9.4.0
2013-03-18 Extend object-access hook machinery to support post-alter events. Robert Haas 9.3.0
2013-03-07 Code beautification for object-access hook machinery. Robert Haas 9.3.0
2012-03-09 Extend object access hook framework to support arguments, and DROP. Robert Haas 9.2.0
2010-11-25 Object access hook framework, with post-creation hook. Robert Haas 9.1.0
2010-08-05 Standardize get_whatever_oid functions for other object types. Robert Haas 9.1.0
2010-02-14 Wrap calls to SearchSysCache and related functions using macros. Robert Haas 9.0.0