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.
+
+