Package: postgresql-19-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 310 Depends: postgresql-19, libc6 (>= 2.14) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-19-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 54568 SHA512: 594dedc137e32b9d10996f5d463fed474f07a21ee79020bbc133a107fb497d603707ce392afb5054399c8c56fca00d37030d7ce5686f0b08f9abf985197abe49 SHA256: c393a56cf00ea3572a9ae772710b4b414bf33762acac7661e3c17c077f479ee6 SHA1: 93d123b3a25f5609334c06902aa4cf3d241b76d0 MD5sum: b7f0a7ae2ad4b435061bc8aa544cede9 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.