Package: postgresql-19-stat-log Source: pg-stat-log Version: 0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 115 Depends: postgresql-19, libc6 (>= 2.14) Breaks: postgresql-19-jit-llvm (<< 15) 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-1.pgdg22.04+1_amd64.deb Size: 42864 SHA512: 01e46f808079fa0a36f6623c0ddf049c325c18f16e82b443730834593ace388fa2328285e2f5b4818c7aa299a2e02cd30b85c849a11d2390b62c38a399cb28af SHA256: 0f9358aed8d72ef3f5d518c0890774839eb84fa77ae0121198e398f8646f5b64 SHA1: a9cbfef87276bead676904ff64ae0dc62206d497 MD5sum: 5d990db8820b920dac84aadf3aa6a980 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.