Package: postgresql-15-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 310 Depends: postgresql-15, libc6 (>= 2.14) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 54740 SHA512: 68d3d2b246419d1e69a34f3196009c5cb591658d0ead6e3ad73d020152e5e8045045a1cae95fd118d2ecf37513c887c2d9a6597cb7af71b6ca3c31acd96fc14d SHA256: 7604d3b16404e97899dede0ea2b907e06e0a44836bb1c630aac54c95cd086cd4 SHA1: c3b72588576ed187bffc202a8158cf7b3be74001 MD5sum: 4b8d155e279d21ae39918082e870746a 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.