Skip to content

Releases: treasure-data/treasuredata_fdw

Update dependencies to fix openssl build errors

Choose a tag to compare

@robinbowes robinbowes released this 07 Oct 15:32
4474ab0

This release updates all cargo dependencies, primarily the openssl package to allow this to build on new distros.

1.2.13

Choose a tag to compare

@komamitsu komamitsu released this 24 Nov 13:40

Bugfix

  • Fails to evaluate an array in ANY/SOME expression when it includes an escaped double quote (#48)

1.2.12

Choose a tag to compare

@komamitsu komamitsu released this 24 Nov 13:45

Bugfix

  • Avoid passing non-Node value to make_foreignscan() as 'fdw_private' (#47)
    • With this change, CURSOR can be used with treasuredata_fdw

1.2.11

Choose a tag to compare

@komamitsu komamitsu released this 24 Nov 13:51

Bugfix

  • Fix warning on PostgreSQL 9.4 (#43)

Feature

  • Add a new option "query_download_dir" (#45)
    • This option is useful to avoid network errors (e.g. read timeout) when downloading a huge query result