Package: postgresql-14-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 310 Depends: postgresql-14, libc6 (>= 2.14) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 55388 SHA512: 4290880ef4970e5f06926294dcb085feb39a5e7d6712bd666ce64832a8337332a1a668a171ade13eb8371a871e14c8cba04289c1f201f3083bb23e6c5476cd68 SHA256: 255ce8c872470b8546c755a4e53efe81433ddb0bee35004f1b0fab5ad044e7ea SHA1: ff7c36b247a4b864b2e3938b40f1a7d338202368 MD5sum: 28e7384e2bc753b499232ee935096b1b 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.