Package: postgresql-18-pg-qualstats Source: pg-qualstats Version: 2.1.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 256 Depends: postgresql-18, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.2-1.pgdg22.04+1_amd64.deb Size: 57252 SHA256: 7fd40ab335eac4b0bc00120ffff6660bb82b163922b23a669d3cabbfddf94d95 SHA1: 636f5cd2a214b9483d0e3fa4c6336a88e5a96f85 MD5sum: 567a8e7975503f0743b1d3120ca05fde 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.