Package: postgresql-16-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 317 Depends: postgresql-16, libc6 (>= 2.14) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 61976 SHA512: d4539f849d94a997a2666ebbb40eac93b7e111aa855ae2f7c643055581c90a8d23939331dc35a0abe2fd6b779d78560f4633c1c9b4a583f4c1aeea001c44dfd0 SHA256: 81694a7a742472400b7de8448231af92aa4d7f03b6d30defd4ae19c845017ed8 SHA1: 47a013b08d2dd94ba063f015c8964e3edac85a51 MD5sum: 7d401faa74ae70bdffba28c8d884d56c 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.