Releases: ossc-db/dblink_plus
Releases · ossc-db/dblink_plus
1.0.10
1.0.9
Following changes made from version 1.0.8 to version 1.0.9:
- Support PG16
1.0.8
Following changes made from version 1.0.7 to version 1.0.8:
- Support PG15
1.0.7
Following changes made from version 1.0.6 to version 1.0.7:
- Support PG14
1.0.6
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
Following changes made from version 1.0.4 to version 1.0.5:
- Support PG12
- Replaced TopMemoryContext with TopTransactionContext
1.0.4
Following changes made from version 1.0.3 to version 1.0.4:
- Fix search_path
1.0.3
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
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))のように関数を含めた引数を与えた場合に動作が失敗する不具合がありました。