Package: postgresql-18-stat-log Source: pg-stat-log Version: 0.1-2.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 116 Depends: postgresql-18, libc6 (>= 2.14) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/fabriziomello/pg_stat_log Priority: optional Section: database Filename: pool/main/p/pg-stat-log/postgresql-18-stat-log_0.1-2.pgdg26.04+1_amd64.deb Size: 43364 SHA512: 0f6f3a7aaba2ea3708d85a3ea8b323d1dc9d3a9b8b1907ec39792dfc5a3605da537d6d7b4c153d72246eb08dacac3a8a1264f5ff17f5372adff1197ba9a28b6f SHA256: ef121a9991e9fd9101e410e999cf04a1ab924966294953904d66e48839381b32 SHA1: 73522f1f75b3e9313585e6fbf5199270b5bef095 MD5sum: 231f387277a55d9ba78f2e65b4c38883 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.