Commits

DateSubjectAuthorReleases
2018-12-12 Repair bogus handling of multi-assignment Params in upper plan levels. Tom Lane 12.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2017-11-28 Add null test to partition constraint for default range partitions. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-03-06 Allow partitioned tables to be dropped without CASCADE Simon Riggs 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-11-22 Improve handling of "UPDATE ... SET (column_list) = row_constructor". Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 10.0
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.5.6
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.6.2
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.3.16
2016-11-20 Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. Tom Lane 9.4.11
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2011-04-25 Regression tests for TOAST. Robert Haas 9.1.0
2009-10-21 Remove add_missing_from GUC and associated parser support for "implicit RTEs". Tom Lane 9.0.0
2006-09-03 Code review for UPDATE SET (columnlist) patch. Make it handle as much Tom Lane 8.2.0
2006-08-03 A few regression tests for VALUES, from Gavin Sherry. Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2006-01-22 Allow an optional alias for the target table to be specified for UPDATE Neil Conway 8.2.0
2003-08-26 This patch adds a new regression test for the UPDATE command. Right Bruce Momjian 7.4.1