File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
494494ASCII 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>
27992810Adjust 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>
You can’t perform that action at this time.
0 commit comments