</para>
</listitem>
+<!--
+2021-08-03 [95ab1e0a9] interval: round values when spilling to months
+-->
+
+<listitem>
+<para>
+When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian)
+</para>
+
+<para>
+For example, report '1.99 years' as '2 years', not '1 year 11 months'.
+</para>
+</listitem>
+
<!--
2022-02-28 [54bd1e43c] Handle integer overflow in interval justification functi
</para>
</listitem>
+<!--
+2021-07-27 [48c5c9068] Use the "pg_temp" schema alias in EXPLAIN and related ou
+-->
+
+<listitem>
+<para>
+When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul)
+</para>
+
+<para>
+Previously the actual schema name was used.
+</para>
+</listitem>
+
<!--
2022-02-28 [2e517818f] Fix SPI's handling of errors during transaction commit.
<listitem>
<para>
-Allow extended statistics to record statistics for a parent with all it children (Tomas Vondra, Justin Pryzby)
+Allow extended statistics to record statistics for a parent with all its children (Tomas Vondra, Justin Pryzby)
</para>
<para>
<para>
Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server. However, this does not work on a running server.
</para>
-</listitem>
-
-<!--
-2022-01-31 [d10e41d42] Introduce pg_settings_get_flags() to find flags associat
--->
-
-<listitem>
-<para>
-Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
-</para>
</listitem>
</itemizedlist>
</para>
</listitem>
-<!--
-2021-07-27 [48c5c9068] Use the "pg_temp" schema alias in EXPLAIN and related ou
--->
-
-<listitem>
-<para>
-When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul)
-</para>
-
-<para>
-Previously the actual schema name was used.
-</para>
-</listitem>
-
<!--
2021-07-28 [b0483263d] Add support for SET ACCESS METHOD in ALTER TABLE
</para>
</listitem>
-<!--
-2021-08-03 [95ab1e0a9] interval: round values when spilling to months
--->
-
-<listitem>
-<para>
-When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian)
-</para>
-
-<para>
-For example, report '1.99 years' as '2 years', not '1 year 11 months'.
-</para>
-</listitem>
-
<!--
2022-04-02 [e39f99046] Fix overflow hazards in interval input and output conver
Previously, pg_receivewal would start based on the WAL file stored in the local archive directory, or at the sending server's current WAL flush location. With this change, if the sending server is running
Postgres 15 or later, the local archive directory is empty, and a replication slot is specified, the replication slot's restart point will be used.
</para>
+</listitem>
+
+<!--
+2022-03-23 [4a39f87ac] Allow pgbench to retry in some cases.
+-->
+
+<listitem>
+<para>
+Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
+</para>
</listitem>
</itemizedlist>
</para>
</listitem>
+<!--
+2022-01-31 [d10e41d42] Introduce pg_settings_get_flags() to find flags associat
+-->
+
+<listitem>
+<para>
+Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
+</para>
+</listitem>
+
<!--
2022-01-15 [7170f2159] Allow "in place" tablespaces.
<listitem>
<para>
-Export all server variables using PGDLLIMPORT on Windows (Robert Haas)
+Export all server variables on Windows using PGDLLIMPORT (Robert Haas)
</para>
<para>
</para>
</listitem>
-<!--
-2022-03-23 [4a39f87ac] Allow pgbench to retry in some cases.
--->
-
-<listitem>
-<para>
-Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
-</para>
-</listitem>
-
<!--
2021-07-12 [127404fbe] pageinspect: Improve page_header() for pages of 32kB
<!--
2021-09-07 [449ab6350] postgres_fdw: Allow application_name of remote connectio
--->
-
-<listitem>
-<para>
-Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda)
-</para>
-
-<para>
-Previously the remote application_name could only be set on the remote server or the postgres_fdw connection specification.
-</para>
-</listitem>
-
-<!--
2021-12-24 [6e0cb3dec] postgres_fdw: Allow postgres_fdw.application_name to inc
<listitem>
<para>
-Allow informational escape sequences to be used in postgres_fdw's application name (Hayato Kuroda, Fujii Masao)
+Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda)
+</para>
+
+<para>
+Previously the remote application_name could only be set on the remote server or via postgres_fdw connection specification. postgres_fdw.application_name also supports escape sequences for customization.
</para>
</listitem>