oracle_fdw 1.5.0 released

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема oracle_fdw 1.5.0 released
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B53877A48@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Reminder: Call for Papers - PGConf.ASIA 2016
Следующее
От: Elvis Pranskevichus
Дата:
Сообщение: asyncpg 0.5.3 Released