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