diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 63ce3473dc5..62fd3779dff 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -21,7 +21,55 @@ - (to be completed) + An asynchronous I/O subsystem (AIO) that can improves throughput + performance of sequential scans, bitmap heap scans, vacuums, and + other operations. + + + + + + pg_upgrade + now maintains optimizer statistics through upgrade. + + + + + + Support for "skip scan" lookups that allow + multicolumn B-tree indexes + to be used in more cases. + + + + + + uuidv7() + function for generating timestamp-ordered + UUIDs. + + + + + + Virtual + generated columns + that compute their values during read operations. This is now the default + for generated columns. + + + + + + OAuth authentication support. + + + + + + Conflict logging during + logical replication.