Package: postgresql-18-stat-log Source: pg-stat-log Version: 0.1-1.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-1.pgdg22.04+1_amd64.deb Size: 43636 SHA512: 130e51bc771182baa3e603cc8ae96cf4bcb396819b4cea046c5b299a75536c4b94ac9caa8d81378b00fa49139ddae27b136ba23bba2257019d0520726aa49694 SHA256: 90fc11f59c6e99ecca1205dfd120c036e720f816618146a951a95cdf5462360b SHA1: f4caf645300347a190fc58b74fe31a9b65305408 MD5sum: 90e9a086a16da336b8ad36b3a739860c 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.