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