Package: postgresql-13-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: postgresql-13, libc6 (>= 2.14) Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.4-1.pgdg26.04+1_amd64.deb Size: 27708 SHA512: ab782b0c4cf883959cab6bea42b3d663aa60d831cc61e4ce9e0666a3881633c49f825478f5f003e30efc236bbbc01fc5b2c99fcab8a1f8493a46a072e93bab3f SHA256: cded10af99332b66f6d955db4bb2102b337a32c54082017a53c25fadc6e9c450 SHA1: 5c35c6c6231c5126e8c1e985a0fe318f7472a1e4 MD5sum: 790b97b08ff20065e247a5f11cac2686 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.