PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_TableCounts::blocks_fetched |
Definition at line 178 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::blocks_hit |
Definition at line 179 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::changed_tuples |
Definition at line 176 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::delta_dead_tuples |
Definition at line 175 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), pgstat_report_analyze(), pgstat_twophase_postabort(), pgstat_twophase_postcommit(), and pgstat_update_heap_dead_tuples().
PgStat_Counter PgStat_TableCounts::delta_live_tuples |
Definition at line 174 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::numscans |
Definition at line 162 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
bool PgStat_TableCounts::truncdropped |
Definition at line 172 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_deleted |
Definition at line 169 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), pg_stat_get_xact_tuples_deleted(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_fetched |
Definition at line 165 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_hot_updated |
Definition at line 170 of file pgstat.h.
Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_inserted |
Definition at line 167 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), pg_stat_get_xact_tuples_inserted(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_newpage_updated |
Definition at line 171 of file pgstat.h.
Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_returned |
Definition at line 164 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_updated |
Definition at line 168 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), pg_stat_get_xact_tuples_updated(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().