doc: PG 16 relnotes, move memory item and reword OUTER item
authorBruce Momjian <[email protected]>
Wed, 31 May 2023 11:01:21 +0000 (07:01 -0400)
committerBruce Momjian <[email protected]>
Wed, 31 May 2023 11:01:21 +0000 (07:01 -0400)
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvqmqxcX2n9NwvsfnsN0be6DjmyLSjz3Jk2DaZO5OLW+pw@mail.gmail.com

doc/src/sgml/release-16.sgml

index be97c290d92c3869bac82b51600f41700788e8f9..af333d7b1e93cb625847c866a2836b06b7ebcf52 100644 (file)
@@ -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>
 
@@ -494,6 +494,17 @@ Allow xid/subxid searches and ASCII string detection to use vector operations (N
 ASCII detection is particularly useful for COPY FROM.  Vector operations are also used for some C array searches.
 </para>
 
+</listitem>
+
+<!--
+Author: David Rowley <[email protected]>
+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>
@@ -2798,17 +2809,6 @@ Author: Peter Eisentraut <[email protected]>
 <para>
 Adjust pg_attribute columns for efficiency (Peter Eisentraut)
 </para>
-</listitem>
-
-<!--
-Author: David Rowley <[email protected]>
-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>