Commits

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

DateSubjectAuthorReleases
2021-08-25 Avoid using ambiguous word "positive" in error message. Fujii Masao 11.14
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 11.8
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 11.8
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 11.7
2019-11-02 Fix failure when creating cloned indexes for a partition Michael Paquier 11.6
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 11.5
2019-02-15 Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE Michael Paquier 11.3
2018-11-27 Fix jit compilation bug on wide tables. Andres Freund 11.2
2018-11-08 Revise attribute handling code on partition creation Alvaro Herrera 11.2
2018-11-05 Block creation of partitions with open references to its parent Michael Paquier 11.1
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 11.0
2018-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 11.0
2018-06-20 Clarify use of temporary tables within partition trees Michael Paquier 11.0
2018-04-23 Fix handling of partition bounds for boolean partitioning columns. Tom Lane 11.0
2018-04-12 Use the right memory context for partkey's FmgrInfo Alvaro Herrera 11.0
2018-04-04 Foreign keys on partitioned tables Alvaro Herrera 11.0
2018-02-19 Allow UNIQUE indexes on partitioned tables Alvaro Herrera 11.0
2018-02-10 Fix oversight in CALL argument handling, and do some minor cleanup. Tom Lane 11.0
2018-02-05 Fix RelationBuildPartitionKey's processing of partition key expressions. Tom Lane 11.0
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 11.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 11.0
2017-11-22 Show partition info from psql \d+ Simon Riggs 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 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0