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
/
sql
/
insert_conflict.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
1
-10
/
+0
*
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
1
-0
/
+10
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
1
-0
/
+18
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
1
-0
/
+32
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
1
-0
/
+14
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
1
-0
/
+22
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
1
-0
/
+68
*
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-28
1
-0
/
+22
*
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-26
1
-0
/
+12
*
Remove regression test added on auto-pilot.
Robert Haas
2015-07-14
1
-1
/
+0
*
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-19
1
-0
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-0
/
+284