Skip to content

Commit 6cb5346

Browse files
committed
doc: update PG 14 release notes for compute_query_id change
Also remove ALTER TYPE ...SUBSCRIPT, and update for all current commits.
1 parent 354f32d commit 6cb5346

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

doc/src/sgml/release-14.sgml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2021-??-?? (AS OF 2021-05-09)</para>
9+
<para>2021-??-?? (AS OF 2021-05-15)</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -1108,10 +1108,12 @@ Author: Bruce Momjian <bruce@momjian.us>
11081108
2021-04-20 [9660834dd] adjust query id feature to use pg_stat_activity.query_id
11091109
Author: Bruce Momjian <bruce@momjian.us>
11101110
2021-05-03 [f7a97b6ec] Update query_id computation
1111+
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1112+
2021-05-15 [cafde58b3] Allow compute_query_id to be set to 'auto' and make it d
11111113
-->
11121114

11131115
<para>
1114-
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)
1116+
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)
11151117
</para>
11161118

11171119
<para>
@@ -2021,17 +2023,6 @@ The postgres_fdw module also now supports this.
20212023
</para>
20222024
</listitem>
20232025

2024-
<listitem>
2025-
<!--
2026-
Author: Tom Lane <tgl@sss.pgh.pa.us>
2027-
2020-12-11 [8c15a2974] Allow ALTER TYPE to update an existing type's typsubscri
2028-
-->
2029-
2030-
<para>
2031-
Allow ALTER TYPE to specify or remove a SUBSCRIPT handler (Tom Lane)
2032-
</para>
2033-
</listitem>
2034-
20352026
<listitem>
20362027
<!--
20372028
Author: Peter Eisentraut <peter@eisentraut.org>
@@ -2893,6 +2884,8 @@ Author: Michael Paquier <michael@paquier.xyz>
28932884
2021-04-21 [22b2dec31] Add CURRENT_ROLE to list of roles for tab completion of
28942885
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
28952886
2021-04-26 [6dd1042ed] psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINAL
2887+
Author: Michael Paquier <michael@paquier.xyz>
2888+
2021-05-13 [1906cc07d] Make saner the tab completion of INSERT and DELETE in ps
28962889
-->
28972890

28982891
<para>
@@ -3183,8 +3176,7 @@ Move query hash computation from pg_stat_statements to the core server (Julien R
31833176

31843177
<!--
31853178
<para>
3186-
Extension pg_stat_statements will now need to enable query hash computation to function properly.
3187-
This can be done by enabling the server variable compute_query_id or by using an extension with a custom hash computation method.
3179+
The new server variable compute_query_id's default of 'auto' will automatically enable query id computation when this extension is loaded.
31883180
</para>
31893181
-->
31903182
</listitem>

0 commit comments

Comments
 (0)