Package: postgresql-17-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 318 Depends: postgresql-17, libc6 (>= 2.14) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 62100 SHA512: 6cb80b7213aeba421c6fc7d0597b90aecc5249a350776949db830a2b8577cb7004857c303ec0fc2f6d6d6781f4a8275711b41ca3ced164fa4db1649ca8b7febe SHA256: 1ba2f5b038aca8adf398a3f8f8ef905165839dc24c78f6ea6eff3ded28d2900f SHA1: bb68def20169cae0381286354b0b2c0752c3dde5 MD5sum: 1a9dfa14d89b643ac5d7d35b1be3665e 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.