@@ -1722,17 +1722,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq
1722
1722
</para>
1723
1723
</listitem>
1724
1724
1725
- <!--
1726
- Author: Tom Lane <tgl@sss.pgh.pa.us>
1727
- 2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
1728
- -->
1729
-
1730
- <listitem>
1731
- <para>
1732
- Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
1733
- </para>
1734
- </listitem>
1735
-
1736
1725
<!--
1737
1726
Author: Tom Lane <tgl@sss.pgh.pa.us>
1738
1727
2023-01-19 [5a617d75d] Fix ts_headline() to handle ORs and phrase queries more
@@ -1774,6 +1763,21 @@ This allows the creation of expression indexes using this function.
1774
1763
</para>
1775
1764
</listitem>
1776
1765
1766
+ <!--
1767
+ Author: Michael Paquier <michael@paquier.xyz>
1768
+ 2022-09-29 [0823d061b] Introduce SYSTEM_USER
1769
+ -->
1770
+
1771
+ <listitem>
1772
+ <para>
1773
+ Add server variable SYSTEM_USER (Bertrand Drouvot)
1774
+ </para>
1775
+
1776
+ <para>
1777
+ This reports the authentication method and its authenticated user.
1778
+ </para>
1779
+ </listitem>
1780
+
1777
1781
<!--
1778
1782
Author: Tom Lane <tgl@sss.pgh.pa.us>
1779
1783
2023-04-07 [888f2ea0a] Add array_sample() and array_shuffle() functions.
@@ -1830,17 +1834,13 @@ Improve the accuracy of numeric power() for integer exponents (Dean Rasheed)
1830
1834
</listitem>
1831
1835
1832
1836
<!--
1833
- Author: Michael Paquier <michael@paquier.xyz >
1834
- 2022-09-29 [0823d061b] Introduce SYSTEM_USER
1837
+ Author: Tom Lane <tgl@sss.pgh.pa.us >
1838
+ 2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
1835
1839
-->
1836
1840
1837
1841
<listitem>
1838
1842
<para>
1839
- Add server variable SYSTEM_USER (Bertrand Drouvot)
1840
- </para>
1841
-
1842
- <para>
1843
- This reports the authentication method and its authenticated user.
1843
+ Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
1844
1844
</para>
1845
1845
</listitem>
1846
1846
@@ -2048,6 +2048,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
2048
2048
</para>
2049
2049
</listitem>
2050
2050
2051
+ <!--
2052
+ Author: Peter Eisentraut <peter@eisentraut.org>
2053
+ 2022-11-15 [5b66de343] psql: Add command to use extended query protocol
2054
+ -->
2055
+
2056
+ <listitem>
2057
+ <para>
2058
+ Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
2059
+ </para>
2060
+
2061
+ <para>
2062
+ Passing arguments to such queries is done using the new psql \bind command.
2063
+ </para>
2064
+ </listitem>
2065
+
2051
2066
<!--
2052
2067
Author: Tom Lane <tgl@sss.pgh.pa.us>
2053
2068
2023-04-06 [00beecfe8] psql: add an optional execution-count limit to \watch.
@@ -2091,21 +2106,6 @@ The new psql control variables are SHELL_ERROR and SHELL_EXIT_CODE.
2091
2106
</para>
2092
2107
</listitem>
2093
2108
2094
- <!--
2095
- Author: Peter Eisentraut <peter@eisentraut.org>
2096
- 2022-11-15 [5b66de343] psql: Add command to use extended query protocol
2097
- -->
2098
-
2099
- <listitem>
2100
- <para>
2101
- Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
2102
- </para>
2103
-
2104
- <para>
2105
- Passing arguments to such queries is done using the new psql \bind command.
2106
- </para>
2107
- </listitem>
2108
-
2109
2109
<!--
2110
2110
Author: Michael Paquier <michael@paquier.xyz>
2111
2111
2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql
0 commit comments