Package: postgresql-15-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 317 Depends: postgresql-15, libc6 (>= 2.14) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 62092 SHA512: e089842585b2140c37e08d681008d8ae190588100b5a1f7a751ed3fd5cf3b4d83199edd701c5f3419712886e344eb82426f3a7fc9bb9b77406a8e564ca4de4c8 SHA256: bc3097c6d45983fcfb68ad99b4b06219960f31dee4a13cd3a66b32e88ff47621 SHA1: b6becadcd28259cdfa4ac656f151dc7549209971 MD5sum: 090d1dae28c656323c437ff738ad98af 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.