Debian NEW package overview for pg-stat-plans
pg-stat-plans_2.0.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Mon, 27 Oct 2025 12:57:29 +0100
Source:pg-stat-plans
Binary:postgresql-18-pg-stat-plans postgresql-18-pg-stat-plans-dbgsym
Architecture:source amd64
Version:2.0.0-1
Distribution:unstable
Urgency:medium
Maintainer:Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Changed-By:Christoph Berg <myon@debian.org>
Description:
postgresql-18-pg-stat-plans - Track per-plan call counts, execution times and EXPLAIN texts in
Changes:
pg-stat-plans (2.0.0-1) unstable; urgency=medium

  * Initial release.
Files:
3b9817ae159c4adcb7032fa487e71fda 2204 database optional pg-stat-plans_2.0.0-1.dsc
ebac29e2e210c5509c8ad356bcb4d4bc 79637 database optional pg-stat-plans_2.0.0.orig.tar.gz
ce65a191a4de8cb67bd6aa38ceef66e7 2476 database optional pg-stat-plans_2.0.0-1.debian.tar.xz
72d276db1f1275bc8cf0cbd608dde173 12012 database optional pg-stat-plans_2.0.0-1_amd64.buildinfo
e72401c9ee35b0a51427eb9967bfae98 151412 debug optional postgresql-18-pg-stat-plans-dbgsym_2.0.0-1_amd64.deb
3a3ef37d3f866e95f45971d835bdb9bb 83468 database optional postgresql-18-pg-stat-plans_2.0.0-1_amd64.deb
pg-stat-plans_2.0.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:pg-stat-plans
Binary:postgresql-18-pg-stat-plans
Architecture:any
Version:2.0.0-1
Maintainer:Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:Christoph Berg <myon@debian.org>,
Homepage:https://github.com/pganalyze/pg_stat_plans
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/postgresql/pg-stat-plans
Vcs-Git:https://salsa.debian.org/postgresql/pg-stat-plans.git
Testsuite:autopkgtest
Testsuite-Triggers:postgresql-common-dev
Build-Depends:architecture-is-64-bit<!pkg.postgresql.32-bit>, debhelper-compat (=13), libkrb5-dev, libzstd-dev, postgresql-all<!nocheck>, postgresql-server-dev-all (>=217~)
Package-List:postgresql-18-pg-stat-plans deb database optional arch=any
Files:
ebac29e2e210c5509c8ad356bcb4d4bc 79637 pg-stat-plans_2.0.0.orig.tar.gz
ce65a191a4de8cb67bd6aa38ceef66e7 2476 pg-stat-plans_2.0.0-1.debian.tar.xz
lintian 2.116.3+deb12u1 check for pg-stat-plans_2.0.0-1.dsc (click to toggle)
README.source for pg-stat-plans_2.0.0-1.dsc (click to toggle)
No README.source in this package
control file for postgresql-18-pg-stat-plans_2.0.0-1_amd64.deb (click to toggle)
Package:postgresql-18-pg-stat-plans
Source:pg-stat-plans
Version:2.0.0-1
Architecture:amd64
Maintainer:Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size:246
Depends:postgresql-18, libc6 (>=2.14), libzstd1 (>=1.5.5)
Section:database
Priority:optional
Homepage:https://github.com/pganalyze/pg_stat_plans
Description:
Track per-plan call counts, execution times and EXPLAIN texts in PostgreSQL
 pg_stat_plans is designed for low overhead tracking of aggregate plan
 statistics in Postgres, by relying on hashing the plan tree with a plan ID
 calculation. It aims to help identify plan regressions, and get an example
 plan for each Postgres query run, slow and fast. Additionally, it allows
 showing the plan for a currently running query.
 .
 Plan texts are stored in shared memory for efficiency reasons (instead of a
 local file), with support for zstd compression to compress large plan texts.
 .
 Plans have the same plan IDs when they have the same "plan shape", which
 intends to match EXPLAIN (COSTS OFF). This extension is optimized for tracking
 changes in plan shape, but does not aim to track execution statistics for
 plans, like auto_explain can do for outliers.
lintian 2.116.3+deb12u1 check for postgresql-18-pg-stat-plans_2.0.0-1_amd64.deb (click to toggle)
contents of postgresql-18-pg-stat-plans_2.0.0-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-10-27 11:57 ./
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/postgresql/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/postgresql/18/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/pg_stat_plans/
-rw-r--r-- root/root     96748 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/pg_stat_plans/jumblefuncs.bc
-rw-r--r-- root/root     27576 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/pg_stat_plans/pg_stat_plans.bc
-rw-r--r-- root/root      1968 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/pg_stat_plans/pgstat_custom.bc
-rw-r--r-- root/root     16000 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/bitcode/pg_stat_plans.index.bc
-rw-r--r-- root/root     79800 2025-10-27 11:57 ./usr/lib/postgresql/18/lib/pg_stat_plans.so
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/doc/postgresql-18-pg-stat-plans/
-rw-r--r-- root/root      4167 2025-10-27 11:54 ./usr/share/doc/postgresql-18-pg-stat-plans/README.md.gz
-rw-r--r-- root/root       146 2025-10-27 11:57 ./usr/share/doc/postgresql-18-pg-stat-plans/changelog.Debian.gz
-rw-r--r-- root/root        75 2025-10-27 11:54 ./usr/share/doc/postgresql-18-pg-stat-plans/changelog.gz
-rw-r--r-- root/root      2457 2025-10-27 11:57 ./usr/share/doc/postgresql-18-pg-stat-plans/copyright
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/postgresql/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/postgresql/18/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/postgresql/18/extension/
-rw-r--r-- root/root      1569 2025-10-27 11:57 ./usr/share/postgresql/18/extension/pg_stat_plans--2.0.sql
-rw-r--r-- root/root       185 2025-10-27 11:57 ./usr/share/postgresql/18/extension/pg_stat_plans.control
control file for postgresql-18-pg-stat-plans-dbgsym_2.0.0-1_amd64.deb (click to toggle)
Package:postgresql-18-pg-stat-plans-dbgsym
Source:pg-stat-plans
Version:2.0.0-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size:168
Depends:postgresql-18-pg-stat-plans (=2.0.0-1)
Section:debug
Priority:optional
Description:
debug symbols for postgresql-18-pg-stat-plans
Build-Ids:2b80bccd714e8393bc7682f797528d408292526a
lintian 2.116.3+deb12u1 check for postgresql-18-pg-stat-plans-dbgsym_2.0.0-1_amd64.deb (click to toggle)
contents of postgresql-18-pg-stat-plans-dbgsym_2.0.0-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-10-27 11:57 ./
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/lib/debug/.build-id/2b/
-rw-r--r-- root/root    161552 2025-10-27 11:57 ./usr/lib/debug/.build-id/2b/80bccd714e8393bc7682f797528d408292526a.debug
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/
drwxr-xr-x root/root         0 2025-10-27 11:57 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-10-27 11:57 ./usr/share/doc/postgresql-18-pg-stat-plans-dbgsym -> postgresql-18-pg-stat-plans

Timestamp: 27.10.2025 / 14:08:41 (UTC)