PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatTabEntry::analyze_count |
Definition at line 380 of file pgstat.h.
Referenced by pg_stat_get_analyze_count(), and pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::analyze_timestamp |
Definition at line 379 of file pgstat.h.
Referenced by pg_stat_get_last_analyze_time(), and pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovac_analyze_count |
Definition at line 382 of file pgstat.h.
Referenced by pg_stat_get_autoanalyze_count(), and pgstat_report_analyze().
TimestampTz PgStat_StatTabEntry::autovac_analyze_timestamp |
Definition at line 381 of file pgstat.h.
Referenced by pg_stat_get_last_autoanalyze_time(), and pgstat_report_analyze().
PgStat_Counter PgStat_StatTabEntry::autovac_vacuum_count |
Definition at line 378 of file pgstat.h.
Referenced by pg_stat_get_autovacuum_count(), and pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::autovac_vacuum_timestamp |
Definition at line 377 of file pgstat.h.
Referenced by pg_stat_get_last_autovacuum_time(), and pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::blocks_fetched |
Definition at line 372 of file pgstat.h.
Referenced by pg_stat_get_blocks_fetched(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::blocks_hit |
Definition at line 373 of file pgstat.h.
Referenced by pg_stat_get_blocks_hit(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::changes_since_analyze |
Definition at line 369 of file pgstat.h.
Referenced by pg_stat_get_mod_since_analyze(), pgstat_relation_flush_cb(), pgstat_report_analyze(), and relation_needs_vacanalyze().
PgStat_Counter PgStat_StatTabEntry::inserts_since_vacuum |
Definition at line 370 of file pgstat.h.
Referenced by pg_stat_get_ins_since_vacuum(), pgstat_relation_flush_cb(), pgstat_report_vacuum(), and relation_needs_vacanalyze().
PgStat_Counter PgStat_StatTabEntry::n_dead_tuples |
Definition at line 368 of file pgstat.h.
Referenced by pg_stat_get_dead_tuples(), pgstat_relation_flush_cb(), pgstat_report_analyze(), pgstat_report_vacuum(), and relation_needs_vacanalyze().
PgStat_Counter PgStat_StatTabEntry::n_live_tuples |
Definition at line 367 of file pgstat.h.
Referenced by pg_stat_get_live_tuples(), pgstat_relation_flush_cb(), pgstat_report_analyze(), and pgstat_report_vacuum().
PgStat_Counter PgStat_StatTabEntry::numscans |
Definition at line 357 of file pgstat.h.
Referenced by pg_stat_get_numscans(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_deleted |
Definition at line 364 of file pgstat.h.
Referenced by pg_stat_get_tuples_deleted(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_fetched |
Definition at line 360 of file pgstat.h.
Referenced by pg_stat_get_tuples_fetched(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated |
Definition at line 365 of file pgstat.h.
Referenced by pg_stat_get_tuples_hot_updated(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_inserted |
Definition at line 362 of file pgstat.h.
Referenced by pg_stat_get_tuples_inserted(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_returned |
Definition at line 359 of file pgstat.h.
Referenced by pg_stat_get_tuples_returned(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::tuples_updated |
Definition at line 363 of file pgstat.h.
Referenced by pg_stat_get_tuples_updated(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatTabEntry::vacuum_count |
Definition at line 376 of file pgstat.h.
Referenced by pg_stat_get_vacuum_count(), and pgstat_report_vacuum().
TimestampTz PgStat_StatTabEntry::vacuum_timestamp |
Definition at line 375 of file pgstat.h.
Referenced by pg_stat_get_last_vacuum_time(), and pgstat_report_vacuum().