From: Tom Lane Date: Sun, 8 Feb 2026 18:00:40 +0000 (-0500) Subject: Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. X-Git-Tag: REL_18_2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5944beb7398d76f746c9bb32dbca41bd05419925;p=thirdparty%2Fpostgresql.git Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. --- diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index aa159f7404b..388f81f6edc 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -375,7 +375,7 @@ Branch: REL_14_STABLE [ab4256869] 2025-12-18 15:09:17 +0200 - One seldom-taken code path unintentionally emitted a WAL record + One seldom-taken code path incorrectly emitted a WAL record relating to a BRIN index even if the index was marked unlogged. Crash recovery would then fail to replay that record, complaining that the file already exists. @@ -550,37 +550,6 @@ Branch: REL_14_STABLE [b6201c76e] 2025-12-23 13:37:31 +0200 - - Fix issues around in-place catalog updates (Noah Misch) - - - - Send a nontransactional invalidation message for an in-place update, - since such an update will survive transaction rollback. Also ensure - that the update is WAL-logged before other sessions can see it. - These fixes primarily prevent scenarios in which relations' - frozen-XID attributes become inconsistent, possibly allowing - premature CLOG truncation and subsequent could not access - status of transaction errors. - - - - - Fix assorted minor errors in error messages (Man Zeng, Tianchen Zhang) @@ -1102,6 +1078,7 @@ Branch: REL_14_STABLE [f1dc7a5b7] 2026-01-18 17:25:04 +0900 § § § + § @@ -1246,6 +1223,21 @@ Branch: REL_16_STABLE [80e8ec772] 2025-12-29 15:31:39 +1300 + + Fix failure to parse long options on the server command line in + Solaris executables built with meson (Tom Lane) + § + + + + +