Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Feb 26, 2021
1 parent b6ddfba commit 7e072c1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,27 @@
Changelog
=========

2021-02-26 version 1.2.0:
-------------------------

**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.

2020-06-24 version 1.1.4:
-------------------------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
hypopg (1.2.0-1) unstable; urgency=medium

* New upstream version.

-- Julien Rouhaud <rjuju123@gmail.com> Fri, 26 Feb 2021 14:51:06 +0800

hypopg (1.1.4-1) unstable; urgency=medium

* New upstream version with PG13 support.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@

# General information about the project.
project = 'HypoPG'
copyright = '2015-2020, Julien Rouhaud'
copyright = '2015-2021, Julien Rouhaud'
author = 'Julien Rouhaud'

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 7e072c1

Please sign in to comment.