mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc PG 19 relnotes: add missing commits and details
Reported-by: Xuneng Zhou Discussion: https://postgr.es/m/CABPTF7VxrFB_4Qoo2=PyrczGyq8CqOpQ5D5yye3DyxDC=so_0Q@mail.gmail.com
This commit is contained in:
parent
b384cdb274
commit
4c0f1e4910
1 changed files with 8 additions and 2 deletions
|
|
@ -756,12 +756,15 @@ Improve performance of internal row deformation (David Rowley)
|
|||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2026-03-16 [bfa3c4f10] Optimize hash index bulk-deletion with streaming read
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2026-03-12 [6c228755a] Use streaming read for VACUUM cleanup of GIN
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Improve performance of hash index bulk-deletion by using streaming reads (Xuneng Zhou)
|
||||
Improve performance of hash index bulk-deletion and GIN index vacuuming using streaming reads (Xuneng Zhou)
|
||||
<ulink url="&commit_baseurl;bfa3c4f10">§</ulink>
|
||||
<ulink url="&commit_baseurl;6c228755a">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
@ -1340,7 +1343,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow standbys to wait for LSN values to be replayed via WAIT FOR (Kartyshov Ivan, Alexander Korotkov, Xuneng Zhou)
|
||||
Allow standbys to wait for LSN values to be written, flushed, or replayed via WAIT FOR (Kartyshov Ivan, Alexander Korotkov, Xuneng Zhou)
|
||||
<ulink url="&commit_baseurl;447aae13b">§</ulink>
|
||||
<ulink url="&commit_baseurl;49a181b5d">§</ulink>
|
||||
</para>
|
||||
|
|
@ -3332,12 +3335,15 @@ Improve performance of bloom indexes by using streaming reads (Xuneng Zhou)
|
|||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2026-03-13 [213f0079b] pgstattuple: Optimize btree and hash index functions wit
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2026-03-14 [ae58189a4] pgstattuple: Optimize pgstattuple_approx() with streamin
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Improve performance of pgstattuple by using streaming reads (Xuneng Zhou)
|
||||
<ulink url="&commit_baseurl;213f0079b">§</ulink>
|
||||
<ulink url="&commit_baseurl;ae58189a4">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue