Kouhei Sutou
null+****@clear*****
Wed Oct 28 23:20:57 JST 2015
Kouhei Sutou 2015-10-28 23:20:57 +0900 (Wed, 28 Oct 2015) New Revision: e1838d5bef951472ca71e77b4c89667a82b0e4ed https://github.com/pgroonga/pgroonga.github.io/commit/e1838d5bef951472ca71e77b4c89667a82b0e4ed Message: Update 1.0.0 entry Modified files: ja/news/index.md Modified: ja/news/index.md (+28 -0) =================================================================== --- ja/news/index.md 2015-10-28 23:20:46 +0900 (74a8d0d) +++ ja/news/index.md 2015-10-28 23:20:57 +0900 (cad04f0) @@ -5,6 +5,34 @@ layout: ja # おしらせ +{: #version-1-0-0} + +## 1.0.0: 2015-10-29 + +It's the first major release!!! + +You need to run `DROP EXTENSION pgroonga CASCADE`, upgrade PGroonga binary, run `CREATE EXTENSION pgroonga` and create indexes again to upgrade to 1.0.0 from older vreions. + +### 改良 + + * Propagated double initialization on failing to open database. [groonga-dev,03528] [Reported by Naoki Takami] + + * Supported index only scan. + + * Supported regular expression search by `@~`. [groonga-dev,03563] [Reported by Hiroaki Tachikawa] + + * [Windows] Bundled MeCab. + + * Made `LIKE` with index outputs `LIKE` with sequential scan compatible outputs. It's implemented by using recheck feature provided by PostgreSQL. It means that `LIKE` is slower than `%%` operator and `@@` operator. + + * Supported `ILIKE` with index. + +### 感謝 + + * Naoki Takami + + * Hiroaki Tachikawa + {: #version-0-9-0} ## 0.9.0: 2015-09-29 -------------- next part -------------- HTML����������������������������...Download