-
- Downloads
Add last-vacuum/analyze-time columns to the stats collector, both manual and
issued by autovacuum. Add accessor functions to them, and use those in the pg_stat_*_tables system views. Catalog version bumped due to changes in the pgstat views and the pgstat file. Patch from Larry Rosenman, minor improvements by me.
Showing
- doc/src/sgml/monitoring.sgml 36 additions, 2 deletionsdoc/src/sgml/monitoring.sgml
- src/backend/catalog/system_views.sql 5 additions, 1 deletionsrc/backend/catalog/system_views.sql
- src/backend/postmaster/pgstat.c 23 additions, 1 deletionsrc/backend/postmaster/pgstat.c
- src/backend/utils/adt/pgstatfuncs.c 84 additions, 1 deletionsrc/backend/utils/adt/pgstatfuncs.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 9 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/pgstat.h 9 additions, 1 deletionsrc/include/pgstat.h
- src/test/regress/expected/rules.out 3 additions, 3 deletionssrc/test/regress/expected/rules.out
Loading
Please register or sign in to comment