index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
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-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-07-25
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