Commits

DateSubjectAuthorReleases
2017-12-01 Fix uninitialized memory reference. Robert Haas 11.0
2017-11-28 If a range-partitioned table has no default partition, reject null keys. Robert Haas 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-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-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-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