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) -