doc: PG 16 relnotes, merge and move vector items
authorBruce Momjian
Wed, 24 May 2023 13:54:34 +0000 (09:54 -0400)
committerBruce Momjian
Wed, 24 May 2023 13:54:34 +0000 (09:54 -0400)
Reported-by: John Naylor
Discussion: https://postgr.es/m/CAFBsxsEPg8L2MmGqavc8JByC=WF_Mnkhn-KKnFPkcqh0hydung@mail.gmail.com

doc/src/sgml/release-16.sgml

index c30c5300658c493fe68d0032b029ee8b152d811c..bb92fe5cf913bbef774a0dfad8d96886d4bb5f1c 100644 (file)
@@ -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)
-
-
-