Package: postgresql-11-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: postgresql-11, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 27656 SHA512: 5c4c4d9e7b31e5b9bad30f0de9e56c83050e8b2eb3e4362fc8ccb3846681ab3c136f34ffc2009300c5fd614db4e46b3ca56e363caedab562a6164e2b912b718d SHA256: 8caddf7a4e2b855744f3bfd6b5871a8983411719d56097ab8bcc3a5e21b83649 SHA1: 5c867826422f4c07d3b7d67c53122f10df471682 MD5sum: b538e0e08f429eb0e9fa615a48e6e65b 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.