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