Commits

DateSubjectAuthorReleases
2019-12-19 Update neglected comment. Robert Haas 12.2
2019-12-19 Update neglected comment. Robert Haas 13.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2017-05-16 Fix relcache leak when row triggers on partitions are fired by COPY. Robert Haas 10.0
2017-05-10 Prohibit transition tables on views and foreign tables. Robert Haas 10.0
2017-05-10 Don't permit transition tables with TRUNCATE triggers. Robert Haas 10.0
2017-01-24 Reindent table partitioning code. Robert Haas 10.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-11-10 Fix potential NULL-pointer dereference. Robert Haas 9.5.0
2014-10-24 Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79. Robert Haas 9.5.0
2014-10-23 Perform less setup work for AFTER triggers at transaction start. Robert Haas 9.5.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-12-11 Add new wal_level, logical, sufficient for logical decoding. Robert Haas 9.4.0
2013-11-29 Refine our definition of what constitutes a system relation. 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-12-23 Adjust many backend functions to return OID rather than void. Robert Haas 9.3.0