Package: postgresql-19-stat-log Source: pg-stat-log Version: 0.1-2.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-2.pgdg22.04+1_amd64.deb Size: 43000 SHA512: 7d84bc8be10844508b54e948c3b5f2f2335d1ee88b27c83409fa8dd0bac6b53d7c5dd01bbee7f3a5d7f01389e4ce4a746b9c9c8f7781adafe81ffe00da0f6bab SHA256: 797237fcee1c7efe57e498fa595bb2bd466043507d91be935d8751dc8fb49c21 SHA1: cd313757713fc4f6e7ef1cedc5d922cbce8b4972 MD5sum: e5d6ae1b0884ddc6d191e8b3e9e9154b 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.