Skip to content

Releases: tds-fdw/tds_fdw

tds_fdw-2.0.5

Choose a tag to compare

@GeoffMontee GeoffMontee released this 18 Sep 01:38
5830577

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

tds_fdw-2.0.4

Choose a tag to compare

@GeoffMontee GeoffMontee released this 16 Sep 22:04
5fd7d42

Today, we are releasing version 2.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.2+, but it is tested on PostgreSQL 12+.

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

tds_fdw-2.0.3

Choose a tag to compare

@GeoffMontee GeoffMontee released this 22 Oct 00:02
c9d0cc2

Today, we are releasing version 2.0.3 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.2+, but it is tested on PostgreSQL 9.6+.

New in this version:

  • Qualify Sybase tables syscolumns, etc. with owner dbo. See GitHub pull request #267.
  • Extend IMPORT FOREIGN SCHEMA for Sybase to Views. See GitHub pull request #266.
  • Remove bad pfree of query string. See GitHub pull request #281.
  • EXPLAIN (VERBOSE) shows remote query. See GitHub pull request #282.
  • Fix tdsReScanForeignScan to actually work. See GitHub pull request #283.
  • Add tests for EXPLAIN (VERBOSE). See GitHub pull request #285.
  • Make the test scripts compatible with Python 3. See GitHub pull request #286.
  • Do not pass dummy relabeling to foreign server. See GitHub pull request #290.
  • Fix fetching blob fields larger then 4096 bytes. See GitHub pull request #294.
  • debug: include the name in column inner loop. See GitHub pull request #295.
  • Add a validator for the JSON files for tests. See GitHub pull request #300.
  • Support PostgreSQL 15. See GitHub pull request #315.

tds_fdw-2.0.2

Choose a tag to compare

@GeoffMontee GeoffMontee released this 26 Sep 22:09

Today, we are releasing version 2.0.2 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.2+.

New in this version:

  • Extended IMPORT FOREIGN SCHEMA to support views. See GitHub pull request #248.

  • Fixed improper condition pushdowns. See GitHub issue #253.

  • Added support for PostgreSQL 13. See GitHub pull request #261.

tds_fdw-2.0.1

Choose a tag to compare

@GeoffMontee GeoffMontee released this 03 Dec 02:49

Today, we are releasing version 2.0.1 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.2+.

New in this version:

  • Improved CentOS installation instructions. See GitHub pull request #194.
  • Improved Mac OS X installation instructions. See GitHub pull request #199.
  • Changed supported Ubuntu version. See GitHub pull request #206.
  • Improved openSUSE installation instructions. See GitHub pull request #208.
  • Added support for PostgreSQL 12. See GitHub pull requests #213 and #216.
  • Added some testing-related functionality. See GitHub pull request #214.
  • Fixed syntax error caused by running IMPORT FOREIGN SCHEMA when the remote schema contained no tables. See GitHub pull request #222.
  • Improved Debian installation instructions. See GitHub pull request #231.
  • Improved general installation instructions. See GitHub pull request #232.

tds_fdw-2.0.0-alpha.3

tds_fdw-2.0.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@GeoffMontee GeoffMontee released this 17 Jan 20:52

Today, we are releasing version 2.0.0-alpha.3 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.2+.

This is a pre-release version, so it may not be stable enough to be used in production.

New in this version:

  • Adapt to core API changes in PostgreSQL 11. See GitHub pull request #169.
  • Fixed a problem with LIKE. See GitHub issue #118.
  • Import SQL Server uniqueidentifier data type as PostgreSQL uuid data type. See GitHub pull request #159.
  • Allow a comma-separated list for "servername" server option. See GitHub pull request #172.
  • Clear error message properly. See GitHub pull request #173.
  • Properly initialize a variable in options.c. See GitHub pull request #190 .

tds_fdw-2.0.0-alpha.2

tds_fdw-2.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@juliogonzalez juliogonzalez released this 27 Dec 22:28
800b7ab

Today, I am releasing version 2.0.0-alpha.2 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.2+.

This is a pre-release version, so it may not be stable enough to be used in production.

New in this version:

  • Fix problem accessing INFORMATION_SCHEMA views on case sensitive databases

tds_fdw-1.0.8

Choose a tag to compare

@GeoffMontee GeoffMontee released this 25 Oct 20:35

WARNING: This version does NOT work with PostgreSQL >= 11. For such version use the latest released version of 2.0.0, even if it is still Alpha.

Today, I am releasing version 1.0.8 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.6. See issue #101.
  • Added support for tds_version 7.4 when compiled with a version of FreeTDS that supports that version. See issue #100.

tds_fdw-2.0.0-alpha.1

tds_fdw-2.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@GeoffMontee GeoffMontee released this 17 Apr 17:20

tds_fdw-2.0.0-alpha.1

Today, I am releasing version 2.0.0-alpha.1 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.2+.

This is a pre-release version, so it may not be stable enough to be used in production.

New in this version:

  • Removed support for PostgreSQL 9.1.
  • Added support for WHERE and column pushdowns. See issue #20.
  • Fixed a bug that could cause a crash if the remote table and local table had different definitions. See issue #51.
  • Added the following foreign server options: fdw_startup_cost, and fdw_tuple_cost.
  • Added the following foreign table options: schema_name, table_name, match_column_names, use_remote_estimate, and local_tuple_estimate.
  • Added the column_name column option.

tds_fdw-1.0.7

Choose a tag to compare

@GeoffMontee GeoffMontee released this 06 Jan 22:07

tds_fdw-1.0.7

Today, I am releasing version 1.0.7 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 #49.
  • Fixed a bug that made compilation fail on PostgreSQL 9.2. See issue #43.