Package: postgresql-11-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 317 Depends: postgresql-11, libc6 (>= 2.14) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 61884 SHA512: 27c9f2e60a2b546ec9260a823f16a6f999c17de375c4290441049950dbcc220bb4e3797e84073d8ab1d5a91729f6dcb9e7532fc234e2a903fa096c97235361db SHA256: 35dddaf13b9561b4cc430e970348e44a3a56f23d8a222cdb5e2b83415c769622 SHA1: 5ee52a2756f6624b5ffa615f9e01f26c13898cd2 MD5sum: 789f5a6fa015e9edd25e622b718565d9 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.