From 1d751b4b6b0165f122cd14ff84e556e2d2ebcb1e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 26 May 2026 16:31:58 -0400 Subject: [PATCH] doc PG 19 relnotes: various corrections Reported-by: Thom Brown Author: Thom Brown Discussion: https://postgr.es/m/CAA-aLv7w1wwucet76yAW0yq3-LrN5wL81uRrnpT3Tyxh7dmyTw@mail.gmail.com --- doc/src/sgml/release-19.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index f0911b86005..9aae934215a 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -77,7 +77,7 @@ Issue a warning after successful MD5 password authentication (Nathan Bossart) -The warning can be disabled via server variable md5_password_warnings. MD5 passwords were marked marked as deprecated in Postgres 18. +The warning can be disabled via server variable md5_password_warnings. MD5 passwords were marked as deprecated in Postgres 18. @@ -144,7 +144,7 @@ Change the default index opclasses for inet and cidr data types from btree_gist -The btree_gist inet/cidr opclasses are broken because they can exclude rows that should be returned. Pg_upgrade will fail to upgrade if btree_gist inet/cidr indexes exist in the old +The btree_gist inet/cidr opclasses are broken because they can exclude rows that should be returned. pg_upgrade will fail to upgrade if btree_gist inet/cidr indexes exist in the old server. @@ -328,7 +328,7 @@ Author: Richard Guo -Allow NOT INs to be converted to more efficient ANTI JOINs when NULLs are not present (Richard Guo) +Allow NOT IN clauses to be converted to more efficient anti-joins when NULLs are not present (Richard Guo) § @@ -700,7 +700,7 @@ Author: Nathan Bossart -Improve COPY FROM performance for text and CSV output using SIMD CPU instructions (Nazir Bilal Yavuz, Shinya Kato) +Improve COPY FROM performance for text and CSV input using SIMD CPU instructions (Nazir Bilal Yavuz, Shinya Kato) § @@ -1210,7 +1210,7 @@ Author: Nathan Bossart -Issue warnings when the wraparound of xid and multi-xids is less then 100 million (Nathan Bossart) +Issue warnings when the wraparound of xid and multi-xids is less than 100 million (Nathan Bossart) § @@ -1588,7 +1588,7 @@ Add subscription option max_retention_duration to limit retain_dead_tuples reten -When the limit is reached, dead tuple retention until manually re-enabled or a new subscription is created. +When the limit is reached, dead tuple retention is disabled until manually re-enabled or a new subscription is created.