Package: postgresql-18-hypopg Source: hypopg Version: 1.4.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 162 Depends: postgresql-18, libc6 (>= 2.4) Homepage: https://hypopg.readthedocs.io/ Priority: optional Section: database Filename: pool/main/h/hypopg/postgresql-18-hypopg_1.4.2-1.pgdg22.04+1_amd64.deb Size: 60568 SHA256: 78241aa6bc2e40582e31fae7cf9fdec94a422226ebc784b87438f9ae418eedbd SHA1: f00b35f399f3a8f8dc6e76a7da6b0e6b58c50118 MD5sum: a506707e720cddf5409ae69246786176 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.