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