PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatTabEntry::analyze_count |
Definition at line 461 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autoanalyze_count |
Definition at line 463 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovacuum_count |
Definition at line 459 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::blocks_fetched |
Definition at line 453 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::blocks_hit |
Definition at line 454 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::dead_tuples |
Definition at line 449 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 451 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 460 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autoanalyze_time |
Definition at line 462 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autovacuum_time |
Definition at line 458 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::last_vacuum_time |
Definition at line 456 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::lastscan |
Definition at line 437 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::live_tuples |
Definition at line 448 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 450 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 436 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_deleted |
Definition at line 444 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_fetched |
Definition at line 440 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated |
Definition at line 445 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_inserted |
Definition at line 442 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_newpage_updated |
Definition at line 446 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_returned |
Definition at line 439 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_updated |
Definition at line 443 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::vacuum_count |
Definition at line 457 of file pgstat.h.
Referenced by pgstat_report_vacuum().