Package: postgresql-18-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 167 Depends: postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-18-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 60720 SHA512: 508a57338b4d46f166b87dfb99fcc0b2e0e96a84f46a256161cc08cc3e707281543e672883f215604e1da587bd6047570137d19f962de0f01d485cb8f06f1131 SHA256: 5fb99695bedbe2f2ab0c2e06f418ca456bf3f3fce61527586fad2805503061dd SHA1: 3e91476408e937a618a6a559611570120d49942b MD5sum: 606275764bb6e10c52d0e610ead37d10 Description: PostgreSQL extension adding support for hypothetical indexes. An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know if specific indexes can increase performance for problematic queries, since you can know if PostgreSQL will use these indexes or not without having to spend resources to create them.