Package: postgresql-18-stat-log Source: pg-stat-log Version: 0.1-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 116 Depends: postgresql-18, libc6 (>= 2.14) Breaks: postgresql-18-jit-llvm (<< 15) 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.pgdg22.04+1_amd64.deb Size: 43684 SHA512: 7fe503a56e614449a4162f7f0a1f8409742ca4784631511481b03d9426b98b89e325585bda76f67996ecf450769dd75959653c1b62165ec23d9c01d364213d9c SHA256: 4258af055c7c76aff06218f7e5fbe6c9064240941141b9e0843950da38288539 SHA1: fbc62b675c24e8144d7f1bd92282d3b3f5f58bc7 MD5sum: d091f019b052501b6e76c85a9ecfe74c 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.