Package: postgresql-11-pg-qualstats Source: pg-qualstats Version: 2.1.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 289 Depends: postgresql-11, libc6 (>= 2.14) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.3-1.pgdg22.04+1_amd64.deb Size: 61752 SHA256: d5a3de98c3373befe7a2394b76a22643130f2e266fa6f0ba96d20f2f787ad87f SHA1: dee0beec167bf09cf1ca6595394a89b4ee4170ae MD5sum: d95877a57058606abd3d6a04c4babc28 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.