From: Tom Lane Date: Fri, 20 Sep 2024 20:19:34 +0000 (-0400) Subject: Doc: update 17.0 release date. X-Git-Tag: REL_17_0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64b61fa5d7807a98b5a51024960698894799d936;p=thirdparty%2Fpostgresql.git Doc: update 17.0 release date. Also some trivial copy-editing. --- 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 @@ Release date: - 2024-??-??, AS OF 2024-09-14 + 2024-09-26 @@ -36,7 +36,7 @@ - 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 btree index. @@ -56,7 +56,7 @@ pg_createsubscriber, - a utility that logical replicas from physical standbys + a utility that creates logical replicas from physical standbys @@ -74,7 +74,7 @@ New client-side connection option, sslnegotiation=direct, - that allows direct TLS handshakes that avoids a round-trip negotation. + that performs a direct TLS handshake to avoid a round-trip negotiation.