PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_TableCounts::t_blocks_fetched |
Definition at line 131 of file pgstat.h.
Referenced by index_concurrently_swap(), pg_stat_get_xact_blocks_fetched(), and pgstat_recv_tabstat().
PgStat_Counter PgStat_TableCounts::t_blocks_hit |
Definition at line 132 of file pgstat.h.
Referenced by index_concurrently_swap(), pg_stat_get_xact_blocks_hit(), and pgstat_recv_tabstat().
PgStat_Counter PgStat_TableCounts::t_changed_tuples |
Definition at line 129 of file pgstat.h.
Referenced by AtEOXact_PgStat(), pgstat_recv_tabstat(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_delta_dead_tuples |
Definition at line 128 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), pgstat_recv_tabstat(), 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 127 of file pgstat.h.
Referenced by AtEOXact_PgStat(), pgstat_recv_tabstat(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_numscans |
Definition at line 116 of file pgstat.h.
Referenced by index_concurrently_swap(), pg_stat_get_xact_numscans(), and pgstat_recv_tabstat().
bool PgStat_TableCounts::t_truncated |
Definition at line 125 of file pgstat.h.
Referenced by AtEOXact_PgStat(), pgstat_recv_tabstat(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_tuples_deleted |
Definition at line 123 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), pg_stat_get_xact_tuples_deleted(), pgstat_recv_tabstat(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_tuples_fetched |
Definition at line 119 of file pgstat.h.
Referenced by index_concurrently_swap(), pg_stat_get_xact_tuples_fetched(), and pgstat_recv_tabstat().
PgStat_Counter PgStat_TableCounts::t_tuples_hot_updated |
Definition at line 124 of file pgstat.h.
Referenced by pg_stat_get_xact_tuples_hot_updated(), pgstat_count_heap_update(), and pgstat_recv_tabstat().
PgStat_Counter PgStat_TableCounts::t_tuples_inserted |
Definition at line 121 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), pg_stat_get_xact_tuples_inserted(), pgstat_recv_tabstat(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::t_tuples_returned |
Definition at line 118 of file pgstat.h.
Referenced by index_concurrently_swap(), pg_stat_get_xact_tuples_returned(), and pgstat_recv_tabstat().
PgStat_Counter PgStat_TableCounts::t_tuples_updated |
Definition at line 122 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), pg_stat_get_xact_tuples_updated(), pgstat_recv_tabstat(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().