Package: postgresql-13-pg-qualstats Source: pg-qualstats Version: 2.1.4-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 318 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.4-1.pgdg22.04+1_amd64.deb Size: 62424 SHA512: a72dcb4c5bc432febc91f557bcd6a9bb475a4b6caa24dccbcef9f1d80478f8297c5ef6f177e951cefb4c4af031aa60d134bd24821ad53318a5c5790efd88dee2 SHA256: adb2a35ab46c1769ee80886423efb67a00d979ffad2c5c4442b72cea791bd9e7 SHA1: cc2015f5c3e74b57ec654c802e7d5eacaf51c428 MD5sum: 358a101b571dfcb912885e9137dc5cf7 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.