diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c97a8..55ede94 100644 --- a/CHANGELOG.md +++ b/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: ------------------------- diff --git a/debian/changelog b/debian/changelog index 50d847d..58ded8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hypopg (1.2.0-1) unstable; urgency=medium + + * New upstream version. + + -- Julien Rouhaud Fri, 26 Feb 2021 14:51:06 +0800 + hypopg (1.1.4-1) unstable; urgency=medium * New upstream version with PG13 support. diff --git a/docs/conf.py b/docs/conf.py index 524d540..689ac91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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