Raw Package Information

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.1-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: postgresql-13, postgresql-13-jit-llvm (>= 10), libc6 (>= 2.14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.1-1.pgdg20.04+1_amd64.deb
Size: 60048
SHA256: 845a13e840aa992b01269b26cb329d9114e86707e9b48204becf0318486cd941
SHA1: 62f22804956cda6f5e59679c9dbb8ed4cfdb8866
MD5sum: 42d7aa7f478ffff798b893555daae161
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.