Commits

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

DateSubjectAuthorReleases
2023-11-09 Fix AFTER ROW trigger execution in MERGE cross-partition update. Dean Rasheed 15.6
2023-11-09 Fix corner-case 64-bit integer subtraction bug on some platforms. Dean Rasheed 15.6
2023-10-29 btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 15.5
2023-09-30 Fix EvalPlanQual rechecking during MERGE. Dean Rasheed 15.5
2023-08-07 Fix RLS policy usage in MERGE. Dean Rasheed 15.4
2023-03-13 Fix MERGE command tag for actions blocked by BEFORE ROW triggers. Dean Rasheed 15.3
2023-03-13 Fix concurrent update issues with MERGE. Dean Rasheed 15.3
2023-02-26 Doc: Miscellaneous doc updates for MERGE. Dean Rasheed 15.3
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 15.3
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 15.3
2023-02-22 Add missing support for the latest SPI status codes. Dean Rasheed 15.3
2023-02-22 Fix Assert failure for MERGE into a partitioned table with RLS. Dean Rasheed 15.3
2023-02-22 Fix MERGE command tag for cross-partition updates. Dean Rasheed 15.3
2023-02-03 Make int64_div_fast_to_numeric() more robust. Dean Rasheed 15.2
2023-01-30 Ensure that MERGE recomputes GENERATED expressions properly. Dean Rasheed 15.2
2023-01-10 Fix MERGE's test for unreachable WHEN clauses. Dean Rasheed 15.2
2023-01-06 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 15.2
2022-12-09 Update MERGE docs to mention that ONLY is supported. Dean Rasheed 15.2
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 15.2
2022-11-25 Fix rule-detection code for MERGE. Dean Rasheed 15.2
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 15.0
2022-03-22 Add support for security invoker views. Dean Rasheed 15.0
2022-02-27 Optimise numeric division for one and two base-NBASE digit divisors. Dean Rasheed 15.0
2022-02-27 Simplify the inner loop of numeric division in div_var(). Dean Rasheed 15.0
2022-02-27 Apply auto-vectorization to the inner loop of div_var_fast(). Dean Rasheed 15.0