Package: postgresql-15-pg-qualstats Source: pg-qualstats Version: 2.1.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 222 Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), 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.pgdg22.04+1_amd64.deb Size: 61540 SHA256: be79976edca4a21f9e2c745eda7693f8a6c27dcf65cff0bf19c934ee4c39f792 SHA1: fea026978abebe53d2eb4ae4a97482cf2f396f98 MD5sum: 26743cfceeacc90e413fe4317cfc1237 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.