Skip to content

firebird_fdw 1.4.0

Latest
Compare
Choose a tag to compare
@ibarwick ibarwick released this 11 May 06:42
· 5 commits to master since this release

firebird_fdw is now available as version 1.4.0.

This version provides compatibility with the upcoming PostgreSQL 17 release, as well as the following new features:

  • Basic support for UUID datatype
  • Proper support for Firebird TIME/TIMESTAMP datatypes
  • Support for Firebird TIME WITH TIME ZONE / TIMESTAMP WITH TIME ZONE datatypes
  • Support for importing Firebird INT128 datatype

In addition, following bugfixes are included:

  • Import Firebird FLOAT as PostgreSQL REAL
  • Fix generated columns support

This release requires Firebird API wrapper libfq version 0.6.0 or later.

firebird_fdw 1.4.0 is compatible with PostgreSQL versions 9.5 ~ 17.