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
2019-03-13 Revert setting client_min_messages to 'debug1' in new tests. Robert Haas 12.0
2019-03-13 Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans. Robert Haas 12.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-10-31 Fix code related to partitioning schemes for dropped columns. Robert Haas 11.0
2017-10-05 On CREATE TABLE, consider skipping validation of subpartitions. Robert Haas 11.0
2017-10-05 On attach, consider skipping validation of subpartitions individually. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-08-05 Fix bug in deciding whether to scan newly-attached partition. Robert Haas 10.0
2017-06-14 Teach predtest.c about CHECK clauses to fix partitioning bugs. Robert Haas 10.0
2017-06-13 Fix failure to remove dependencies when a partition is detached. Robert Haas 10.0
2017-05-18 Don't explicitly mark range partitioning columns NOT NULL. Robert Haas 10.0
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 9.2.21
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 9.3.17
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 9.4.12
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 9.5.7
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 9.6.3
2017-04-28 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. Robert Haas 10.0
2017-04-12 Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b. Robert Haas 10.0
2017-03-07 Give partitioned table "p" in regression tests a less generic name. Robert Haas 10.0
2017-02-16 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. Robert Haas 10.0
2017-02-14 Don't disallow dropping NOT NULL for a list partition key. Robert Haas 10.0
2017-01-19 Teach partitioning tests not to use DROP TABLE ... CASCADE. Robert Haas 10.0
2017-01-13 Fix a bug in how we generate partition constraints. Robert Haas 10.0