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