Skip to content

v1.1-20150910

Compare
Choose a tag to compare
@MasaoFujii MasaoFujii released this 10 Apr 15:24
· 115 commits to master since this release

Release Notes

English

  • Add the information about the available text search operators into the comparison table of pg_trgm and pg_bigm in the document (Fujii Masao)
  • Make pg_gin_pending_stats function check whether the given relation is a GIN index (Fujii Masao)
  • Add the limitations section into the document (Beena Emerson, Masahiko Sawada)
  • Increase the maximum size of the column indexed by pg_bigm GIN index from 43MB to 102MB (Beena Emerson)
  • Document that pg_bigm 1.1 was confirmed to work with PostgreSQL 9.4 (Fujii Masao)
  • Fix possible overflow in calculations of memory allocation request sizes (Fujii Masao)

日本語

  • 利用可能なテキスト検索演算子に関する情報を、ドキュメント内にあるpg_trgmとpg_bigmの比較表に追加しました。(Fujii Masao)
  • 引数で指定されたリレーションがGINインデックスかどうか、pg_gin_pending_stats関数に確認させるようにしました。(Fujii Masao)
  • 制約に関する章をドキュメントに追加しました。(Beena Emerson, Masahiko Sawada)
  • pg_bigmの全文検索インデックスを作成可能なカラムの最大サイズを43MBから102MBに増やしました。(Beena Emerson)
  • pg_bigm 1.1がPostgreSQL 9.4に対応していることをドキュメントに記載しました。(Fujii Masao)
  • 確保するメモリのサイズを計算する際のバッファオーバフローの可能性を修正しました。(Fujii Masao)