oracle_fdw 1.5.0 released - Mailing list pgsql-announce

From Albe Laurenz
Subject oracle_fdw 1.5.0 released
Date
Msg-id A737B7A37273E048B164557ADEF4A58B53877A48@ntex2010i.host.magwien.gv.at
Whole thread Raw
List pgsql-announce
I have just released version 1.5.0 of the Foreign Data Wrapper for Oracle.

There were a couple of enhancements:
- Pushdown of ORDER BY clauses wherever possible.
  This was sponsored by NTT OSS Center and implemented by Tatsuro Yamada.
  Thank you!
- New table options "sample_percent" and "prefetch" to address performance issues.
- Improved IN clause pushdown.

A number of bugs were fixed, most notably some with date and timestamp columns,
but also issues with primary keys in IMPORT FOREIGN SCHEMA and with triggers.

See the change log for details.

Project page: http://laurenz.github.io/oracle_fdw/

Source repository: https://github.com/laurenz/oracle_fdw

Enjoy!

Yours,
Laurenz Albe

pgsql-announce by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Reminder: Call for Papers - PGConf.ASIA 2016
Next
From: Elvis Pranskevichus
Date:
Subject: asyncpg 0.5.3 Released