From: Nathan Bossart Date: Fri, 19 Sep 2025 20:07:41 +0000 (-0500) Subject: Add list of major features to the v18 release notes. X-Git-Tag: REL_18_0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b585f25284d24d2e3fe19e81583c2b458b2a3efc;p=thirdparty%2Fpostgresql.git Add list of major features to the v18 release notes. Author: Nathan Bossart Co-authored-by: "Jonathan S. Katz" Reviewed-by: Peter Eisentraut Reviewed-by: Erik Rijkers Reviewed-by: Robert Haas Discussion: https://postgr.es/m/aLMo7lJKg8bWUs3y%40momjian.us Backpatch-through: 18 only --- diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 8f13786fe88..8811a6a1f33 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -21,7 +21,65 @@ - (to be completed) + An asynchronous I/O (AIO) subsystem that can improve performance of + sequential scans, bitmap heap scans, vacuums, and other operations. + + + + + + pg_upgrade + now retains optimizer statistics. + + + + + + Support for "skip scan" lookups that allow using + multicolumn B-tree indexes 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. + + + + + + OLD and NEW support for + RETURNING clauses + in , , + , and commands. + + + + + + Temporal constraints, or constraints over ranges, for + PRIMARY KEY, + UNIQUE, and + FOREIGN KEY + constraints.