Also some trivial copy-editing.
Release date:
-
2024-??-??, AS OF 2024-09-14
- 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.
linkend="app-pgcreatesubscriber">
pg_createsubscriber,
- a utility that logical replicas from physical standbys
+ a utility that creates logical replicas from physical standbys
New client-side connection option,
linkend="libpq-connect-sslnegotiation">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.