Skip to content

Commit a2ab0ad

Browse files
committed
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
1 parent b725675 commit a2ab0ad

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,40 @@
1515
</para>
1616

1717
<itemizedlist>
18-
<listitem><para></para></listitem>
18+
<listitem>
19+
<para>
20+
Support for the <acronym>SQL</acronym>
21+
<link linkend="sql-merge"><command>MERGE</command></link> command.
22+
</para>
23+
</listitem>
24+
<listitem>
25+
<para>
26+
Selective publication of tables' contents within
27+
<link linkend="logical-replication">logical replication</link>
28+
publications, through the ability to specify column lists and
29+
row filter conditions.
30+
</para>
31+
</listitem>
32+
<listitem>
33+
<para>
34+
More options for compression, including support for Zstandard (zstd)
35+
compression. This includes support for performing compression on
36+
the server side during
37+
<link linkend="app-pgbasebackup"><application>pg_basebackup</application></link>.
38+
</para>
39+
</listitem>
40+
<listitem>
41+
<para>
42+
Support for structured <link linkend="guc-log-destination">server
43+
log output</link> using the <acronym>JSON</acronym> format.
44+
</para>
45+
</listitem>
46+
<listitem>
47+
<para>
48+
Performance improvements, particularly for in-memory and on-disk
49+
sorting.
50+
</para>
51+
</listitem>
1952
</itemizedlist>
2053

2154
<para>

0 commit comments

Comments
 (0)