pgsql: doc: Meson is not experimental on Windows

2025-01-27 Thread Peter Eisentraut
doc: Meson is not experimental on Windows The installation documentation stated that using Meson is experimental. But since this is the only way to build using Visual Studio on Windows, this would imply that that whole build procedure is experimental, which isn't true. So qualify this statement

pgsql: Track per-relation cumulative time spent in [auto]vacuum and [au

2025-01-27 Thread Michael Paquier
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze This commit adds four fields to the statistics of relations, aggregating the amount of time spent for each operation on a relation: - total_vacuum_time, for manual vacuum. - total_autovacuum_time, for vacuum done by the aut

pgsql: Rename pubgencols_type to pubgencols in pg_publication.

2025-01-27 Thread Amit Kapila
Rename pubgencols_type to pubgencols in pg_publication. The column added in commit e65dbc9927, pubgencols_type, was inconsistent with the naming conventions of other columns in the pg_publication catalog. Author: Vignesh C Reviewed-by: Amit Kapila Reviewed-by: Peter Smith Discussion: https://