Package: postgresql-14-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 318 Depends: postgresql-14, libc6 (>= 2.14) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 62420 SHA512: 17e4f938361c0cea318c806a87aeb3b9027f31901a1637db19b27546542867ff1a823172013b8e3c2b0afb00f08a0539b7913dedefca18b7effef1c58e55649f SHA256: 6a426d6ae99a8e019859e907bdce01eae042350fff2d4ae0cac77c5869f5d33e SHA1: 8d71b5bf0be248408de7d66fec2f9da45cc5029f MD5sum: e3530f5d9995a671602b0bc40348b726 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.