PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatTabEntry::analyze_count |
Definition at line 424 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autoanalyze_count |
Definition at line 426 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovacuum_count |
Definition at line 422 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::blocks_fetched |
Definition at line 416 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::blocks_hit |
Definition at line 417 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::dead_tuples |
Definition at line 412 of file pgstat.h.
Referenced by pgstat_relation_flush_cb(), pgstat_report_analyze(), pgstat_report_vacuum(), and relation_needs_vacanalyze().
PgStat_Counter PgStat_StatTabEntry::ins_since_vacuum |
Definition at line 414 of file pgstat.h.
Referenced by pgstat_relation_flush_cb(), pgstat_report_vacuum(), and relation_needs_vacanalyze().
TimestampTz PgStat_StatTabEntry::last_analyze_time |
Definition at line 423 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autoanalyze_time |
Definition at line 425 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autovacuum_time |
Definition at line 421 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::last_vacuum_time |
Definition at line 419 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::lastscan |
Definition at line 400 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::live_tuples |
Definition at line 411 of file pgstat.h.
Referenced by pgstat_relation_flush_cb(), pgstat_report_analyze(), and pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::mod_since_analyze |
Definition at line 413 of file pgstat.h.
Referenced by pgstat_relation_flush_cb(), pgstat_report_analyze(), and relation_needs_vacanalyze().
PgStat_Counter PgStat_StatTabEntry::numscans |
Definition at line 399 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_deleted |
Definition at line 407 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_fetched |
Definition at line 403 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated |
Definition at line 408 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_inserted |
Definition at line 405 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_newpage_updated |
Definition at line 409 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_returned |
Definition at line 402 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_updated |
Definition at line 406 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::vacuum_count |
Definition at line 420 of file pgstat.h.
Referenced by pgstat_report_vacuum().