From 7a3c36ff76284387e58bbcf99b08b738e5884538 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Wed, 4 Oct 2017 19:33:47 +0200 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++---- hypopg--1.1.0dev.sql => hypopg--1.1.0.sql | 0 hypopg.control | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) rename hypopg--1.1.0dev.sql => hypopg--1.1.0.sql (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150612f..2c2a77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,35 @@ Changelog ========= -WIP version 1.1.0: - New features +2017-10-04 version 1.1.0: +------------------------- + + **New features**: + - add support for hypothetical indexes on expression - add a hypopg_get_indexdef() function to get definition of a stored hypothetical index - Bug fixes: + + **Bug fixes**: + - don't allow hypothetical unique or multi-column index if the AM doesn't support it - disallow hypothetical indexes on system columns (except OID) - fix indexes using DESC clause and default NULLS ordering, thanks to Andrew Kane for the report and test case. - fix PostgreSQL 9.6+ support, thanks to Rob Stolarz for the report - Miscellaneous: + + **Miscellaneous**: + - add support for PostgreSQL 10 2016-10-24 version 1.0.0: +------------------------- - fix memory leak in hypopg() function 2016-07-07 version 0.0.5: +------------------------- - add support for PostgreSQL 9.6, thanks to Konstantin Mosolov for fixing some issues @@ -30,6 +39,7 @@ WIP version 1.1.0: - fix possible crash in hypothetical index size estimation 2015-11-06 version 0.0.4: +------------------------- - remove the simplified "hypopg_add_index()" function - free memory when hypothetical index creation fails @@ -42,6 +52,7 @@ WIP version 1.1.0: - safer handling of locks. 2015-08-08 version 0.0.3: +------------------------- - fix a bug when a regular query could fail after a hypothetical index have been created, and tested with explain. @@ -51,10 +62,12 @@ WIP version 1.1.0: backend. Thanks to Ronan Dunklau for the patch. 2015-07-08 version 0.0.2: +------------------------- - fix crash when building hypothetical index on expression, thanks to Thom Brown for the report. 2015-06-24 version 0.0.1: +------------------------- - First version of HypoPG. diff --git a/hypopg--1.1.0dev.sql b/hypopg--1.1.0.sql similarity index 100% rename from hypopg--1.1.0dev.sql rename to hypopg--1.1.0.sql diff --git a/hypopg.control b/hypopg.control index 9b213c8..50cc3a3 100644 --- a/hypopg.control +++ b/hypopg.control @@ -1,6 +1,6 @@ # hypopg extension comment = 'Hypothetical indexes for PostgreSQL' -default_version = '1.1.0dev' +default_version = '1.1.0' module_pathname = '$libdir/hypopg' relocatable = true