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
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
/
insert_conflict.out
Age
Commit message (
Expand
)
Author
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-06-11
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
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
2022-11-22
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2021-04-13
Allow table-qualified variable names in ON CONFLICT ... WHERE.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2018-12-05
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-13
Add INSERT ON CONFLICT test on partitioned tables with transition table
Alvaro Herrera
2018-04-16
Update expected output of new test
Alvaro Herrera
2018-04-16
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-27
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-10-23
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2015-11-17
Message improvements
Peter Eisentraut
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-09-28
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-07-26
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-14
Remove regression test added on auto-pilot.
Robert Haas
2015-05-19
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-18
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund