Commits

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

DateSubjectAuthorReleases
2026-04-24 Fix incorrect logic for hashed IN / NOT IN with non-strict operators David Rowley 14.23
2026-03-30 Fix datum_image_*()'s inability to detect sign-extension variations David Rowley 14.23
2026-01-08 Fix possible incorrect column reference in ERROR message David Rowley 14.21
2026-01-06 Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley 14.21
2026-01-04 Doc: add missing punctuation David Rowley 14.21
2026-01-04 Fix selectivity estimation integer overflow in contrib/intarray David Rowley 14.21
2025-11-24 Fix incorrect IndexOptInfo header comment David Rowley 14.21
2025-10-30 Fix bogus use of "long" in AllocSetCheck() David Rowley 14.20
2025-10-23 Fix incorrect zero extension of Datum in JIT tuple deform code David Rowley 14.20
2025-10-21 Fix BRIN 32-bit counter wrap issue with huge tables David Rowley 14.20
2025-10-13 Doc: clarify n_distinct_inherited setting David Rowley 14.20
2025-09-17 Add missing EPQ recheck for TID Range Scan David Rowley 14.20
2025-09-16 Add missing EPQ recheck for TID Scan David Rowley 14.20
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 14.20
2025-04-22 Doc: reword text explaining the --maintenance-db option David Rowley 14.18
2025-04-02 Doc: add information about partition locking David Rowley 14.18
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 14.18
2024-12-19 Fix Assert failure in WITH RECURSIVE UNION queries David Rowley 14.16
2024-12-09 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 14.16
2024-10-29 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 14.14
2024-07-31 Doc: mention executor memory usage for enable_partitionwise* GUCs David Rowley 14.13
2024-06-18 Fix possible Assert failure in cost_memoize_rescan David Rowley 14.13
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 14.12
2024-04-20 Doc: document cases where queryid is stable David Rowley 14.12
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 14.12