PostgreSQL 18 introduces per-relation cumulative statistics for [auto]vacuum and [auto]analyze.Previously, pg_stat_all_tables provided statistics about vacuum and analyze operations, but not the total time spent.In PostgreSQL 18, the view pg_stat_all_tables includes columns for total vacuum and analyze time.These statistics help identify relations where [auto]vacuum and [auto]analyze have consumed the most time.