Commits

DateSubjectAuthorReleases
2023-01-16 More documentation update for GRANT ... WITH SET OPTION. Robert Haas 16.0
2022-04-01 docs: Changing column type doesn't always require an index rebuild. Robert Haas 15.0
2021-05-06 docs: Clarify how ALTER TABLE .. SET COMPRESSION works. 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
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-10-28 Add table_constraint synopsis to ALTER TABLE documentation. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-03-27 Improve documentation of how NOT NULL works with partitioning. Robert Haas 10.0
2017-03-09 Document lack of validation when attaching foreign partitions. Robert Haas 10.0
2016-12-13 doc: Improve documentation related to table partitioning feature. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-09-15 Clarify policy on marking inherited constraints as valid. Robert Haas 10.0
2015-01-14 docs: Add missing <literal> markup. Robert Haas 9.5.0
2014-04-28 Minor fixes for ALTER TABLE documentation. Robert Haas 9.4.0
2014-04-14 Correct description of constraint_name in ALTER TABLE documentation. Robert Haas 9.4.0
2014-04-14 Update list of relation types on which ALTER TABLE RENAME/OWNER work. Robert Haas 9.4.0
2014-03-18 Documentation 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
2012-04-24 Minor improvements for CHECK NO INHERIT documentation. Robert Haas 9.2.0
2011-04-21 Allow ALTER TABLE name {OF type | NOT OF}. Robert Haas 9.1.0
2011-02-15 Avoid a few more SET DATA TYPE table rewrites. Robert Haas 9.1.0
2011-02-12 Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. Robert Haas 9.1.0
2011-02-04 Update ALTER TABLE docs to mention using VACUUM FULL for rewrites. Robert Haas 9.1.0
2011-01-25 Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation. Robert Haas 9.1.0