Commits

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

DateSubjectAuthorReleases
2018-03-19 Fix state reversal after partition tuple routing Alvaro Herrera 10.4
2018-03-15 Clean up duplicate role and schema names in regression tests. Tom Lane 10.4
2017-09-16 After a MINVALUE/MAXVALUE bound, allow only more of the same. Robert Haas 10.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
2017-01-18 Add some more tests for tuple routing. Robert Haas 10.0
2017-01-04 Fix reporting of constraint violations for table partitioning. Robert Haas 10.0
2016-12-31 Fix unstable regression test results. Tom Lane 10.0
2016-12-22 Fix tuple routing in cases where tuple descriptors don't match. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0