Skip to content

Commit 32c3e0a

Browse files
committed
Update ChangeLog with las commit for v2.2
1 parent 897830b commit 32c3e0a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ChangeLog

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Version 2.2 - Nov 06 2020
1+
Version 2.2 - Nov 08 2020
22

33
This release is a port of the extension for PostgreSQL v12 and v13.
4-
Works on all PostgreSQL version from v9.5 to current.
4+
Works now on all PostgreSQL version from v9.5 to current. It also
5+
fixes automatic creation of the underlying temporary table after a
6+
rollback.
7+
8+
Other fixes:
9+
10+
- Fix regression test for all supported PG version.
11+
- Replace call to \d in regression tests, they do not report the
12+
same information following PG version.
13+
- Remove test about partitioning as it returns a failure for PG < 10.
14+
- Update regression tests to avoid failure related to temp table id.
15+
- Add regression test for error on rollback issue.
516

617

718
Version 2.1 - May 11 2020
@@ -30,5 +41,6 @@ Other fixes:
3041
- Update regression tests about changes on CREATE TABLE ... LIKE.
3142
- Fix some typo in documentation and markdown titles.
3243

44+
3345
Version 2.0 - April 19 2020
3446
Initial release.

0 commit comments

Comments
 (0)