summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/insert.out
AgeCommit message (Expand)Author
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-03-31Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-05-28Fix typo in test comment.Heikki Linnakangas
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2019-05-06Add tests for error message generation in partition tuple routingMichael Paquier
2019-04-08Add more tests for partition tuple routing with dropped attributesMichael Paquier
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-04-13Use custom hash opclass for hash partition pruningAlvaro Herrera
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-15Clean up duplicate role and schema names in regression tests.Tom Lane
2017-12-01Fix uninitialized memory reference.Robert Haas
2017-11-28If a range-partitioned table has no default partition, reject null keys.Robert Haas
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-09Add hash partitioning.Robert Haas
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-08-31Expand partitioned tables in PartDesc order.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-21Make the new partition regression tests locale-independent.Dean Rasheed
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-13Fix multi-column range partitioning constraints.Robert Haas
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-03-27Fix improper NULL handling in list partitioning code.Robert Haas
2017-03-07Give partitioned table "p" in regression tests a less generic name.Robert Haas
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-01-24Set ecxt_scantuple correctly for tuple routing.Robert Haas
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-18Avoid use of DROP TABLE .. CASCADE in partitioning tests.Robert Haas
2017-01-18Add some more tests for tuple routing.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2016-12-31Fix unstable regression test results.Tom Lane
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-08-03Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane
2011-11-29When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane
2011-04-25Regression tests for TOAST.Robert Haas
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2006-08-03A few regression tests for VALUES, from Gavin Sherry.Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-21Error message editing in backend/executor.Tom Lane