PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatDBEntry::active_time |
Definition at line 384 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_read_time |
Definition at line 380 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_write_time |
Definition at line 381 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blocks_fetched |
Definition at line 361 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::blocks_hit |
Definition at line 362 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::checksum_failures |
Definition at line 378 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 373 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 370 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 372 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 371 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 374 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 369 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 377 of file pgstat.h.
Referenced by pgstat_report_deadlock().
PgStat_Counter PgStat_StatDBEntry::idle_in_transaction_time |
Definition at line 385 of file pgstat.h.
Referenced by pgstat_update_dbstats().
TimestampTz PgStat_StatDBEntry::last_autovac_time |
Definition at line 368 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 379 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 383 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::sessions |
Definition at line 382 of file pgstat.h.
Referenced by pgstat_report_connect().
PgStat_Counter PgStat_StatDBEntry::sessions_abandoned |
Definition at line 386 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_fatal |
Definition at line 387 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_killed |
Definition at line 388 of file pgstat.h.
Referenced by pgstat_report_disconnect().
TimestampTz PgStat_StatDBEntry::stat_reset_timestamp |
Definition at line 390 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 376 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::temp_files |
Definition at line 375 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::tuples_deleted |
Definition at line 367 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_fetched |
Definition at line 364 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_inserted |
Definition at line 365 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_returned |
Definition at line 363 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_updated |
Definition at line 366 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::xact_commit |
Definition at line 359 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::xact_rollback |
Definition at line 360 of file pgstat.h.
Referenced by pgstat_update_dbstats().