mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -15,7 +15,40 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<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>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user