Package: postgresql-19-hypopg Source: hypopg Version: 1.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: postgresql-19, libc6 (>= 2.38) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-19-hypopg_1.4.3-1.pgdg26.04+1_amd64.deb Size: 57956 SHA512: fe69d9143054afebacbd63dcc3d38b5d83dacdfe7906ca8bbacccd752099a88271e5154d821ff2b9aa2eee061107d34a5dd5d2b4f40f81c9b341582bd99c81e3 SHA256: de8486c9c2ad838eb6c189934bfec977e4f65ae45fe2690b013f9f97997c7852 SHA1: 7ae1f84b4d974be3ea521e1d33f0743ce391be1c MD5sum: 9000acc0b214d95573e84305475a89d9 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.