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
/
sql
/
merge.sql
Age
Commit message (
Expand
)
Author
2025-05-31
Fix MERGE into a plain inheritance parent table.
Dean Rasheed
2025-03-29
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-10-17
Fix whitespace
Peter Eisentraut
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-06-28
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-21
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2023-12-21
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-13
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-02-22
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
Fix MERGE command tag for cross-partition updates.
Dean Rasheed
2023-02-20
Prevent join removal from removing the query's result relation.
Tom Lane
2023-01-10
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2022-12-09
Update MERGE docs to mention that ONLY is supported.
Dean Rasheed
2022-11-22
Remove useless MERGE test
Alvaro Herrera
2022-09-20
Disable autovacuum in MERGE test script
Alvaro Herrera
2022-08-12
Reject MERGE in CTEs and COPY
Alvaro Herrera
2022-05-18
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-03-28
Fix role names in merge.sql regress file
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
New files for MERGE
Simon Riggs
2018-04-02
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
MERGE SQL Command following SQL:2016
Simon Riggs