mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-23 09:08:45 +00:00
60 lines
2.9 KiB
Text
60 lines
2.9 KiB
Text
Source: hypopg
|
|
Section: database
|
|
Priority: optional
|
|
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
|
|
Standards-Version: 4.1.3
|
|
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
|
|
Homepage: https://hypopg.readthedocs.io/
|
|
Vcs-Browser: https://github.com/hypopg/hypopg
|
|
Vcs-Git: https://github.com/hypopg/hypopg.git
|
|
|
|
Package: postgresql-9.3-hypopg
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.3
|
|
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.
|
|
|
|
Package: postgresql-9.4-hypopg
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4
|
|
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.
|
|
|
|
Package: postgresql-9.5-hypopg
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5
|
|
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.
|
|
|
|
Package: postgresql-9.6-hypopg
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6
|
|
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.
|
|
|
|
Package: postgresql-10-hypopg
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10
|
|
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.
|
|
|