Package: postgresql-15-pg-qualstats Source: pg-qualstats Version: 2.1.1-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 222 Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.1-1.pgdg20.04+1_amd64.deb Size: 59784 SHA256: 7122667668a3c18625bb6a61d430d679de5cd309208e68426fc8acec072ffaa5 SHA1: 84bc92a54f5f7299eeb4a410241134667e327faf MD5sum: 7253bcd7492006a15f0f183664988694 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.