aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-16.sgml24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index be97c290d92..af333d7b1e9 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -21,7 +21,7 @@
<listitem>
<para>
- Allow parallel execution of queries with OUTER and FULL joins
+ Allow parallelization of FULL and internal right OUTER hash joins
</para>
</listitem>
@@ -496,6 +496,17 @@ ASCII detection is particularly useful for COPY FROM. Vector operations are als
</listitem>
+<!--
+Author: David Rowley <drowley@postgresql.org>
+2022-08-29 [c6e0fe1f2] Improve performance of and reduce overheads of memory ma
+-->
+
+<listitem>
+<para>
+Reduce overhead of memory allocations (Andres Freund, David Rowley)
+</para>
+</listitem>
+
</itemizedlist>
</sect4>
@@ -2800,17 +2811,6 @@ Adjust pg_attribute columns for efficiency (Peter Eisentraut)
</para>
</listitem>
-<!--
-Author: David Rowley <drowley@postgresql.org>
-2022-08-29 [c6e0fe1f2] Improve performance of and reduce overheads of memory ma
--->
-
-<listitem>
-<para>
-Reduce overhead of memory allocations (Andres Freund, David Rowley)
-</para>
-</listitem>
-
</itemizedlist>
</sect3>