index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_merge.c
Age
Commit message (
Expand
)
Author
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
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-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-21
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-10
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-25
Fix rule-detection code for MERGE.
Dean Rasheed
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-03
WITH support in MERGE
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