Skip to content

Commit 60751aa

Browse files
committed
doc: PG 16 relnotes, add major features list
Reported-by: Jonathan Katz Discussion: https://postgr.es/m/2fd2cc0e-df39-3e77-8fcf-35aad5796b0a@postgresql.org
1 parent 1f9f6aa commit 60751aa

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,49 @@
1818
</para>
1919

2020
<itemizedlist>
21-
<listitem><para>ADD HERE</para></listitem>
21+
22+
<listitem>
23+
<para>
24+
Allow parallel execution of queries with OUTER and FULL joins
25+
</para>
26+
</listitem>
27+
28+
<listitem>
29+
<para>
30+
Allow logical replication from standbys servers
31+
</para>
32+
</listitem>
33+
34+
<listitem>
35+
<para>
36+
Allow logical replication subscribers to apply large transactions in parallel
37+
</para>
38+
</listitem>
39+
40+
<listitem>
41+
<para>
42+
Allow monitoring of I/O statistics using the new pg_stat_io view
43+
</para>
44+
</listitem>
45+
46+
<listitem>
47+
<para>
48+
Add SQL/JSON constructors and identity functions
49+
</para>
50+
</listitem>
51+
52+
<listitem>
53+
<para>
54+
Improve performance of vacuum freezing
55+
</para>
56+
</listitem>
57+
58+
<listitem>
59+
<para>
60+
Add support for regular expression matching of user and database names in pg_hba.conf, and user names in pg_ident.conf
61+
</para>
62+
</listitem>
63+
2264
</itemizedlist>
2365

2466
<para>
@@ -280,7 +322,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
280322

281323
<listitem>
282324
<para>
283-
Allow full and outer joins to be performed in parallel (Melanie Plageman, Thomas Munro)
325+
Allow outer and full joins to be performed in parallel (Melanie Plageman, Thomas Munro)
284326
</para>
285327
</listitem>
286328

0 commit comments

Comments
 (0)