diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-06-17 15:05:05 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-06-17 15:05:26 -0400 |
commit | 82ed67a5fe826044bf361ad0425283d05f3dcf95 (patch) | |
tree | 3cb022c61f8d8165eae8b51dbb0cf4c430af510c /doc/src | |
parent | a6685c5e362eab5d04b8ffe65fff7cfbd21b6034 (diff) | |
download | postgresql-82ed67a5fe826044bf361ad0425283d05f3dcf95.tar.gz postgresql-82ed67a5fe826044bf361ad0425283d05f3dcf95.zip |
doc PG 17 relnotes: update to current
Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 790e8fa33c3..df3b2d70a6c 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -6,7 +6,7 @@ <formalpara> <title>Release date:</title> - <para>2024-??-??, AS OF 2024-05-18</para> + <para>2024-??-??, AS OF 2024-06-17</para> </formalpara> <sect2 id="release-17-highlights"> @@ -247,15 +247,13 @@ Change pg_attribute.attstattarget and pg_attribute.stxstattarget to represent th <!-- Author: Masahiko Sawada <msawada@postgresql.org> 2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac +Author: Masahiko Sawada <msawada@postgresql.org> +2024-06-14 [f1affb670] Reintroduce dead tuple counter in pg_stat_progress_vacuu --> <listitem> <para> -Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes and num_dead_tuples to dead_tuple_bytes (Masahiko Sawada) -</para> - -<para> -These columns now report bytes instead of tuples. +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) </para> </listitem> @@ -1844,11 +1842,13 @@ Previously only blocking, unencrypted cancel requests were supported. <!-- Author: Robert Haas <rhaas@postgresql.org> 2024-04-02 [f5e4dedfa] Expose PQsocketPoll via libpq +Author: Tom Lane <tgl@sss.pgh.pa.us> +2024-06-13 [105024a47] Improve the granularity of PQsocketPoll's timeout parame --> <listitem> <para> -Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin) +Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin, Tom Lane) </para> </listitem> |