Doc: update 17.0 release date.
Also some trivial copy-editing.
This commit is contained in:
parent
1d7cef2b60
commit
64b61fa5d7
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<formalpara>
|
<formalpara>
|
||||||
<title>Release date:</title>
|
<title>Release date:</title>
|
||||||
<para>2024-??-??, AS OF 2024-09-14</para>
|
<para>2024-09-26</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
<sect2 id="release-17-highlights">
|
<sect2 id="release-17-highlights">
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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
|
using streaming I/O, write throughput under high concurrency, and
|
||||||
searches over multiple values in a <link linkend="btree">btree</link>
|
searches over multiple values in a <link linkend="btree">btree</link>
|
||||||
index.
|
index.
|
||||||
@ -56,7 +56,7 @@
|
|||||||
<para>
|
<para>
|
||||||
<link
|
<link
|
||||||
linkend="app-pgcreatesubscriber"><application>pg_createsubscriber</application></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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<para>
|
<para>
|
||||||
New client-side connection option, <link
|
New client-side connection option, <link
|
||||||
linkend="libpq-connect-sslnegotiation"><literal>sslnegotiation=direct</literal></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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user