From a2ab0ad88cf87e0dcd9fc4c7fcfac132a4e88d2a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 23 Sep 2022 11:24:12 -0400 Subject: [PATCH] Doc: add list of major features to the v15 release notes. Jonathan Katz (word-smithed a bit by me) Discussion: https://postgr.es/m/a6661e2c-72e0-b4bd-9301-9225bdddda4c@postgresql.org --- doc/src/sgml/release-15.sgml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 14440be77f5..07cde58b3c4 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -15,7 +15,40 @@ - + + + Support for the SQL + MERGE command. + + + + + Selective publication of tables' contents within + logical replication + publications, through the ability to specify column lists and + row filter conditions. + + + + + More options for compression, including support for Zstandard (zstd) + compression. This includes support for performing compression on + the server side during + pg_basebackup. + + + + + Support for structured server + log output using the JSON format. + + + + + Performance improvements, particularly for in-memory and on-disk + sorting. + + -- 2.39.5