diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 9d69016cd6..fdbbbed07a 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -18,7 +18,81 @@ - TO BE COMPLETED LATER + + + New memory management system for VACUUM, which reduces + memory consumption and can improve overall vacuuming performance. + + + + + + New SQL/JSON capabilities, including constructors, + identity functions, and the JSON_TABLE() + function, which converts JSON data into a table representation. + + + + + + Various query performance improvements, including to sequential reads + using streaming I/O, write throughput under high concurrency, and + searches over multiple values in a btree + index. + + + + + + Logical replication enhancements, including: + + + + Failover control + + + + + pg_createsubscriber, + a utility that logical replicas from physical standbys + + + + + pg_upgrade now + preserves replication slots on both publishers and subscribers + + + + + + + + + New client-side connection option, sslnegotiation=direct, + that allows direct TLS handshakes that avoids a round-trip negotation. + + + + + + pg_basebackup + now supports incremental backup. + + + + + + COPY adds a new option, + ON_ERROR ignore, that allows a copy operation to + continue in the event of an error. + +