From 7842f2d06edb7668c6155e5f2f85bd55fb77e50c Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 13 Sep 2015 11:32:11 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c4951..2dc8956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Changelog WIP version 0.0.4: + - remove the simplified "hypopg_add_index()" function + - free memory when hypothetical index creation fails + - check that number of column is suitable for a real index - for btree indexes, check that the estimated average row size is small enough to allow a real index creation. - handle BRIN indexes.