Commits

DateSubjectAuthorReleases
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-07-28 Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Robert Haas 16.0
2022-07-28 Use TRUNCATE to preserve relfilenode for pg_largeobject + index. Robert Haas 15.0
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2022-03-29 Add new block-by-block strategy for CREATE DATABASE. Robert Haas 15.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-08-15 Assorted preparatory refactoring for partition-wise join. Robert Haas 11.0
2017-05-10 Avoid theoretical infinite loop loading relcache partition key. Robert Haas 10.0
2017-04-28 In load_relcache_init_file, initialize rd_pdcxt. Robert Haas 10.0
2017-03-14 hash: Add write-ahead logging support. 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-03-03 Introduce logical decoding. Robert Haas 9.4.0
2013-12-11 Add new wal_level, logical, sufficient for logical decoding. Robert Haas 9.4.0
2013-11-08 Add the notion of REPLICA IDENTITY for a table. Robert Haas 9.4.0
2013-07-02 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. Robert Haas 9.4.0
2012-06-14 Remove RELKIND_UNCATALOGED. Robert Haas 9.3.0
2011-12-22 Add a security_barrier option for views. Robert Haas 9.2.0
2011-07-18 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. Robert Haas 9.2.0
2010-12-29 Support unlogged tables. Robert Haas 9.1.0
2010-12-13 Generalize concept of temporary relations to "relation persistence". Robert Haas 9.1.0
2010-11-15 Correct poor grammar in comment. Robert Haas 9.1.0