File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 15
15
</para>
16
16
17
17
<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>
19
52
</itemizedlist>
20
53
21
54
<para>
You can’t perform that action at this time.
0 commit comments