Commits

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

DateSubjectAuthorReleases
2026-02-11 doc: Mention all SELECT privileges required by INSERT ... ON CONFLICT. Dean Rasheed 16.13
2026-02-11 doc: Clarify RLS policies applied for ON CONFLICT DO NOTHING. Dean Rasheed 16.13
2026-01-30 Update .abi-compliance-history for change to TransitionCaptureState. Dean Rasheed 16.12
2026-01-24 Fix trigger transition table capture for MERGE in CTE queries. Dean Rasheed 16.12
2025-12-09 doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed 16.12
2025-11-29 Avoid rewriting data-modifying CTEs more than once. Dean Rasheed 16.12
2025-11-13 doc: Improve description of RLS policies applied by command type. Dean Rasheed 16.12
2025-09-05 Fix concurrent update issue with MERGE. Dean Rasheed 16.11
2025-09-04 Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed 16.11
2025-09-04 Fix replica identity check for MERGE. Dean Rasheed 16.11
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 16.11
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 16.10
2025-08-04 Fix typo in create_index.sql. Dean Rasheed 16.10
2025-06-26 doc: Fix indentation of MERGE synopsis. Dean Rasheed 16.10
2025-05-31 Fix MERGE into a plain inheritance parent table. Dean Rasheed 16.10
2025-05-01 doc: Warn that ts_headline() output is not HTML-safe. Dean Rasheed 16.9
2025-03-29 Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 16.9
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 16.7
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 16.4
2024-06-04 Fix PL/pgSQL's handling of integer ranges containing underscores. Dean Rasheed 16.4
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 16.3
2024-03-13 doc: Improve a couple of places in the MERGE docs. Dean Rasheed 16.3
2024-03-07 Fix handling of self-modified tuples in MERGE. Dean Rasheed 16.3
2023-12-21 Fix BEFORE ROW trigger handling in cross-partition MERGE update. Dean Rasheed 16.2
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 16.2