Package: postgresql-16-pg-qualstats Source: pg-qualstats Version: 2.1.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 289 Depends: postgresql-16, libc6 (>= 2.14) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.3-1.pgdg22.04+1_amd64.deb Size: 61848 SHA256: b7fd8dcfbe63c859f85d63afdf9f092ed0285d9a08f54a41c7a1051cc8592a5f SHA1: b14ff0d72d2fb6d80801c925ba3a2640a1a38303 MD5sum: be8c4905e92e41f7d7e8f205fa992b7e 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.