doc: update PG 14 release notes for compute_query_id change
authorBruce Momjian
Sat, 15 May 2021 21:26:26 +0000 (17:26 -0400)
committerBruce Momjian
Sat, 15 May 2021 21:26:26 +0000 (17:26 -0400)
Also remove ALTER TYPE ...SUBSCRIPT, and update for all current commits.

doc/src/sgml/release-14.sgml

index bad12860924e8430cc96065db4c7b206fc12518b..b32c7154cbba42237aca61ce9dba22e7446faedd 100644 (file)
@@ -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