From e6a254c0d4af1f693f23b2f5fd550914c4c7e90c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 31 May 2023 07:01:21 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-16.sgml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index be97c290d9..af333d7b1e 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -21,7 +21,7 @@ - Allow parallel execution of queries with OUTER and FULL joins + Allow parallelization of FULL and internal right OUTER hash joins @@ -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. + + + + + + +Reduce overhead of memory allocations (Andres Freund, David Rowley) + @@ -2798,17 +2809,6 @@ Author: Peter Eisentraut Adjust pg_attribute columns for efficiency (Peter Eisentraut) - - - - - - -Reduce overhead of memory allocations (Andres Freund, David Rowley) -