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