diff options
-rw-r--r-- | doc/src/sgml/release-16.sgml | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 2bb67e9993d..5261585668d 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -1724,17 +1724,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq <!-- Author: Tom Lane <tgl@sss.pgh.pa.us> -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> - -<!-- -Author: Tom Lane <tgl@sss.pgh.pa.us> 2023-01-19 [5a617d75d] Fix ts_headline() to handle ORs and phrase queries more --> @@ -1775,6 +1764,21 @@ This allows the creation of expression indexes using this function. </listitem> <!-- +Author: Michael Paquier <michael@paquier.xyz> +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> + +<!-- Author: Tom Lane <tgl@sss.pgh.pa.us> 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) </listitem> <!-- -Author: Michael Paquier <michael@paquier.xyz> -2022-09-29 [0823d061b] Introduce SYSTEM_USER +Author: Tom Lane <tgl@sss.pgh.pa.us> +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> @@ -2049,6 +2049,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions </listitem> <!-- +Author: Peter Eisentraut <peter@eisentraut.org> +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> + +<!-- Author: Tom Lane <tgl@sss.pgh.pa.us> 2023-04-06 [00beecfe8] psql: add an optional execution-count limit to \watch. --> @@ -2092,21 +2107,6 @@ The new psql control variables are SHELL_ERROR and SHELL_EXIT_CODE. </listitem> <!-- -Author: Peter Eisentraut <peter@eisentraut.org> -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> - -<!-- Author: Michael Paquier <michael@paquier.xyz> 2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql Author: Michael Paquier <michael@paquier.xyz> |