Package: postgresql-10-pg-qualstats Source: pg-qualstats Version: 2.1.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 206 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.2-1.pgdg22.04+1_amd64.deb Size: 27744 SHA256: 67ef4398d8377bebac1a034161a5c803fd582775e58ddda7de8f3561c1e22060 SHA1: a6903475bbe0eb2b7dc668250e3775c956f63304 MD5sum: 83860541f56cb9ef84ae5b46b2eecdfe 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.