summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_merge.c
AgeCommit message (Expand)Author
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-10Fix MERGE's test for unreachable WHEN clauses.Dean Rasheed
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-25Fix rule-detection code for MERGE.Dean Rasheed
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-04-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2018-04-12Revert MERGE patchSimon Riggs
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-03WITH support in MERGESimon 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