summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/insert.out
Commit message (Expand)AuthorAgeFilesLines
* Fix improper NULL handling in list partitioning code.Robert Haas2017-03-271-0/+7
* Give partitioned table "p" in regression tests a less generic name.Robert Haas2017-03-071-53/+51
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-5/+2
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-031-4/+34
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-241-1/+1
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-191-1/+23
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-191-0/+6
* Avoid use of DROP TABLE .. CASCADE in partitioning tests.Robert Haas2017-01-181-22/+4
* Add some more tests for tuple routing.Robert Haas2017-01-181-1/+37
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-041-0/+7
* Fix unstable regression test results.Tom Lane2016-12-311-5/+3
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-221-0/+37
* Implement table partitioning.Robert Haas2016-12-071-0/+140
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-5/+5
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-031-0/+79
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-291-0/+1
* Regression tests for TOAST.Robert Haas2011-04-251-0/+17
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+8
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-031-0/+17
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-1/+1
* Error message editing in backend/executor.Tom Lane2003-07-211-1/+1
* Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian2002-07-111-1/+1
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-251-1/+1
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-251-1/+1
* Reports missing values as bad.Bruce Momjian2002-04-241-0/+20
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-051-0/+20