Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: add list of major features to the v15 release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Sep 2022 15:24:12 +0000 (11:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Sep 2022 15:24:12 +0000 (11:24 -0400)
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

index 14440be77f59b0f55120f377416091910903c304..07cde58b3c4f395bafd32c6b572044392515f4b9 100644 (file)
    </para>
 
    <itemizedlist>
-    <listitem><para></para></listitem>
+    <listitem>
+     <para>
+      Support for the <acronym>SQL</acronym>
+      <link linkend="sql-merge"><command>MERGE</command></link> command.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      Selective publication of tables' contents within
+      <link linkend="logical-replication">logical replication</link>
+      publications, through the ability to specify column lists and
+      row filter conditions.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      More options for compression, including support for Zstandard (zstd)
+      compression.  This includes support for performing compression on
+      the server side during
+      <link linkend="app-pgbasebackup"><application>pg_basebackup</application></link>.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      Support for structured <link linkend="guc-log-destination">server
+      log output</link> using the <acronym>JSON</acronym> format.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      Performance improvements, particularly for in-memory and on-disk
+      sorting.
+     </para>
+    </listitem>
    </itemizedlist>
 
    <para>