Debian Package Tracker
Register | Log in
Subscribe

pg-qualstats

PostgreSQL extension to gather statistics about predicates.

Choose email to subscribe with

general
  • source: pg-qualstats (main)
  • version: 2.0.4-1
  • maintainer: Julien Rouhaud (DMD)
  • uploaders: Christoph Berg [DMD]
  • arch: any
  • std-ver: 4.6.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 1.0.7-1
  • stable: 2.0.2-2
  • testing: 2.0.4-1
  • unstable: 2.0.4-1
versioned links
  • 1.0.7-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.0.2-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.0.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • postgresql-14-pg-qualstats
action needed
Marked for autoremoval on 30 June due to nvidia-graphics-drivers-tesla-470: #1011146 high
Version 2.0.4-1 of pg-qualstats is marked for autoremoval from testing on Thu 30 Jun 2022. It depends (transitively) on nvidia-graphics-drivers-tesla-470, affected by #1011146. You should try to prevent the removal by fixing these RC bugs.
Created: 2022-05-24 Last update: 2022-05-25 00:40
6 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 66b3037fd978e8197783e420343f37a37c277997
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date:   Sun May 22 18:28:24 2022 +0800

    Add forgotten change in upgrade script.

commit d203b05c4e53012d599191e702d7c8d6fe3c8222
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date:   Sun May 22 11:10:27 2022 +0800

    advisor: attach queryids to each unoptimised qual.
    
    Unoptimised quals are also important as they require manual inspection, so it's
    better to be more precise about them.
    
    The returns json now looks like:
    
    {
        "indexes": [
            {
                "ddl": "CREATE INDEX ...",
                "queryids": [...]
            },
            ...
        ],
        "unoptimised": [
            {
                "qual": ["tbl.col OP ?"],
                "queryids": [...]
            },
            ...
        ]
    }

commit 72e84f1f451b7cb2818c64177970babc6918d5be
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date:   Sat May 21 12:34:52 2022 +0800

    Teach the advisor about queryid.
    
    The advisor now returns the list of queryid, if any, with each possible index
    and the list of optimisable quals.
    
    The structure of the returned json changed, so this is an API break.
    
    The returned json now looks like:
    
    {
        "indexes": [
            {
                "ddl": "CREATE INDEX ...",
                "queryids": [...]
            },
            ...
        ],
        "unoptimised": {
            "quals": ["tbl.col OP ?", ...],
            "queryids": [...]
        }
    }
    
    Per request from Zhihong Yu.

commit 0129cf4598dd8b71f8f332aee259e44ff031a003
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date:   Fri May 20 16:13:34 2022 +0800

    Fix extension relocability.
    
    This extension isn't fully relocatable.  It internally needs to reference the
    target schema explicitly, so a custom schema can only be set as installation
    time.
    
    Mark it as not relocatable in the control file and properly handle the schema
    qualification in the install script.
    
    Regression tests are updated to validate that the extension work when installed
    in a custom and not visible schema.

commit 9632a7e99106542e35beaa98b86300984103d279
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date:   Fri May 20 16:03:15 2022 +0800

    Start working on 2.1.0

commit 1e2323195bb6b2c008bbf9c592e95dbab44be2e6
Author: Ted Yu <yuzhihong@gmail.com>
Date:   Wed May 18 18:59:29 2022 -0700

    Minor code refactoring
Created: 2020-10-15 Last update: 2022-05-24 15:11
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.6.0).
Created: 2022-05-11 Last update: 2022-05-20 23:34
news
[rss feed]
  • [2022-05-23] pg-qualstats 2.0.4-1 MIGRATED to testing (Debian testing watch)
  • [2022-05-20] Accepted pg-qualstats 2.0.4-1 (source) into unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2021-10-12] pg-qualstats 2.0.3-1 MIGRATED to testing (Debian testing watch)
  • [2021-10-10] Accepted pg-qualstats 2.0.3-1 (source amd64) into unstable, unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2020-10-22] pg-qualstats 2.0.2-2 MIGRATED to testing (Debian testing watch)
  • [2020-10-19] Accepted pg-qualstats 2.0.2-2 (source amd64) into unstable, unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2020-06-06] pg-qualstats 2.0.2-1 MIGRATED to testing (Debian testing watch)
  • [2020-06-04] Accepted pg-qualstats 2.0.2-1 (source) into unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2020-05-02] pg-qualstats 2.0.1-1 MIGRATED to testing (Debian testing watch)
  • [2020-04-29] Accepted pg-qualstats 2.0.1-1 (source) into unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2019-11-19] Removed 1.0.8-1 from experimental (Debian FTP Masters)
  • [2019-11-15] pg-qualstats 1.0.9-1 MIGRATED to testing (Debian testing watch)
  • [2019-10-30] Accepted pg-qualstats 1.0.9-1 (source amd64) into unstable, unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2019-05-31] Accepted pg-qualstats 1.0.8-1 (source) into experimental (Christoph Berg)
  • [2018-11-19] pg-qualstats 1.0.7-1 MIGRATED to testing (Debian testing watch)
  • [2018-11-16] Accepted pg-qualstats 1.0.7-1 (source) into unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2018-11-15] pg-qualstats 1.0.6-1 MIGRATED to testing (Debian testing watch)
  • [2018-11-13] Accepted pg-qualstats 1.0.6-1 (source) into unstable (Julien Rouhaud) (signed by: Christoph Berg)
  • [2018-10-30] pg-qualstats 1.0.5-2 MIGRATED to testing (Debian testing watch)
  • [2018-10-12] Accepted pg-qualstats 1.0.5-2 (source amd64) into unstable, unstable (Christoph Berg)
  • [2018-08-05] pg-qualstats 1.0.5-1 MIGRATED to testing (Debian testing watch)
  • [2018-07-29] Accepted pg-qualstats 1.0.5-1 (source amd64) into unstable, unstable (Julien Rouhaud) (signed by: Christoph Berg)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, clang, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.0.4-1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing