From 6cb5346cb15d56e6ba8288b891c7098f0aecdadc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 May 2021 17:26:26 -0400 Subject: [PATCH] doc: update PG 14 release notes for compute_query_id change Also remove ALTER TYPE ...SUBSCRIPT, and update for all current commits. --- doc/src/sgml/release-14.sgml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index bad1286092..b32c7154cb 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -6,7 +6,7 @@ Release date: - 2021-??-?? (AS OF 2021-05-09) + 2021-??-?? (AS OF 2021-05-15) @@ -1108,10 +1108,12 @@ Author: Bruce Momjian 2021-04-20 [9660834dd] adjust query id feature to use pg_stat_activity.query_id Author: Bruce Momjian 2021-05-03 [f7a97b6ec] Update query_id computation +Author: Alvaro Herrera +2021-05-15 [cafde58b3] Allow compute_query_id to be set to 'auto' and make it d --> -If server variable compute_query_id is enabled, display the hash in pg_stat_activity, EXPLAIN VERBOSE, csvlog, and optionally in log_line_prefix (Julien Rouhaud) +If server variable compute_query_id is enabled, display the hash in pg_stat_activity, EXPLAIN VERBOSE, csvlog, and optionally in log_line_prefix (Julien Rouhaud, Álvaro Herrera) @@ -2021,17 +2023,6 @@ The postgres_fdw module also now supports this. - - - - -Allow ALTER TYPE to specify or remove a SUBSCRIPT handler (Tom Lane) - - - @@ -3183,8 +3176,7 @@ Move query hash computation from pg_stat_statements to the core server (Julien R