|
6 | 6 |
|
7 | 7 | <formalpara>
|
8 | 8 | <title>Release date:</title>
|
9 |
| - <para>2024-??-??, AS OF 2024-09-14</para> |
| 9 | + <para>2024-09-26</para> |
10 | 10 | </formalpara>
|
11 | 11 |
|
12 | 12 | <sect2 id="release-17-highlights">
|
|
36 | 36 |
|
37 | 37 | <listitem>
|
38 | 38 | <para>
|
39 |
| - Various query performance improvements, includingto sequential reads |
| 39 | + Various query performance improvements, includingfor sequential reads |
40 | 40 | using streaming I/O, write throughput under high concurrency, and
|
41 | 41 | searches over multiple values in a <link linkend="btree">btree</link>
|
42 | 42 | index.
|
|
56 | 56 | <para>
|
57 | 57 | <link
|
58 | 58 | linkend="app-pgcreatesubscriber"><application>pg_createsubscriber</application></link>,
|
59 |
| - a utility that logical replicas from physical standbys |
| 59 | + a utility thatcreateslogical replicas from physical standbys |
60 | 60 | </para>
|
61 | 61 | </listitem>
|
62 | 62 | <listitem>
|
|
74 | 74 | <para>
|
75 | 75 | New client-side connection option, <link
|
76 | 76 | linkend="libpq-connect-sslnegotiation"><literal>sslnegotiation=direct</literal></link>,
|
77 |
| - thatallowsdirect TLShandshakes that avoids a round-tripnegotation. |
| 77 | + thatperforms adirect TLShandshake to avoid a round-tripnegotiation. |
78 | 78 | </para>
|
79 | 79 | </listitem>
|
80 | 80 |
|
|