File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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, including to sequential reads
39
+ Various query performance improvements, including for 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 that creates logical 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
- that allows direct TLS handshakes that avoids a round-trip negotation .
77
+ that performs a direct TLS handshake to avoid a round-trip negotiation .
78
78
</para>
79
79
</listitem>
80
80
You can’t perform that action at this time.
0 commit comments