summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/update.out
AgeCommit message (Expand)Author
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-22Don't crash on reference to an un-available system column.Tom Lane
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-07-25Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2017-11-28Add null test to partition constraint for default range partitions.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2016-12-07Implement table partitioning.Robert Haas
2016-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-11-20Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2011-04-25Regression tests for TOAST.Robert Haas
2009-10-21Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane
2006-09-03Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane
2006-08-03A few regression tests for VALUES, from Gavin Sherry.Tom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-01-22Allow an optional alias for the target table to be specified for UPDATENeil Conway
2003-08-26This patch adds a new regression test for the UPDATE command. RightBruce Momjian