Package: postgresql-16-pg-qualstats Source: pg-qualstats Version: 2.1.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Julien Rouhaud Installed-Size: 182 Depends: libc6 (>= 2.14), postgresql-16, postgresql-16-jit-llvm (>= 14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.0-1.pgdg22.04+1_amd64.deb Size: 60884 SHA256: 07f4a1b63c37fe0afc3127c61c614c8d935ea0544cb7cebb5527196eab0ff1f3 SHA1: bcc3a256f2207dfd61aa0795e1dbf5eb760e3a61 MD5sum: f0a1f826189ca93fe7778ee6033f5c6f 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.