index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pgstat.h
Age
Commit message (
Expand
)
Author
2026-08-14
Refactor PgStat_TableStatus to new PgStat_RelationStatus
Michael Paquier
2026-08-12
Move index statistics into their own stats kind
Michael Paquier
2026-06-30
Add backend-level lock statistics
Michael Paquier
2026-06-30
Change stat_lock.wait_time to double precision
Michael Paquier
2026-04-09
Fix double-free in pg_stat_autovacuum_scores.
Nathan Bossart
2026-04-05
Convert all remaining subsystems to use the new shmem allocation API
Heikki Linnakangas
2026-03-24
Add support for lock statistics in pgstats
Michael Paquier
2026-03-06
Don't include wait_event.h in pgstat.h
Álvaro Herrera
2026-02-26
Reduce includes in pgstat.h
Álvaro Herrera
2026-02-20
Avoid including worker_internal.h in pgstat.h.
Amit Kapila
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-17
Change pgstat_report_vacuum() to use Relation
Michael Paquier
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-02
Generate pgstat_count_slru*() functions for slru using macros
Michael Paquier
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-16
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-02-28
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-26
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-16
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-14
Bump PGSTAT_FILE_FORMAT_ID
Michael Paquier
2025-01-14
Move information about pgstats kinds into its own header pgstat_kind.h
Michael Paquier
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-12
Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
[next]