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 |
| 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. |
| 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 | |
| copyright of postgresql-18-pg-stat-plans_2.0.0-1_amd64.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pg-stat-plans Source: https://github.com/pganalyze/pg_stat_plans Files: * Copyright: Copyright (c) 2025, Duboce Labs, Inc. (pganalyze) <team@pganalyze.com> Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California License: PostgreSQL and Duboce License: Duboce 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 DUBOCE LABS, INC. 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 DUBOCE LABS, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . DUBOCE LABS, INC. 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 DUBOCE LABS, INC. HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. License: PostgreSQL PostgreSQL server code (jumblefuncs.*) incorporated under the PostgreSQL license: . 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 THE UNIVERSITY OF CALIFORNIA 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 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . THE UNIVERSITY OF CALIFORNIA 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 THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | |
| 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 | |
| copyright of postgresql-18-pg-stat-plans-dbgsym_2.0.0-1_amd64.deb (click to toggle) | |
|---|---|
WARNING: No copyright found, please check package manually. | |
Timestamp: 27.10.2025 / 14:08:41 (UTC)