index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
update.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-21
/
+22
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
1
-4
/
+2
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
1
-16
/
+16
*
Fix system column accesses in ON CONFLICT ... RETURNING.
Andres Freund
2019-07-24
1
-0
/
+23
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
1
-0
/
+31
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
1
-37
/
+644
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
1
-1
/
+1
*
Add hash partitioning.
Robert Haas
2017-11-09
1
-0
/
+29
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
1
-0
/
+33
*
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-06
1
-6
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-0
/
+27
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
1
-10
/
+8
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
1
-0
/
+18
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-0
/
+34
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
1
-13
/
+64
*
Regression tests for TOAST.
Robert Haas
2011-04-25
1
-0
/
+9
*
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-10-21
1
-3
/
+0
*
Code review for UPDATE SET (columnlist) patch. Make it handle as much
Tom Lane
2006-09-03
1
-25
/
+54
*
A few regression tests for VALUES, from Gavin Sherry.
Tom Lane
2006-08-03
1
-0
/
+12
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-0
/
+2
*
Allow an optional alias for the target table to be specified for UPDATE
Neil Conway
2006-01-22
1
-0
/
+25
*
This patch adds a new regression test for the UPDATE command. Right
Bruce Momjian
2003-08-26
1
-0
/
+25