<para>
Improve the speed of updating the process title (David Rowley)
</para>
+</listitem>
+
+<!--
+2022-08-11 [37a6e5df3] Optimize xid/subxid searches in XidInMVCCSnapshot().
+2022-08-26 [121d2d3d7] Use SSE2 in is_valid_ascii() where available.
+2022-08-10 [b6ef16756] Introduce optimized routine for linear searches of array
+2022-08-26 [e813e0e16] Add optimized functions for linear search within byte ar
+-->
+
+<listitem>
+<para>
+Allow xid/subxid searches and ASCII string detection to use vector operations (Nathan Bossart)
+</para>
+
+<para>
+ASCII detection is particularly useful for COPY FROM. Vector operations are also used for some C array searches.
+</para>
+
</listitem>
</itemizedlist>
</para>
</listitem>
+<!--
+2022-09-02 [0a8de93a4] Speed up lexing of long JSON strings
+-->
+
+<listitem>
+<para>
+Allow JSON string parsing to use vector operations (John Naylor)
+</para>
+</listitem>
+
<!--
2023-01-19 [5a617d75d] Fix ts_headline() to handle ORs and phrase queries more
</para>
</listitem>
-<!--
-2022-08-26 [121d2d3d7] Use SSE2 in is_valid_ascii() where available.
--->
-
-<listitem>
-<para>
-Allow ASCII string detection to use vector operations (John Naylor)
-</para>
-</listitem>
-
-<!--
-2022-09-02 [0a8de93a4] Speed up lexing of long JSON strings
--->
-
-<listitem>
-<para>
-Allow JSON string parsing to use vector operations (John Naylor)
-</para>
-
-<para>
-ARM?
-</para>
-</listitem>
-
-<!--
-2022-08-10 [b6ef16756] Introduce optimized routine for linear searches of array
-2022-08-26 [e813e0e16] Add optimized functions for linear search within byte ar
--->
-
-<listitem>
-<para>
-Allow array searches to use vector operations (John Naylor)
-</para>
-</listitem>
-
-<!--
-2022-08-11 [37a6e5df3] Optimize xid/subxid searches in XidInMVCCSnapshot().
--->
-
-<listitem>
-<para>
-Allow xid/subxid searches to use vector operations (Nathan Bossart)
-</para>
-</listitem>
-
<!--
2022-08-28 [36389a060] Enable RandomizedBaseAddress (ASLR) on Windows with MSVC