index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_merge.c
Commit message (
Expand
)
Author
Age
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-19
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-21
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Fix rule-detection code for MERGE.
Dean Rasheed
2022-11-25
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
WITH support in MERGE
Simon Riggs
2018-04-03
*
New files for MERGE
Simon Riggs
2018-04-03
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02