|
6 | 6 |
|
7 | 7 | <formalpara>
|
8 | 8 | <title>Release date:</title>
|
9 |
| - <para>2021-??-?? (AS OF 2021-05-09)</para> |
| 9 | + <para>2021-??-?? (AS OF 2021-05-15)</para> |
10 | 10 | </formalpara>
|
11 | 11 |
|
12 | 12 | <sect2>
|
@@ -1108,10 +1108,12 @@ Author: Bruce Momjian <bruce@momjian.us>
|
1108 | 1108 | 2021-04-20 [9660834dd] adjust query id feature to use pg_stat_activity.query_id
|
1109 | 1109 | Author: Bruce Momjian <bruce@momjian.us>
|
1110 | 1110 | 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 |
1111 | 1113 | -->
|
1112 | 1114 |
|
1113 | 1115 | <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) |
1115 | 1117 | </para>
|
1116 | 1118 |
|
1117 | 1119 | <para>
|
@@ -2021,17 +2023,6 @@ The postgres_fdw module also now supports this.
|
2021 | 2023 | </para>
|
2022 | 2024 | </listitem>
|
2023 | 2025 |
|
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 |
| - |
2035 | 2026 | <listitem>
|
2036 | 2027 | <!--
|
2037 | 2028 | Author: Peter Eisentraut <peter@eisentraut.org>
|
@@ -2893,6 +2884,8 @@ Author: Michael Paquier <michael@paquier.xyz>
|
2893 | 2884 | 2021-04-21 [22b2dec31] Add CURRENT_ROLE to list of roles for tab completion of
|
2894 | 2885 | Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
2895 | 2886 | 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 |
2896 | 2889 | -->
|
2897 | 2890 |
|
2898 | 2891 | <para>
|
@@ -3183,8 +3176,7 @@ Move query hash computation from pg_stat_statements to the core server (Julien R
|
3183 | 3176 |
|
3184 | 3177 | <!--
|
3185 | 3178 | <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. |
3188 | 3180 | </para>
|
3189 | 3181 | -->
|
3190 | 3182 | </listitem>
|
|