Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 82ed67a

Browse files
committed
doc PG 17 relnotes: update to current
Backpatch-through: master
1 parent a6685c5 commit 82ed67a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2024-??-??, AS OF 2024-05-18</para>
9+
<para>2024-??-??, AS OF 2024-06-17</para>
1010
</formalpara>
1111

1212
<sect2 id="release-17-highlights">
@@ -247,15 +247,13 @@ Change pg_attribute.attstattarget and pg_attribute.stxstattarget to represent th
247247
<!--
248248
Author: Masahiko Sawada <msawada@postgresql.org>
249249
2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac
250+
Author: Masahiko Sawada <msawada@postgresql.org>
251+
2024-06-14 [f1affb670] Reintroduce dead tuple counter in pg_stat_progress_vacuu
250252
-->
251253

252254
<listitem>
253255
<para>
254-
Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes and num_dead_tuples to dead_tuple_bytes (Masahiko Sawada)
255-
</para>
256-
257-
<para>
258-
These columns now report bytes instead of tuples.
256+
Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes, rename num_dead_tuples to num_dead_item_ids, and add dead_tuple_bytes (Masahiko Sawada)
259257
</para>
260258
</listitem>
261259

@@ -1844,11 +1842,13 @@ Previously only blocking, unencrypted cancel requests were supported.
18441842
<!--
18451843
Author: Robert Haas <rhaas@postgresql.org>
18461844
2024-04-02 [f5e4dedfa] Expose PQsocketPoll via libpq
1845+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1846+
2024-06-13 [105024a47] Improve the granularity of PQsocketPoll's timeout parame
18471847
-->
18481848

18491849
<listitem>
18501850
<para>
1851-
Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin)
1851+
Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin, Tom Lane)
18521852
</para>
18531853
</listitem>
18541854

0 commit comments

Comments
 (0)