</para>
</listitem>
-<!--
-2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
--->
-
-<listitem>
-<para>
-Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
-</para>
-</listitem>
-
<!--
2023-01-19 [5a617d75d] Fix ts_headline() to handle ORs and phrase queries more
</para>
</listitem>
+<!--
+2022-09-29 [0823d061b] Introduce SYSTEM_USER
+-->
+
+<listitem>
+<para>
+Add server variable SYSTEM_USER (Bertrand Drouvot)
+</para>
+
+<para>
+This reports the authentication method and its authenticated user.
+</para>
+</listitem>
+
<!--
2023-04-07 [888f2ea0a] Add array_sample() and array_shuffle() functions.
</listitem>
<!--
-2022-09-29 [0823d061b] Introduce SYSTEM_USER
+2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
-->
<listitem>
<para>
-Add server variable SYSTEM_USER (Bertrand Drouvot)
-</para>
-
-<para>
-This reports the authentication method and its authenticated user.
+Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
</para>
</listitem>
</para>
</listitem>
+<!--
+2022-11-15 [5b66de343] psql: Add command to use extended query protocol
+-->
+
+<listitem>
+<para>
+Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
+</para>
+
+<para>
+Passing arguments to such queries is done using the new psql \bind command.
+</para>
+</listitem>
+
<!--
2023-04-06 [00beecfe8] psql: add an optional execution-count limit to \watch.
</para>
</listitem>
-<!--
-2022-11-15 [5b66de343] psql: Add command to use extended query protocol
--->
-
-<listitem>
-<para>
-Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
-</para>
-
-<para>
-Passing arguments to such queries is done using the new psql \bind command.
-</para>
-</listitem>
-
<!--
2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql