Package: postgresql-14-pg-qualstats Source: pg-qualstats Version: 2.1.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 290 Depends: postgresql-14, libc6 (>= 2.14) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.3-1.pgdg22.04+1_amd64.deb Size: 62468 SHA256: 9c9a5194d942f016e8ec53d5fb6c83f680607ab537d4a9faa2fc79c497a3a426 SHA1: df16dd2ef3a73f4e391e82db52137fb6f78d196b MD5sum: a777a92318d3a8a6bf44da807645e149 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.