File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- Version 2.2 - Nov 06 2020
1+ Version 2.2 - Nov 08 2020
22
33This 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
718Version 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+
3345Version 2.0 - April 19 2020
3446 Initial release.
You can’t perform that action at this time.
0 commit comments