mirror of
https://github.com/postgres/postgres.git
synced 2026-05-16 03:19:53 -04:00
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:
parent
c3f7dde39e
commit
8974a7c433
1 changed files with 1 additions and 29 deletions
|
|
@ -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">§</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">§</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">§</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">§</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">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: John Naylor <john.naylor@postgresql.org>
|
||||
2026-04-04 [5e13b0f24] Use AVX2 for calculating page checksums where available
|
||||
|
|
|
|||
Loading…
Reference in a new issue