diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-05-31 07:01:21 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-05-31 07:01:21 -0400 |
commit | e6a254c0d4af1f693f23b2f5fd550914c4c7e90c (patch) | |
tree | 17af392f564ef2e6d082f74d645288bbacbfec69 | |
parent | 409d24485cbee46cbfbc101ac6bde7d890f470b8 (diff) | |
download | postgresql-e6a254c0d4af1f693f23b2f5fd550914c4c7e90c.tar.gz postgresql-e6a254c0d4af1f693f23b2f5fd550914c4c7e90c.zip |
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
-rw-r--r-- | doc/src/sgml/release-16.sgml | 24 |
1 files changed, 12 insertions, 12 deletions
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 @@ <listitem> <para> - Allow parallel execution of queries with OUTER and FULL joins + Allow parallelization of FULL and internal right OUTER hash joins </para> </listitem> @@ -496,6 +496,17 @@ ASCII detection is particularly useful for COPY FROM. Vector operations are als </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> + </itemizedlist> </sect4> @@ -2800,17 +2811,6 @@ Adjust pg_attribute columns for efficiency (Peter Eisentraut) </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> - </itemizedlist> </sect3> |