Package: postgresql-10-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: postgresql-10, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 27656 SHA512: d34518d7fa5e7dd883528232c9e217f528de3811b6ef40349e8e5dcc09ac388e5ae774d51d918575f6540c5e1de2cd7de1b02ed0fbf59097a284561b765c0594 SHA256: 37438caf443e2a6ca14d26ec1352daea6debae2b9e768c04c0936ebf21b7886a SHA1: a861e2e28af2acb9edaa6d12ff9e5b6e19ff7317 MD5sum: 69ec0a0df16160126b21ad6f6a4c6b77 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.