summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/update.out
Commit message (Expand)AuthorAgeFilesLines
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-101-5/+36
* Don't crash on reference to an un-available system column.Tom Lane2021-04-221-0/+53
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-061-6/+6
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-21/+22
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-071-4/+2
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-021-16/+16
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-241-0/+23
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-121-0/+31
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-191-37/+644
* Add null test to partition constraint for default range partitions.Robert Haas2017-11-281-1/+1
* Add hash partitioning.Robert Haas2017-11-091-0/+29
* Allow a partitioned table to have a default partition.Robert Haas2017-09-081-0/+33
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-6/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+27
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-221-10/+8
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-201-0/+18
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+34
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-13/+64
* Regression tests for TOAST.Robert Haas2011-04-251-0/+9
* 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-25/+54
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-031-0/+12
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-221-0/+25
* This patch adds a new regression test for the UPDATE command. RightBruce Momjian2003-08-261-0/+25