Package: postgresql-11-pg-qualstats Source: pg-qualstats Version: 2.1.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 261 Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.2-1.pgdg22.04+1_amd64.deb Size: 61468 SHA256: 5ae0c03efa43e7317db930d5e8eabc1ff8f8385b93e2fd3b750cfb33cd27b77e SHA1: 17f112fc220ecb5c82d04eb2b545106b4f3712df MD5sum: b92551007ad23843bae6bf01f2314d6f 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.