aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-31 07:01:21 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-31 07:01:21 -0400
commite6a254c0d4af1f693f23b2f5fd550914c4c7e90c (patch)
tree17af392f564ef2e6d082f74d645288bbacbfec69
parent409d24485cbee46cbfbc101ac6bde7d890f470b8 (diff)
downloadpostgresql-e6a254c0d4af1f693f23b2f5fd550914c4c7e90c.tar.gz
postgresql-e6a254c0d4af1f693f23b2f5fd550914c4c7e90c.zip
doc: PG 16 relnotes, move memory item and reword OUTER item
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvqmqxcX2n9NwvsfnsN0be6DjmyLSjz3Jk2DaZO5OLW+pw@mail.gmail.com
-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>