Update changelog for upcoming version 1.1.0

This commit is contained in:
Julien Rouhaud 2017-10-03 17:35:55 +02:00
parent 1a65213a94
commit fa9a2a26e8

View file

@ -1,6 +1,21 @@
Changelog
=========
WIP 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:
- 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:
- add support for PostgreSQL 10
2016-10-24 version 1.0.0:
- fix memory leak in hypopg() function