Commits

DateSubjectAuthorReleases
2023-04-04 Perform logical replication actions as the table owner. Robert Haas 16.0
2022-11-18 Add a SET option to the GRANT command. Robert Haas 16.0
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-08-18 Ensure that pg_auth_members.grantor is always valid. 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
2021-03-22 Error on invalid TOAST compression in CREATE or ALTER TABLE. Robert Haas 14.0
2021-03-22 More code cleanup for configurable TOAST compression. Robert Haas 14.0
2021-03-19 Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType. Robert Haas 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2019-03-13 Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans. Robert Haas 12.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
2018-01-04 Minor preparatory refactoring for UPDATE row movement. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-10-05 On attach, consider skipping validation of subpartitions individually. Robert Haas 11.0
2017-10-05 Improve error message when skipping scan of default partition. Robert Haas 11.0
2017-09-14 Fix inconsistent capitalization. Robert Haas 10.0
2017-09-14 Fix inconsistent capitalization. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-08-17 Refactor validation of new partitions a little bit. Robert Haas 11.0
2017-08-05 Fix bug in deciding whether to scan newly-attached partition. Robert Haas 10.0