Commit Graph

27 Commits (6f6b99d1335be8ea1b74581fc489a97b109dd08a)

Author SHA1 Message Date
Robert Haas 6f6b99d133 Allow a partitioned table to have a default partition. 8 years ago
Robert Haas 610e8ebb0f Teach map_partition_varattnos to handle whole-row expressions. 9 years ago
Robert Haas 4132dbec69 Fix partitioning crashes during error reporting. 9 years ago
Dean Rasheed 68f785fd52 Make the new partition regression tests locale-independent. 9 years ago
Dean Rasheed d363d42bb9 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. 9 years ago
Robert Haas f81a91db4d Use a real RT index when setting up partition tuple routing. 9 years ago
Robert Haas 15ce775faa Prevent BEFORE triggers from violating partitioning constraints. 9 years ago
Robert Haas f8bffe9e6d Fix multi-column range partitioning constraints. 9 years ago
Robert Haas c0a8ae7be3 Fix reporting of violations in ExecConstraints, again. 9 years ago
Robert Haas 7ecb714358 Fix improper NULL handling in list partitioning code. 9 years ago
Robert Haas aa56671836 Give partitioned table "p" in regression tests a less generic name. 9 years ago
Simon Riggs 8b4d582d27 Allow partitioned tables to be dropped without CASCADE 9 years ago
Robert Haas 5a73e17317 Improve error reporting for tuple-routing failures. 9 years ago
Robert Haas 132488bfee Set ecxt_scantuple correctly for tuple routing. 9 years ago
Robert Haas 05bd889904 Fix RETURNING to work correctly with partition tuple routing. 9 years ago
Robert Haas 39162b2030 Fix failure to enforce partitioning contraint for internal partitions. 9 years ago
Robert Haas e509e7f9e3 Avoid use of DROP TABLE .. CASCADE in partitioning tests. 9 years ago
Robert Haas d26fa4fd47 Add some more tests for tuple routing. 9 years ago
Robert Haas f1b4c771ea Fix reporting of constraint violations for table partitioning. 9 years ago
Tom Lane 257d815720 Fix unstable regression test results. 9 years ago
Robert Haas 2ac3ef7a01 Fix tuple routing in cases where tuple descriptors don't match. 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane a3c7a993d5 Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better. 10 years ago
Robert Haas 97e8346851 Regression tests for TOAST. 15 years ago
Tom Lane d841cc44c5 A few regression tests for VALUES, from Gavin Sherry. 20 years ago
Bruce Momjian dd4ca824cc Reports missing values as bad. 24 years ago
Bruce Momjian 97b4e5ad30 Add INSERT(..., DEFAULT, ). 24 years ago