File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<listitem>
23
23
<para>
24
- Allow parallel execution of queries with OUTER and FULL joins
24
+ Allow parallelization of FULL and internal right OUTER hash joins
25
25
</para>
26
26
</listitem>
27
27
@@ -494,6 +494,17 @@ Allow xid/subxid searches and ASCII string detection to use vector operations (N
494
494
ASCII detection is particularly useful for COPY FROM. Vector operations are also used for some C array searches.
495
495
</para>
496
496
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>
497
508
</listitem>
498
509
499
510
</itemizedlist>
@@ -2798,17 +2809,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
2798
2809
<para>
2799
2810
Adjust pg_attribute columns for efficiency (Peter Eisentraut)
2800
2811
</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>
2812
2812
</listitem>
2813
2813
2814
2814
</itemizedlist>
You can’t perform that action at this time.
0 commit comments