Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2024-06-04 Fix PL/pgSQL's handling of integer ranges containing underscores. Dean Rasheed 17.0
2024-06-04 Fix another couple of outdated comments for MERGE RETURNING. Dean Rasheed 17.0
2024-04-19 Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code. Dean Rasheed 17.0
2024-03-30 Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. Dean Rasheed 17.0
2024-03-27 Add functions to generate random numbers in a specified range. Dean Rasheed 17.0
2024-03-20 Add "--exclude-extension" to pg_dump's options. Dean Rasheed 17.0
2024-03-17 Fix PDF doc generation. Dean Rasheed 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 17.0
2024-03-13 doc: Improve a couple of places in the MERGE docs. Dean Rasheed 17.0
2024-03-07 Fix handling of self-modified tuples in MERGE. Dean Rasheed 17.0
2024-03-04 Fix doc omission for MERGE into updatable views. Dean Rasheed 17.0
2024-02-29 Support MERGE into updatable views. Dean Rasheed 17.0
2024-02-29 Remove field UpdateContext->updated in nodeModifyTable.c Dean Rasheed 17.0
2023-12-21 Fix BEFORE ROW trigger handling in cross-partition MERGE update. Dean Rasheed 17.0
2023-11-28 psql: Add tab completion for view options. Dean Rasheed 17.0
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 17.0
2023-11-18 doc: improve description of privileges for MERGE and update glossary. Dean Rasheed 17.0
2023-11-14 Support +/- infinity in the interval data type. Dean Rasheed 17.0
2023-11-09 Avoid integer overflow hazard in interval_time(). Dean Rasheed 17.0
2023-11-09 Fix AFTER ROW trigger execution in MERGE cross-partition update. Dean Rasheed 17.0
2023-11-09 Fix corner-case 64-bit integer subtraction bug on some platforms. Dean Rasheed 17.0
2023-10-29 Guard against overflow in make_interval(). Dean Rasheed 17.0
2023-10-29 btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 17.0
2023-09-30 Fix EvalPlanQual rechecking during MERGE. Dean Rasheed 17.0