Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 10.13
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 10.13
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 10.12
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 10.10
2019-02-15 Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE Michael Paquier 10.8
2018-11-08 Revise attribute handling code on partition creation Alvaro Herrera 10.7
2018-11-05 Block creation of partitions with open references to its parent Michael Paquier 10.6
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 10.5
2018-06-20 Clarify use of temporary tables within partition trees Michael Paquier 10.5
2018-04-23 Fix handling of partition bounds for boolean partitioning columns. Tom Lane 10.4
2018-04-12 Use the right memory context for partkey's FmgrInfo Alvaro Herrera 10.4
2018-02-05 Fix RelationBuildPartitionKey's processing of partition key expressions. Tom Lane 10.2
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 10.2
2017-09-16 After a MINVALUE/MAXVALUE bound, allow only more of the same. Robert Haas 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-05-18 Don't explicitly mark range partitioning columns NOT NULL. Robert Haas 10.0
2017-05-13 Teach \d+ to show partitioning constraints. 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-04-28 Remove unnecessairly duplicated gram.y productions Stephen Frost 10.0
2017-04-18 Allow COMMENT ON COLUMN with partitioned tables Simon Riggs 10.0
2017-03-06 Allow partitioned tables to be dropped without CASCADE Simon Riggs 10.0
2017-02-19 Make partitions automatically inherit OIDs. Robert Haas 10.0
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0