index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
update.out
Age
Commit message (
Expand
)
Author
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-01-20
Add hint about not qualifying UPDATE...SET target with relation name.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-22
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2019-12-02
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-07-24
Fix system column accesses in ON CONFLICT ... RETURNING.
Andres Freund
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2017-11-28
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-09
Add hash partitioning.
Robert Haas
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2011-04-25
Regression tests for TOAST.
Robert Haas
2009-10-21
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2006-09-03
Code review for UPDATE SET (columnlist) patch. Make it handle as much
Tom Lane
2006-08-03
A few regression tests for VALUES, from Gavin Sherry.
Tom Lane
2006-03-14
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-01-22
Allow an optional alias for the target table to be specified for UPDATE
Neil Conway
2003-08-26
This patch adds a new regression test for the UPDATE command. Right
Bruce Momjian