Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jun 24, 2020
1 parent 48ed9e4 commit 1c7be94
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,21 @@
Changelog
=========

2020-06-24 version 1.1.4:
-------------------------

**New features**:

- Add support for hypothetical index on partitioned tables

**Miscellaneous**

- Fix compatibility with PostgreSQL 13

**Bug fixes**

- Check that the target relation is a table or a materialized view

2019-06-16 version 1.1.3:
-------------------------

Expand All @@ -12,7 +27,7 @@ Changelog
- Use a dedicated MemoryContext to store hypothetical objects
- Fix compatibility on Windows (Godwottery)

**Bug fixed**
**Bug fixes**

- Call previous explain_get_index_name_hook if it was setup
- add hypopg_reset_index() SQL function
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
hypopg (1.1.4-1) unstable; urgency=medium

* New upstream version with PG13 support.

-- Julien Rouhaud <rjuju123@gmail.com> Wed, 24 Jun 2020 11:18:47 +0000

hypopg (1.1.3-1) unstable; urgency=low

* New upstream version with PG12 support.
Expand Down

0 comments on commit 1c7be94

Please sign in to comment.