Also remove ALTER TYPE ...SUBSCRIPT, and update for all current commits.
Release date:
-
2021-??-?? (AS OF 2021-05-09)
+
2021-??-?? (AS OF 2021-05-15)
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
+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)
-
-
-
-Allow ALTER TYPE to specify or remove a SUBSCRIPT handler (Tom Lane)
-
-
-