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