Commits

DateSubjectAuthorReleases
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2018-01-31 Fix typo: colums -> columns. Robert Haas 10.2
2018-01-31 Fix typo: colums -> columns. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-09-16 After a MINVALUE/MAXVALUE bound, allow only more of the same. Robert Haas 10.0
2017-09-16 After a MINVALUE/MAXVALUE bound, allow only more of the same. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-08-03 Allow a foreign table CHECK constraint to be initially NOT VALID. Robert Haas 9.6.4
2017-08-03 Allow a foreign table CHECK constraint to be initially NOT VALID. Robert Haas 10.0
2017-08-03 Teach map_partition_varattnos to handle whole-row expressions. Robert Haas 10.0
2017-05-10 Disallow finite partition bound following earlier UNBOUNDED column. Robert Haas 10.0
2017-04-28 Fix crash when partitioned column specified twice. Robert Haas 10.0
2017-02-16 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 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
2015-12-16 Mark CHECK constraints declared NOT VALID valid if created with table. Robert Haas 9.6.0
2015-10-22 Fix typos in comments. 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-01 Add a convenience routine makeFuncCall to reduce duplication. Robert Haas 9.4.0