tds_fdw 1.0.4 - Foreign Data Wrapper for MS SQL Server and Sybase - Mailing list pgsql-announce

From Geoff Montee
Subject tds_fdw 1.0.4 - Foreign Data Wrapper for MS SQL Server and Sybase
Date
Msg-id CAA7biFPDE0UMwe4NERFHw_onUZCkGGXCf2U00U1KdXTLsAsEVw@mail.gmail.com
Whole thread Raw
List 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


pgsql-announce by date:

Previous
From: "Denis Yanov"
Date:
Subject: New Delphi PostgreSQL data access components and dbExpress drivers
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - September 20 2015 ==