Package: postgresql-11-pg-qualstats Source: pg-qualstats Version: 2.1.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 222 Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.1-1.pgdg22.04+1_amd64.deb Size: 61280 SHA256: c817fdcdd870ac23d79087117f5fa301882a8c787380b240237e6e89c5c4b4d4 SHA1: 4f1cae8903f4d3fb89561278587827a3e68b5396 MD5sum: 1945ff4b994b591877d18b9f9df4b008 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.