Commits

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

DateSubjectAuthorReleases
2026-02-11 doc: Mention all SELECT privileges required by INSERT ... ON CONFLICT. Dean Rasheed 14.22
2026-02-11 doc: Clarify RLS policies applied for ON CONFLICT DO NOTHING. Dean Rasheed 14.22
2025-12-09 doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed 14.21
2025-11-29 Avoid rewriting data-modifying CTEs more than once. Dean Rasheed 14.21
2025-11-13 doc: Improve description of RLS policies applied by command type. Dean Rasheed 14.21
2025-09-04 Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed 14.20
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 14.20
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 14.19
2025-08-04 Fix typo in create_index.sql. Dean Rasheed 14.19
2025-05-01 doc: Warn that ts_headline() output is not HTML-safe. Dean Rasheed 14.18
2025-01-12 Fix XMLTABLE() deparsing to quote namespace names if necessary. Dean Rasheed 14.16
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 14.13
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 14.11
2023-11-09 Fix corner-case 64-bit integer subtraction bug on some platforms. Dean Rasheed 14.11
2023-10-29 btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 14.10
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 14.8
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 14.8
2023-02-22 Add missing support for the latest SPI status codes. Dean Rasheed 14.8
2023-02-03 Make int64_div_fast_to_numeric() more robust. Dean Rasheed 14.7
2023-01-06 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 14.7
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 14.7
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 14.5
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 14.1
2021-08-06 Adjust the integer overflow tests in the numeric code. Dean Rasheed 14.0
2021-08-05 Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 14.0