From ab40db3852dfa093b64c9266dd372fee414e993f Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Tue, 9 Dec 2025 11:23:45 -0800 Subject: Add started_by column to pg_stat_progress_analyze view. The new column, started_by, indicates the initiator of the analyze ('manual' or 'autovacuum'), helping users and monitoring tools to better understand ANALYZE behavior. Bump catalog version. Author: Shinya Kato Reviewed-by: Masahiko Sawada Reviewed-by: Sami Imseih Reviewed-by: Yu Wang Discussion: https://postgr.es/m/CAA5RZ0suoicwxFeK_eDkUrzF7s0BVTaE7M%2BehCpYcCk5wiECpw%40mail.gmail.com --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/catalog') diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 3bd0f8499eb..d1b2e1cd2d1 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202512092 +#define CATALOG_VERSION_NO 202512093 #endif -- cgit v1.2.3