PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatDBEntry::active_time |
Definition at line 347 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_read_time |
Definition at line 343 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_write_time |
Definition at line 344 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blocks_fetched |
Definition at line 324 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::blocks_hit |
Definition at line 325 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::checksum_failures |
Definition at line 341 of file pgstat.h.
Referenced by pg_stat_get_db_checksum_failures(), pgstat_database_flush_cb(), and pgstat_report_checksum_failures_in_db().
PgStat_Counter PgStat_StatDBEntry::conflict_bufferpin |
Definition at line 336 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::conflict_lock |
Definition at line 333 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::conflict_logicalslot |
Definition at line 335 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::conflict_snapshot |
Definition at line 334 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::conflict_startup_deadlock |
Definition at line 337 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::conflict_tablespace |
Definition at line 332 of file pgstat.h.
Referenced by pg_stat_get_db_conflict_all(), and pgstat_report_recovery_conflict().
PgStat_Counter PgStat_StatDBEntry::deadlocks |
Definition at line 340 of file pgstat.h.
Referenced by pgstat_report_deadlock().
PgStat_Counter PgStat_StatDBEntry::idle_in_transaction_time |
Definition at line 348 of file pgstat.h.
Referenced by pgstat_update_dbstats().
TimestampTz PgStat_StatDBEntry::last_autovac_time |
Definition at line 331 of file pgstat.h.
Referenced by do_start_worker(), pgstat_database_flush_cb(), and pgstat_report_autovac().
TimestampTz PgStat_StatDBEntry::last_checksum_failure |
Definition at line 342 of file pgstat.h.
Referenced by pg_stat_get_db_checksum_last_failure(), pgstat_database_flush_cb(), and pgstat_report_checksum_failures_in_db().
PgStat_Counter PgStat_StatDBEntry::session_time |
Definition at line 346 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::sessions |
Definition at line 345 of file pgstat.h.
Referenced by pgstat_report_connect().
PgStat_Counter PgStat_StatDBEntry::sessions_abandoned |
Definition at line 349 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_fatal |
Definition at line 350 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_killed |
Definition at line 351 of file pgstat.h.
Referenced by pgstat_report_disconnect().
TimestampTz PgStat_StatDBEntry::stat_reset_timestamp |
Definition at line 353 of file pgstat.h.
Referenced by pg_stat_get_db_stat_reset_time(), and pgstat_reset_database_timestamp().
PgStat_Counter PgStat_StatDBEntry::temp_bytes |
Definition at line 339 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::temp_files |
Definition at line 338 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::tuples_deleted |
Definition at line 330 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_fetched |
Definition at line 327 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_inserted |
Definition at line 328 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_returned |
Definition at line 326 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_updated |
Definition at line 329 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::xact_commit |
Definition at line 322 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::xact_rollback |
Definition at line 323 of file pgstat.h.
Referenced by pgstat_update_dbstats().