File tree 1 file changed +44
-2
lines changed 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 18
18
</para>
19
19
20
20
<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
+
22
64
</itemizedlist>
23
65
24
66
<para>
@@ -280,7 +322,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
280
322
281
323
<listitem>
282
324
<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)
284
326
</para>
285
327
</listitem>
286
328
You can’t perform that action at this time.
0 commit comments