Package: postgresql-10-pg-qualstats Source: pg-qualstats Version: 2.1.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 234 Depends: postgresql-10, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.3-1.pgdg22.04+1_amd64.deb Size: 27972 SHA256: f14d24be985a72866098e9dec2a2dd5a611ae470ebd17d0e266c0e8732a96a62 SHA1: 051b4c4396e3eb2e6cf94e2ee7437cc23f938dcd MD5sum: cda33ebcf635d438573649e5aa290091 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.