PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatTabEntry::analyze_count |
Definition at line 380 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autoanalyze_count |
Definition at line 382 of file pgstat.h.
Referenced by pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovacuum_count |
Definition at line 378 of file pgstat.h.
Referenced by pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::blocks_fetched |
Definition at line 372 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::blocks_hit |
Definition at line 373 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::dead_tuples |
Definition at line 368 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 370 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 379 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autoanalyze_time |
Definition at line 381 of file pgstat.h.
Referenced by pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::last_autovacuum_time |
Definition at line 377 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::last_vacuum_time |
Definition at line 375 of file pgstat.h.
Referenced by pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::lastscan |
Definition at line 357 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::live_tuples |
Definition at line 367 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 369 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 356 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_deleted |
Definition at line 364 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_fetched |
Definition at line 360 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated |
Definition at line 365 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_inserted |
Definition at line 362 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_returned |
Definition at line 359 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_updated |
Definition at line 363 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::vacuum_count |
Definition at line 376 of file pgstat.h.
Referenced by pgstat_report_vacuum().