Skip to content

Commit e6a254c

Browse files
committed
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
1 parent 409d244 commit e6a254c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<listitem>
2323
<para>
24-
Allow parallel execution of queries with OUTER and FULL joins
24+
Allow parallelization of FULL and internal right OUTER hash joins
2525
</para>
2626
</listitem>
2727

@@ -494,6 +494,17 @@ Allow xid/subxid searches and ASCII string detection to use vector operations (N
494494
ASCII detection is particularly useful for COPY FROM. Vector operations are also used for some C array searches.
495495
</para>
496496

497+
</listitem>
498+
499+
<!--
500+
Author: David Rowley <drowley@postgresql.org>
501+
2022-08-29 [c6e0fe1f2] Improve performance of and reduce overheads of memory ma
502+
-->
503+
504+
<listitem>
505+
<para>
506+
Reduce overhead of memory allocations (Andres Freund, David Rowley)
507+
</para>
497508
</listitem>
498509

499510
</itemizedlist>
@@ -2798,17 +2809,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
27982809
<para>
27992810
Adjust pg_attribute columns for efficiency (Peter Eisentraut)
28002811
</para>
2801-
</listitem>
2802-
2803-
<!--
2804-
Author: David Rowley <drowley@postgresql.org>
2805-
2022-08-29 [c6e0fe1f2] Improve performance of and reduce overheads of memory ma
2806-
-->
2807-
2808-
<listitem>
2809-
<para>
2810-
Reduce overhead of memory allocations (Andres Freund, David Rowley)
2811-
</para>
28122812
</listitem>
28132813

28142814
</itemizedlist>

0 commit comments

Comments
 (0)