From 60751aa50313b3498de199a3cd62e5f30e6b6091 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 May 2023 13:58:24 -0400 Subject: [PATCH] doc: PG 16 relnotes, add major features list Reported-by: Jonathan Katz Discussion: https://postgr.es/m/2fd2cc0e-df39-3e77-8fcf-35aad5796b0a@postgresql.org --- doc/src/sgml/release-16.sgml | 46 ++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 893cd8ddb0..3d96bd6e6d 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -18,7 +18,49 @@ - ADD HERE + + + + Allow parallel execution of queries with OUTER and FULL joins + + + + + + Allow logical replication from standbys servers + + + + + + Allow logical replication subscribers to apply large transactions in parallel + + + + + + Allow monitoring of I/O statistics using the new pg_stat_io view + + + + + + Add SQL/JSON constructors and identity functions + + + + + + Improve performance of vacuum freezing + + + + + + Add support for regular expression matching of user and database names in pg_hba.conf, and user names in pg_ident.conf + + + @@ -280,7 +322,7 @@ Author: Thomas Munro -Allow full and outer joins to be performed in parallel (Melanie Plageman, Thomas Munro) +Allow outer and full joins to be performed in parallel (Melanie Plageman, Thomas Munro)