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)
- 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)
- 確保するメモリのサイズを計算する際のバッファオーバフローの可能性を修正しました。(Fujii Masao)