Kouhei Sutou
null+****@clear*****
Tue Feb 9 16:59:58 JST 2016
Kouhei Sutou 2016-02-09 16:59:58 +0900 (Tue, 09 Feb 2016) New Revision: b4149f5ffdf1ff07cb7d482f328c6bfa5fd09703 https://github.com/pgroonga/pgroonga.github.io/commit/b4149f5ffdf1ff07cb7d482f328c6bfa5fd09703 Message: PGroonga 1.0.2 has been released!!! Modified files: _config.yml news/index.md Modified: _config.yml (+5 -5) =================================================================== --- _config.yml 2016-02-04 23:25:17 +0900 (a004f24) +++ _config.yml 2016-02-09 16:59:58 +0900 (ca4ec7c) @@ -1,12 +1,12 @@ title: PGroonga markdown: kramdown highlighter: rouge -pgroonga_version: 1.0.1 -pgroonga_release_date: 2015-12-29 +pgroonga_version: 1.0.2 +pgroonga_release_date: 2016-02-09 copyright_year: 2015-2016 -postgresql_short_version: 9.4 -windows_postgresql_version: 9.4.5-1 -windows_postgresql_short_version: 9.4 +postgresql_short_version: 9.5 +windows_postgresql_version: 9.5.0-1 +windows_postgresql_short_version: 9.5 exclude: ["Rakefile", "Gemfile", "Gemfile.lock"] description: en: Make PostgreSQL fast full text search platform for all languages! Modified: news/index.md (+40 -0) =================================================================== --- news/index.md 2016-02-04 23:25:17 +0900 (deb798d) +++ news/index.md 2016-02-09 16:59:58 +0900 (33a9a1c) @@ -5,6 +5,46 @@ layout: en # News +## 1.0.2: 2016-02-09 {#version-1-0-2} + +### Improvements + + * Required Groonga 5.1.2 or later. + + * [Windows] Upgraded base PostgreSQL to 9.5.0 from 9.4.5. + + * [Windows] Enabled mruby. + + * [RPM] Supported PostgreSQL 9.5. + + * [`jsonb`] Supported sequential scan. + + * Added `pgroonga.text_full_text_search_ops_v2` operator class. It's an experimental operator class. It may break backward compatibility but includes new features. + + Here are supported operators: + + * `LIKE` + + * `ILIKE` + + * `&@`: It's equal to `%%` in `pgroonga.text_full_text_search`. + + * `&?`: It's equal to `@@` in `pgroonga.text_full_text_search`. + + * `&@>`: It returns true when one of the right hand side texts returns true by `&@`. + + * `&?>`: It returns true when one of the right hand side texts returns true by `&?`. + + * Support composite primary key. + +### Fixes + + * Fixed a bug that valid tables and columns are removed by `VACUUM` or `ANALYZE`. It's caused after you use `REINDEX`. [groonga-dev,03850] [Reported by Naoki Takami] + +### Thanks + + * Naoki Takami + ## 1.0.1: 2015-12-29 {#version-1-0-1} ### Improvements -------------- next part -------------- HTML����������������������������...Download