PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatDBEntry::active_time |
Definition at line 305 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_read_time |
Definition at line 301 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blk_write_time |
Definition at line 302 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::blocks_fetched |
Definition at line 283 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::blocks_hit |
Definition at line 284 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::checksum_failures |
Definition at line 299 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 294 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 292 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 293 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 295 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 291 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 298 of file pgstat.h.
Referenced by pgstat_report_deadlock().
PgStat_Counter PgStat_StatDBEntry::idle_in_transaction_time |
Definition at line 306 of file pgstat.h.
Referenced by pgstat_update_dbstats().
TimestampTz PgStat_StatDBEntry::last_autovac_time |
Definition at line 290 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 300 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 304 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::sessions |
Definition at line 303 of file pgstat.h.
Referenced by pgstat_report_connect().
PgStat_Counter PgStat_StatDBEntry::sessions_abandoned |
Definition at line 307 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_fatal |
Definition at line 308 of file pgstat.h.
Referenced by pgstat_report_disconnect().
PgStat_Counter PgStat_StatDBEntry::sessions_killed |
Definition at line 309 of file pgstat.h.
Referenced by pgstat_report_disconnect().
TimestampTz PgStat_StatDBEntry::stat_reset_timestamp |
Definition at line 311 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 297 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::temp_files |
Definition at line 296 of file pgstat.h.
Referenced by pgstat_report_tempfile().
PgStat_Counter PgStat_StatDBEntry::tuples_deleted |
Definition at line 289 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_fetched |
Definition at line 286 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_inserted |
Definition at line 287 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_returned |
Definition at line 285 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::tuples_updated |
Definition at line 288 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_StatDBEntry::xact_commit |
Definition at line 281 of file pgstat.h.
Referenced by pgstat_update_dbstats().
PgStat_Counter PgStat_StatDBEntry::xact_rollback |
Definition at line 282 of file pgstat.h.
Referenced by pgstat_update_dbstats().