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