aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/update.sql
Commit message (Expand)AuthorAge
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-12
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-20
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Regression tests for TOAST.Robert Haas2011-04-25
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-03
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-03
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-22
* Fix some issues with missing or too many newlines atTom Lane2005-04-07
* This patch adds a new regression test for the UPDATE command. RightBruce Momjian2003-08-26