Package: postgresql-12-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: postgresql-12, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 27660 SHA512: 371d086285ee04350c14552074afd2eb661754d1e2d7412b265e8a9586b838077411d779c44b764f2e848bd5f52b664a852a7340f53959e159c7521123395982 SHA256: 798879ce6b702b0e3ca586990010c446462785f518b43efdce62a493742ecb1b SHA1: a1ad4a2234096a6975e327a7cd3ca7d0fcf7b18d MD5sum: 9cc54e2414e3bdae2528a1e51a1af1c9 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.