Package: postgresql-19-stat-log Source: pg-stat-log Version: 0.1-2.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 114 Depends: postgresql-19, libc6 (>= 2.14) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://github.com/fabriziomello/pg_stat_log Priority: optional Section: database Filename: pool/main/p/pg-stat-log/postgresql-19-stat-log_0.1-2.pgdg26.04+1_amd64.deb Size: 42340 SHA512: 5dbea7056e7a4d33a955b3ec3b71fc4bbc58799d078cd7511a5e0248da2037cd295cd0218bc26501df8b580715ee6c001bd16d409782e176dad0f2f7400801a6 SHA256: 9d4f0bc428928cf3b932cf495992332568ec18da46322d544ce7eb9568a6f97f SHA1: 4ae559f7a3aca609f9fd9f3b8c170ea51170c4e8 MD5sum: 5123d833a0d0b417e4df7efa255957c4 Description: track PostgreSQL log messages This PostgreSQL extension uses the Custom Cumulative Stats API to track log messages, grouped by * backend type -- client backend, autovacuum worker, checkpointer, etc. * database -- which database the message originated from * user -- which role was active * error level -- WARNING, ERROR, FATAL, PANIC, etc. * SQLSTATE code -- the 5-character error code and its human-readable name . Counters are exposed through the pg_stat_log view and the underlying pg_stat_log_data() function. Statistics persist across clean restarts and are discarded after crash recovery, following standard PostgreSQL cumulative stats semantics.