Package: postgresql-14-pg-qualstats Source: pg-qualstats Version: 2.1.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.2-1.pgdg22.04+1_amd64.deb Size: 61844 SHA256: c9d4ad44d0136f6db22ae4df8962edf9359812713459f7d6e50c3ba4a4feddb7 SHA1: cf841b0e6ffc77abf4b99124f4d3dda4c8d435b2 MD5sum: 469d656c58d48805deec83b0694485d3 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.