Commits

DateSubjectAuthorReleases
2018-07-19 Remove undocumented restriction against duplicate partition key columns. Tom Lane 12.0
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-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 10.4
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 10.4
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-05 Fix RelationBuildPartitionKey's processing of partition key expressions. Tom Lane 10.2
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 10.2
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 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-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