PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_TableCounts::t_blocks_fetched |
Definition at line 185 of file pgstat.h.
Referenced by pg_stat_get_xact_blocks_fetched(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::t_blocks_hit |
Definition at line 186 of file pgstat.h.
Referenced by pg_stat_get_xact_blocks_hit(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::t_changed_tuples |
Definition at line 183 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_delta_dead_tuples |
Definition at line 182 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::t_delta_live_tuples |
Definition at line 181 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_numscans |
Definition at line 170 of file pgstat.h.
Referenced by pg_stat_get_xact_numscans(), and pgstat_relation_flush_cb().
bool PgStat_TableCounts::t_truncdropped |
Definition at line 179 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_tuples_deleted |
Definition at line 177 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::t_tuples_fetched |
Definition at line 173 of file pgstat.h.
Referenced by pg_stat_get_xact_tuples_fetched(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::t_tuples_hot_updated |
Definition at line 178 of file pgstat.h.
Referenced by pg_stat_get_xact_tuples_hot_updated(), pgstat_count_heap_update(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::t_tuples_inserted |
Definition at line 175 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::t_tuples_returned |
Definition at line 172 of file pgstat.h.
Referenced by pg_stat_get_xact_tuples_returned(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::t_tuples_updated |
Definition at line 176 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().