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