Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenz committed Sep 24, 2020
1 parent 9d7b5c3 commit 71b4325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version 2.3.0
Version 2.3.0, released 2020-09-24
Note: When upgrading from an older version of oracle_fdw, make sure to run
ALTER EXTENSION oracle_fdw UPDATE;
after installing the extension.

Enhancements:
- Support PostgreSQL v13. Support for 9.2 and 9.1 is dropped.
- Add a function "oracle_execute" to execute arbitrary SQL statements on
Oracle. The statements must not return a result (e.g. DDL statements).
- Add an option "dblink" for Oracle database links.
Expand All @@ -16,7 +17,7 @@ Version 2.3.0
"prefetch". These set the corresponding options on imported tables.
Suggested by "ferfebles".
- Add support for isolation levels other than SERIALIZABLE.
This is mostly because Oracle's implementation of SERIALIZABLE is si buggy.
This is mostly because Oracle's implementation of SERIALIZABLE is so buggy.
Patch by Jet C.X. Zhang.

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion oracle_fdw.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <sys/types.h>

/* oracle_fdw version */
#define ORACLE_FDW_VERSION "2.3.0devel"
#define ORACLE_FDW_VERSION "2.3.0"

#ifdef OCI_ORACLE
/*
Expand Down

0 comments on commit 71b4325

Please sign in to comment.