Package: postgresql-18-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 313 Depends: postgresql-18, libc6 (>= 2.14) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 57760 SHA512: 53630d3a21d30e7cfe2e514e0b89751bbd9b1bf4185e64c7bb7617b9a9aecfd56d40c665d2735e71d0d5d9a6da75f48520b34a3841594ab56ac397b62a632a80 SHA256: d8b1d35f41f04b9387bc9b022fa0dd272ca520e2530e20750117a5853516bedc SHA1: 4cadc8887cb358959640d8a5172f1dd6380b1ead MD5sum: d23128ac64e6b2d175cda8f2e25d796a 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.