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-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 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-08-10 Improve the error message when creating an empty range partition. Robert Haas 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-07-13 Fix dumping of FUNCTION RTEs that contain non-function-call expressions. Tom Lane 10.0
2017-07-06 Simplify the logic checking new range partition bounds. Dean Rasheed 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 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