Package: postgresql-19-hypopg Source: hypopg Version: 1.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 168 Depends: postgresql-19, libc6 (>= 2.4) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-19-hypopg_1.4.3-1.pgdg22.04+1_amd64.deb Size: 60696 SHA512: df91e3d9fff6acf4f86fd1f228351e195f154673c4e705deb2c2ef445cbc8b14ff192580dd408a5a52aa5a1ace9fa869c71f3acd561ebfdc8428ba3135c0e85c SHA256: c7574c60b7d16ec728c52bcb72e0e57caa34df5ee4d24251f03206813a983163 SHA1: 46a539953ec49e6350aceca9f0d8301304f7d595 MD5sum: a97fffdeeabc40d97818e9476a1b91cb 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.