PostgreSQL Source Code git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatTabEntry::analyze_count |
Definition at line 448 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autoanalyze_count |
Definition at line 450 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovacuum_count |
Definition at line 446 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::blocks_fetched |
Definition at line 440 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::blocks_hit |
Definition at line 441 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::dead_tuples |
Definition at line 436 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 438 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 447 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autoanalyze_time |
Definition at line 449 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autovacuum_time |
Definition at line 445 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::last_vacuum_time |
Definition at line 443 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::lastscan |
Definition at line 424 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::live_tuples |
Definition at line 435 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 437 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 423 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::total_analyze_time |
Definition at line 454 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::total_autoanalyze_time |
Definition at line 455 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::total_autovacuum_time |
Definition at line 453 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::total_vacuum_time |
Definition at line 452 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::tuples_deleted |
Definition at line 431 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_fetched |
Definition at line 427 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated |
Definition at line 432 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_inserted |
Definition at line 429 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_newpage_updated |
Definition at line 433 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_returned |
Definition at line 426 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_updated |
Definition at line 430 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::vacuum_count |
Definition at line 444 of file pgstat.h.
Referenced by pgstat_report_vacuum().