From: Bruce Momjian Date: Wed, 24 May 2023 13:54:34 +0000 (-0400) Subject: doc: PG 16 relnotes, merge and move vector items X-Git-Tag: REL_16_BETA2~111 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ad5406246bff5490fbd428c148717c5b87e52ab1;p=postgresql.git doc: PG 16 relnotes, merge and move vector items Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsEPg8L2MmGqavc8JByC=WF_Mnkhn-KKnFPkcqh0hydung@mail.gmail.com --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index c30c5300658..bb92fe5cf91 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -472,6 +472,28 @@ Author: David Rowley Improve the speed of updating the process title (David Rowley) + + + + + + +Allow xid/subxid searches and ASCII string detection to use vector operations (Nathan Bossart) + + + +ASCII detection is particularly useful for COPY FROM. Vector operations are also used for some C array searches. + + @@ -1781,6 +1803,17 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq + + + + +Allow JSON string parsing to use vector operations (John Naylor) + + + - - - -Allow ASCII string detection to use vector operations (John Naylor) - - - - - - - -Allow JSON string parsing to use vector operations (John Naylor) - - - -ARM? - - - - - - - -Allow array searches to use vector operations (John Naylor) - - - - - - - -Allow xid/subxid searches to use vector operations (Nathan Bossart) - - -