Add vacuum and analyze counters to pg_stat_*_tables views.
Magnus Hagander <magnus@hagander.net>
Add vacuum and analyze counters to pg_stat_*_tables views.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +43 −7 |
| src/backend/catalog/system_views.sql | modified | +6 −2 |
| src/backend/postmaster/pgstat.c | modified | +17 −1 |
| src/backend/utils/adt/pgstatfuncs.c | modified | +65 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +9 −1 |
| src/include/pgstat.h | modified | +5 −1 |