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