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