Add functions to reset the statistics counter for a single table/index or
Magnus Hagander <magnus@hagander.net>
Add functions to reset the statistics counter for a single table/index or a single function.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +19 −1 |
| src/backend/postmaster/pgstat.c | modified | +58 −1 |
| src/backend/utils/adt/pgstatfuncs.c | modified | +24 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −1 |
| src/include/pgstat.h | modified | +23 −1 |