Package: postgresql-12-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 318 Depends: postgresql-12, libc6 (>= 2.14) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.4-1.pgdg22.04+1_amd64.deb Size: 62164 SHA512: c27f319f8d85386da703cb0c8fbc10e92417e4781de2fbd3df38518bb201c7285b75c17b8d4d7eab2622b3d9ed0e54257e6d6bad054b534218306c54f2c7a48f SHA256: 9eb1f30fb698d428fbf5b1b3f38d8f55ae07e576c585ebfb7453e288ade2212f SHA1: f3eea5f2e91eccc70aa052595815808aa8c27276 MD5sum: 59822fc58dcbe03ef05a1a805525a2a7 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.