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