tds_fdw 1.0.4 - Foreign Data Wrapper for MS SQL Server and Sybase

From: Geoff Montee <geoff(dot)montee(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: tds_fdw 1.0.4 - Foreign Data Wrapper for MS SQL Server and Sybase
Date: 2015-09-20 21:26:33
Message-ID: CAA7biFPDE0UMwe4NERFHw_onUZCkGGXCf2U00U1KdXTLsAsEVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi all,

Today, I am releasing version 1.0.4 of tds_fdw, a TDS foreign data
wrapper. It can be used to connect to Microsoft SQL Server and Sybase
databases. This should work on PostgreSQL 9.1+.

New in this version:

* Added support for PostgreSQL 9.5. See issue #33. Thanks to GitHub
user @mc-soi for this patch!

https://github.com/GeoffMontee/tds_fdw/issues/33

* Fixed several memory leaks. See issue #29.

https://github.com/GeoffMontee/tds_fdw/issues/29

* Implemented a special conversion for the DATETIME type, so that it
can be converted into PostgreSQL's timestamp type without tinkering
with the system's locale settings. See issues #28, #21, and #13.

https://github.com/GeoffMontee/tds_fdw/issues/28

https://github.com/GeoffMontee/tds_fdw/issues/21

https://github.com/GeoffMontee/tds_fdw/issues/13

* Added some variables that provide a way to write tds_fdw memory
usage to the PostgreSQL error log for diagnostic purposes. These
variables are called tds_fdw.show_before_row_memory_stats,
tds_fdw.show_after_row_memory_stats,
tds_fdw.show_finished_memory_stats.

This version does not support write operations, where push-downs,
column push-downs, or join push-downs.

https://github.com/GeoffMontee/tds_fdw

https://github.com/GeoffMontee/tds_fdw/archive/v1.0.4.zip

https://github.com/GeoffMontee/tds_fdw/archive/v1.0.4.tar.gz

http://pgxn.org/dist/tds_fdw/

Thanks,

Geoff Montee

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2015-09-20 23:55:48 == PostgreSQL Weekly News - September 20 2015 ==
Previous Message Nicolas Thauvin 2015-09-18 08:32:47 pg_back 1.2 released