mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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
This commit is contained in:
parent
409d24485c
commit
e6a254c0d4
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow parallel execution of queries with OUTER and FULL joins
|
Allow parallelization of FULL and internal right OUTER hash joins
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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.
|
ASCII detection is particularly useful for COPY FROM. Vector operations are also used for some C array searches.
|
||||||
</para>
|
</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>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -2798,17 +2809,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
|
|||||||
<para>
|
<para>
|
||||||
Adjust pg_attribute columns for efficiency (Peter Eisentraut)
|
Adjust pg_attribute columns for efficiency (Peter Eisentraut)
|
||||||
</para>
|
</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>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user