ORACLE_FDW_2_0_0
版本发布时间: 2017-09-15 17:05:30
laurenz/oracle_fdw最新发布版本:ORACLE_FDW_2_6_0(2023-09-09 01:29:40)
Incompatible changes:
-
Remove the deprecated option
plan_costs
, since it is not very useful and is a maintenance burden. After an upgrade, tables with this option set should be updated with:ALTER FOREIGN TABLE ... OPTIONS (DROP plan_costs);
Enhancements:
- Push down 2-way inner joins in
SELECT
statements if all conditions can be pushed down. Patch by Tatsuro Yamada (@yamatattsu), courtesy of NTT OSS Center.
Bugfixes:
-
oracle_fdw crashed on Windows if queries use a
NULL
parameter or an empty subselect. Report by PAscal Lemoy (@legrandlegrand). -
Reading
srid.map
sometimes caused errors even if everything was alright. Report by Paul Dziemiela (@pauldzy), analysis by Christian Ullrich (@chrullrich). -
Don't push down expressions with
CLOB
column references. Because of Oracle's inability to useCLOB
in SQL expressions, this could lead to errors likeORA-00932: inconsistent datatypes: expected - got CLOB
-
Fix bug in
pg_terminate_backend
handling.pg_terminate_backend
(orSIGTERM
) was not handled correctly, since neither was the Oracle query canceled nor did the backend terminate. Reported by Dmitry Chirkin (@josser).
1、 oracle_fdw-2.0.0-pg10-win32.zip 246.62KB
2、 oracle_fdw-2.0.0-pg10-win64.zip 255.77KB
3、 oracle_fdw-2.0.0-pg91-win32.zip 187.65KB
4、 oracle_fdw-2.0.0-pg91-win64.zip 195.17KB
5、 oracle_fdw-2.0.0-pg92-win32.zip 233.67KB
6、 oracle_fdw-2.0.0-pg92-win64.zip 203.37KB
7、 oracle_fdw-2.0.0-pg93-win32.zip 247.95KB
8、 oracle_fdw-2.0.0-pg93-win64.zip 214.49KB
9、 oracle_fdw-2.0.0-pg94-win32.zip 241.43KB
10、 oracle_fdw-2.0.0-pg94-win64.zip 255.38KB
11、 oracle_fdw-2.0.0-pg95-win32.zip 249.33KB
12、 oracle_fdw-2.0.0-pg95-win64.zip 261.51KB
13、 oracle_fdw-2.0.0-pg96-win32.zip 268.8KB
14、 oracle_fdw-2.0.0-pg96-win64.zip 263.89KB