From: Bruce Momjian Date: Wed, 31 May 2023 11:01:21 +0000 (-0400) Subject: doc: PG 16 relnotes, move memory item and reword OUTER item X-Git-Tag: REL_16_BETA2~92 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e6a254c0d4af1f693f23b2f5fd550914c4c7e90c;p=postgresql.git 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 --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index be97c290d92..af333d7b1e9 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) -