[ANNOUNCE] hypopg 1.1.0 released - Mailing list pgsql-announce

From Julien Rouhaud
Subject [ANNOUNCE] hypopg 1.1.0 released
Date
Msg-id CAOBaU_Z+u406=UOH2BMOTRB0CxLoL37C9C-i_6vtczqT1MY4dA@mail.gmail.com
Whole thread Raw
List pgsql-announce
I have just released version 1.1.0 of hypopg.

hypopg is a PostgreSQL extension adding support for hypothetical indexes.

An hypothetical, or virtual, index is an index that doesn't really
exist, and thus doesn't cost CPU, disk, or any resource to create.
They're useful to know if specific indexes might increase performance
for problematic queries, since you could know if PostgreSQL will use
these indexes or not without having to spend resources to create them.

This release adds support for hypothetical indexes on expression, an
hypopg_get_indexdef() function to get the SQL command that will create
the real index corresponding to a stored hypothetical index,
PostgreSQL 10 compatiiblity, and bug fixes.

Please see the changelog
(https://github.com/dalibo/hypopg/blob/master/CHANGELOG.md) for more
details.

Many thanks to Andrew Kane and Rob Stolarz for reporting issues.

Source repository: https://github.com/dalibo/hypopg

Regards.


-- 
Sent via pgsql-announce mailing list (pgsql-announce@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-announce

pgsql-announce by date:

Previous
From: Keith Fiske
Date:
Subject: [ANNOUNCE] PG Partition Manager v3.1.0 Released
Next
From: Dave Page
Date:
Subject: [ANNOUNCE] PostgreSQL 10 Released