]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 19 relnotes: adjustments/removal of items
authorBruce Momjian <bruce@momjian.us>
Mon, 11 May 2026 21:43:15 +0000 (17:43 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 11 May 2026 21:43:15 +0000 (17:43 -0400)
Reported-by: John Naylor
Discussion: https://postgr.es/m/CANWCAZZWfdoMcemSaTMon+e6aCkSABN3+sco0aStC90cFPVE4A@mail.gmail.com

doc/src/sgml/release-19.sgml

index f265ac00eb2687fae82bb527dd68768a62021c27..96f6c4377c9fd4fc433f473b9af2003fbbaec2d6 100644 (file)
@@ -255,10 +255,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
 Change index access method handlers to use a static IndexAmRoutines structure, rather than dynamically allocated ones (Matthias van de Meent)
 <ulink url="&commit_baseurl;bc6374cd7">&sect;</ulink>
 </para>
-
-<para>
-This is a backwardly incompatible.
-</para>
 </listitem>
 
 <!--
@@ -787,7 +783,7 @@ Author: John Naylor <john.naylor@postgresql.org>
 
 <listitem>
 <para>
-Improve sort performance using radix sorts (John Naylor)
+Improve sort performance using radix sort (John Naylor)
 <ulink url="&commit_baseurl;ef3c3cf6d">&sect;</ulink>
 </para>
 </listitem>
@@ -821,18 +817,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
 Optimize plpgsql syntax SELECT simple-expression INTO var (Tom Lane)
 <ulink url="&commit_baseurl;ce8d5fe0e">&sect;</ulink>
 </para>
-</listitem>
-
-<!--
-Author: Dean Rasheed <dean.a.rasheed@gmail.com>
-2025-08-07 [d699687b3] Extend int128.h to support more numeric code.
--->
-
-<listitem>
-<para>
-Improve performance of numeric operations on platforms without 128-bit integer support (Dean Rasheed)
-<ulink url="&commit_baseurl;d699687b3">&sect;</ulink>
-</para>
 </listitem>
 
      </itemizedlist>
@@ -2959,18 +2943,6 @@ Use standard C23 and C++ attributes if available (Peter Eisentraut)
 </para>
 </listitem>
 
-<!--
-Author: John Naylor <john.naylor@postgresql.org>
-2025-07-09 [ed26c4e25] Hide ICU C++ APIs from pg_locale.h
--->
-
-<listitem>
-<para>
-Allow C++ compiler mode to be used with ICU (John Naylor)
-<ulink url="&commit_baseurl;ed26c4e25">&sect;</ulink>
-</para>
-</listitem>
-
 <!--
 Author: John Naylor <john.naylor@postgresql.org>
 2026-04-04 [5e13b0f24] Use AVX2 for calculating page checksums where available