Commits

DateSubjectAuthorReleases
2017-11-28 If a range-partitioned table has no default partition, reject null keys. Robert Haas 11.0
2017-11-22 Sort default partition to bottom of psql \d+ Simon Riggs 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-08-31 Expand partitioned tables in PartDesc order. Robert Haas 11.0
2017-08-03 Teach map_partition_varattnos to handle whole-row expressions. Robert Haas 10.0
2017-07-24 Fix partitioning crashes during error reporting. Robert Haas 10.0
2017-07-21 Make the new partition regression tests locale-independent. Dean Rasheed 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-07-18 Use a real RT index when setting up partition tuple routing. Robert Haas 10.0
2017-06-07 Prevent BEFORE triggers from violating partitioning constraints. Robert Haas 10.0
2017-05-18 Don't explicitly mark range partitioning columns NOT NULL. Robert Haas 10.0
2017-05-13 Fix multi-column range partitioning constraints. Robert Haas 10.0
2017-04-10 Fix reporting of violations in ExecConstraints, again. Robert Haas 10.0
2017-03-27 Fix improper NULL handling in list partitioning code. Robert Haas 10.0
2017-03-07 Give partitioned table "p" in regression tests a less generic name. Robert Haas 10.0
2017-03-06 Allow partitioned tables to be dropped without CASCADE Simon Riggs 10.0
2017-03-03 Improve error reporting for tuple-routing failures. Robert Haas 10.0
2017-01-24 Set ecxt_scantuple correctly for tuple routing. Robert Haas 10.0
2017-01-19 Fix RETURNING to work correctly with partition tuple routing. Robert Haas 10.0
2017-01-19 Fix failure to enforce partitioning contraint for internal partitions. Robert Haas 10.0
2017-01-18 Avoid use of DROP TABLE .. CASCADE in partitioning tests. Robert Haas 10.0