diff options
author | Tom Lane | 2024-09-20 20:19:34 +0000 |
---|---|---|
committer | Tom Lane | 2024-09-20 20:19:34 +0000 |
commit | 64b61fa5d7807a98b5a51024960698894799d936 (patch) | |
tree | c3f9076b8898a42deefc9abd4623811dbd1af637 /doc/src | |
parent | 1d7cef2b60b90673eb23e26fdb58dcc3e521ba55 (diff) |
Doc: update 17.0 release date.
Also some trivial copy-editing.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index fdbbbed07aa..ad814737745 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-09-14</para> + <para>2024-09-26</para> </formalpara> <sect2 id="release-17-highlights"> @@ -36,7 +36,7 @@ <listitem> <para> - Various query performance improvements, including to sequential reads + Various query performance improvements, including for sequential reads using streaming I/O, write throughput under high concurrency, and searches over multiple values in a <link linkend="btree">btree</link> index. @@ -56,7 +56,7 @@ <para> <link linkend="app-pgcreatesubscriber"><application>pg_createsubscriber</application></link>, - a utility that logical replicas from physical standbys + a utility that creates logical replicas from physical standbys </para> </listitem> <listitem> @@ -74,7 +74,7 @@ <para> New client-side connection option, <link linkend="libpq-connect-sslnegotiation"><literal>sslnegotiation=direct</literal></link>, - that allows direct TLS handshakes that avoids a round-trip negotation. + that performs a direct TLS handshake to avoid a round-trip negotiation. </para> </listitem> |