|
6 | 6 |
|
7 | 7 | <formalpara>
|
8 | 8 | <title>Release date:</title>
|
9 |
| - <para>2024-??-??, AS OF 2024-05-18</para> |
| 9 | + <para>2024-??-??, AS OF 2024-06-17</para> |
10 | 10 | </formalpara>
|
11 | 11 |
|
12 | 12 | <sect2 id="release-17-highlights">
|
@@ -247,15 +247,13 @@ Change pg_attribute.attstattarget and pg_attribute.stxstattarget to represent th
|
247 | 247 | <!--
|
248 | 248 | Author: Masahiko Sawada <msawada@postgresql.org>
|
249 | 249 | 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 |
250 | 252 | -->
|
251 | 253 |
|
252 | 254 | <listitem>
|
253 | 255 | <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) |
259 | 257 | </para>
|
260 | 258 | </listitem>
|
261 | 259 |
|
@@ -1844,11 +1842,13 @@ Previously only blocking, unencrypted cancel requests were supported.
|
1844 | 1842 | <!--
|
1845 | 1843 | Author: Robert Haas <rhaas@postgresql.org>
|
1846 | 1844 | 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 |
1847 | 1847 | -->
|
1848 | 1848 |
|
1849 | 1849 | <listitem>
|
1850 | 1850 | <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) |
1852 | 1852 | </para>
|
1853 | 1853 | </listitem>
|
1854 | 1854 |
|
|