Package: postgresql-17-pg-qualstats Source: pg-qualstats Version: 2.1.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 222 Depends: postgresql-17, postgresql-17-jit-llvm (>= 15), libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.1-1.pgdg22.04+1_amd64.deb Size: 61524 SHA256: 9d22ff0231c8053ce96a95fea6be26c0211f00e1d9fec96c3944a58dd21d5fd6 SHA1: 74e9fadbfcc593198f2cfb9cb653876e4e919c81 MD5sum: 0df20c9d0aab76f5ef510c914aa7fcfe 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.