Commit Graph

15 Commits (dbca84f04ed5debe748029699aa44fa86beca32d)

Author SHA1 Message Date
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