Skip to content

Releases: ossc-db/pg_bulkload

3.1.11

11 Nov 06:22
Compare
Choose a tag to compare

Release Notes

English

This is the latest maintenance release for pg_bulkload 3.1.

It is recommended that you use it with the latest PostgreSQL server (9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19).

Change Log

  • Fixed a bug in block number calculation in direct write mode. Due to this bug, pg_bulkload calculated wrong checksum in certain cases, especially, when a segment of the relation is about to get full.

Japanese

これは3.1系列の最新のリリースとなります。

このバージョンは、PostgreSQL 9.6をサポートしています。

各バージョンの最新のPostgreSQLバージョン(9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19)と合わせて利用することを推奨します。

変更点

  • ダイレクトロードを利用した場合、ブロック番号の計算にバグがありました。このバグのため、リレーションが複数ファイルにまたがる場合などに、checksumが不正な値となることがありました。

3.1.10

29 Sep 01:27
Compare
Choose a tag to compare

Release Notes

English

This is the latest maintenance release for pg_bulkload 3.1.

It adds support for PostgreSQL 9.6.

It is recommended that you use it with the latest PostgreSQL server (9.6.0, 9.5.4, 9.4.9, 9.3.14, 9.2.18).

Change Log

  • Added support for PostgreSQL 9.6

Japanese

これは3.1系列の最新のリリースとなります。

このバージョンは、PostgreSQL 9.6をサポートしています。

各バージョンの最新のPostgreSQLバージョン(9.6.0, 9.5.4, 9.4.9, 9.3.14, 9.2.18)と合わせて利用することを推奨します。

変更点

  • PostgreSQL 9.6をサポートしました

3.1.9

27 Jan 09:59
Compare
Choose a tag to compare

Release Notes

English

This is the latest maintenance release for pg_bulkload 3.1.

It adds support for PostgreSQL 9.5 and includes fix for possible unsafe behavior when used alongside other loadable modules.

It is recommended that you use it with the latest PostgreSQL server (9.5.0, 9.4.5, 9.3.10, 9.2.14).

Change Log

  • Added support for PostgreSQL 9.5
  • Added a robustness fix for possible unintentional behaviors caused by interactions with other dynamically loadable modules

Japanese

これは3.1系列の最新のリリースとなります。

このバージョンは、PostgreSQL 9.5をサポートしている他、他のPostgreSQLツールと併用した際に意図せず起こりうる不具合を修正しています。

各バージョンの最新のPostgreSQLバージョン(9.5.0, 9.4.5, 9.3.10, 9.2.14)と合わせて利用することを推奨します。

変更点

  • PostgreSQL 9.5をサポートしました
  • 動的にPostgreSQLにロードされる他のライブラリと競合することで発生しうる意図しない挙動を防ぐように修正しました

3.1.8

02 Jul 04:47
Compare
Choose a tag to compare

Release Note -- pg_bulkload 3.1.8 --

This is a recent maintenance release for pg_bulkload 3.1.

Previous version 3.1.7 makes trouble with PostgreSQL 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.
Please use this on newer PostgreSQL.

Change Log

  • PostgreSQL server can crash when load with CHECK_CONSTRAINTS = YES on PostgreSQL 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.
  • pg_bulkload causes assertion failures on 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.

これは3.1系列の最新のリリースとなります。
以前の3.1.7はPostgreSQL 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19に対して使用した場合に不具合が発生する場合がありました。

  • PostgreSQL 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19に対して、CHECK_CONSTRAINTS = YESにてロードした場合にPostgreSQLがクラッシュする可能性がありました。
  • Asertionを有効にしてビルドしたPostgreSQL 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19に対してロードを行った場合、Assertion Failureにてロードが失敗していました。