From ad5406246bff5490fbd428c148717c5b87e52ab1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 May 2023 09:54:34 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-16.sgml | 83 ++++++++++++++---------------------- 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index c30c530065..bb92fe5cf9 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) - - -