pg-stat-log 0.1-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> |
| Changed By | Christoph Berg <myon@debian.org> |
| Sponsor | myon@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/postgresql/pg-stat-log.git (browse) |
| Tracker | https://tracker.debian.org/pkg/pg-stat-log |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Changed-By | Christoph Berg |
|---|---|
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Wed, 03 Jun 2026 18:53:05 +0200 |
| Source | pg-stat-log |
| Version | 0.1-1 |
Changelog
pg-stat-log (0.1-1) unstable; urgency=medium . * Initial release.
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | postgresql-18-stat-log deb database optional arch=any |
| Section | database |
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.