DFSG NEW Queue

DFSG, Licensing & New Packages Team

pg-stat-log 0.1-1

Package Information

Descriptiontrack 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.

MaintainerDebian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Changed ByChristoph Berg <myon@debian.org>
Sponsormyon@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/postgresql/pg-stat-log.git (browse)
Trackerhttps://tracker.debian.org/pkg/pg-stat-log
Uploaded5 hours ago

New Package Report

.changes
Changed-ByChristoph Berg
Architecturesource amd64
Distributionunstable
DateWed, 03 Jun 2026 18:53:05 +0200
Sourcepg-stat-log
Version0.1-1
Changelog
pg-stat-log (0.1-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Priorityoptional
Componentmain
Package-Listpostgresql-18-stat-log deb database optional arch=any
Sectiondatabase
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pg-stat-log
Source: https://github.com/fabriziomello/pg_stat_log

Files: *
Copyright:
 Copyright (c) 2026, Fabrízio de Royes Mello
 Copyright (c) 2026, PlanetScale Inc.
License: PostgreSQL
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose, without fee, and without a written agreement
 is hereby granted, provided that the above copyright notice and this
 paragraph and the following two paragraphs appear in all copies.
 .
 IN NO EVENT SHALL FABRÍZIO DE ROYES MELLO BE LIABLE TO ANY PARTY FOR
 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
 EVEN IF FABRÍZIO DE ROYES MELLO HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.
 .
 FABRÍZIO DE ROYES MELLO SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
 BASIS, AND FABRÍZIO DE ROYES MELLO HAS NO OBLIGATIONS TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Back to Dashboard | View all reviews for this package