Skip to content

Releases: ossc-db/dblink_plus

1.0.10

21 Jan 09:53
Compare
Choose a tag to compare

1.0.9

19 Jan 03:44
Compare
Choose a tag to compare

Following changes made from version 1.0.8 to version 1.0.9:

  • Support PG16

1.0.8

19 Jan 04:09
Compare
Choose a tag to compare

Following changes made from version 1.0.7 to version 1.0.8:

  • Support PG15

1.0.7

14 Jan 07:53
5d3ec4c
Compare
Choose a tag to compare

Following changes made from version 1.0.6 to version 1.0.7:

  • Support PG14

1.0.6

28 Jan 04:26
d46a30a
Compare
Choose a tag to compare

Following changes made from version 1.0.5 to version 1.0.6:

  • Support PG13
  • Change list_delete_cell to foreach_delete_current for PG13
  • Fix SPEC for bitcode

1.0.5

23 Jan 00:19
53bafad
Compare
Choose a tag to compare

Following changes made from version 1.0.4 to version 1.0.5:

  • Support PG12
  • Replaced TopMemoryContext with TopTransactionContext

1.0.4

23 Jan 05:46
Compare
Choose a tag to compare

Following changes made from version 1.0.3 to version 1.0.4:

  • Fix search_path

1.0.3

21 Jan 03:28
Compare
Choose a tag to compare

Following changes made from version 1.0.2 to version 1.0.3:

  • Fix for CVE-2018-1058
  • Replace CurTransactionContext with TopMemoryContext for inquiry #121496
  • Support PG11

1.0.2

29 Sep 07:36
Compare
Choose a tag to compare

Release notes

Following changes made from version 1.0.1 to version 1.0.2:

  • Enable to configure use_xa as GUC parameter in postgresql.conf
  • Add 'use_xa' column in dblink.connections view.
  • Enable create extension feature for dblink_plus.
  • Add documentations for installation and regression tests.
  • Add regression tests about use_xa in replication slave server.
  • Fix some error in nested expression usage in dblink.call().

1.0.2での変更点は以下の通りです。

  • リモートDBへの接続を指定せずにdblink_plusの各APIを実行した際、2相コミットを用いたトランザクション管理を行うかどうかを指定するパラメータuse_xaの値をpostgresql.confにて設定できるようにしました。
  • dblink.connectionsビューにて、各接続のuse_xa値を参照できるようにしました。
  • dblink_plusをCREATE EXTENSIONを用いてインストールできるようにしました。
  • dblink_plusをリモートのPostgreSQLやOracle DBに対して設定する手順の具体例を記述したドキュメンINSTALL.dblink_plusを追加しました。
  • dblink.call()にて、dblink.call(ceil(99.1))のように関数を含めた引数を与えた場合に動作が失敗する不具合がありました。