mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Update changelog for upcoming version 1.1.0
This commit is contained in:
parent
1a65213a94
commit
fa9a2a26e8
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue