Package: postgresql-17-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 310 Depends: postgresql-17, libc6 (>= 2.14) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 54604 SHA512: e3775af1f18acb325ef18530b8717018c5ac3b404bae7f592ab20cc92f2e526b18e0049cf0d11ad6e16f81f2187a470d04f4a1361a14c17c0375ddcf0b5e1fa1 SHA256: 2b8f6839f9a30cf693d1b468bd72c1940fb93077011d3b8e71bb765da0fa5f93 SHA1: 4d105db4f0510780870481bc02a0275a0e4517f5 MD5sum: ff60d1228184253eda4485d546cbc42f 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.