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