summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/update.sql
Commit message (Expand)AuthorAgeFilesLines
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-1/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+21
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-221-3/+4
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-201-0/+9
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+21
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-3/+19
* Regression tests for TOAST.Robert Haas2011-04-251-0/+4
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-211-3/+0
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-031-5/+21
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-031-0/+9
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-221-0/+16
* Fix some issues with missing or too many newlines atTom Lane2005-04-071-1/+1
* This patch adds a new regression test for the UPDATE command. RightBruce Momjian2003-08-261-0/+19