doc PG 19 relnotes: adjustments/removal of items

Reported-by: John Naylor

Discussion: https://postgr.es/m/CANWCAZZWfdoMcemSaTMon+e6aCkSABN3+sco0aStC90cFPVE4A@mail.gmail.com
This commit is contained in:
Bruce Momjian 2026-05-11 17:43:15 -04:00
parent c3f7dde39e
commit 8974a7c433

View 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