HypoPG 1.2 is out!

From: Julien Rouhaud via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: HypoPG 1.2 is out!
Date: 2021-04-17 06:58:24
Message-ID: 161864270469.691.10410444853273069380@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

HypoPG
======

HypoPG is a PostgreSQL extension adding support for hypothetical indexes.

Version 1.2 has been released, and brings the following changes:

**New features**:

- Make hypopg work on standby servers using a new "fake" oid generator, that
borrows Oids in the FirstBootstrapObjectId / FirstNormalObjectId range
rather than real oids. If necessary, the old behavior can still be used
with the new hypopg.use_real_oids configuration option.

**Bug fixes**

- Check if access methods support an INCLUDE clause to avoid creating invalid
hypothetical indexes.
- Display hypothetical indexes on dropped table in hypopg_list_indexes.

**Miscellaneous**

- Change hypopg_list_indexes() to view hypopg_list_indexes.
- Various documentation improvements.

Links
====

For more thorough information about this version or the extension, please consult the [oficial documentation](https://hypopg.readthedocs.io).

Browse pgsql-announce by date

  From Date Subject
Next Message EDB via PostgreSQL Announce 2021-04-17 13:33:29 Call for Papers for Postgres Vision 2020 is Extended to April 19!
Previous Message RapidLoop, Inc. via PostgreSQL Announce 2021-04-17 06:56:37 pgmetrics 1.11 released