Kouhei Sutou
null+****@clear*****
Tue Dec 29 17:04:57 JST 2015
Kouhei Sutou 2015-12-29 17:04:57 +0900 (Tue, 29 Dec 2015) New Revision: e08e6f00a1f206d33f96b4f5f74c049a078554de https://github.com/groonga/groonga.org/commit/e08e6f00a1f206d33f96b4f5f74c049a078554de Message: PGroonga 1.0.1 has been released!!! Added files: en/_posts/2015-12-29-pgroonga-1.0.1.md Modified files: en/_posts/2015-10-29-pgroonga-1.0.0.md ja/_posts/2015-12-29-pgroonga-1.0.1.md Modified: en/_posts/2015-10-29-pgroonga-1.0.0.md (+1 -1) =================================================================== --- en/_posts/2015-10-29-pgroonga-1.0.0.md 2015-12-29 16:49:26 +0900 (a5775ef) +++ en/_posts/2015-10-29-pgroonga-1.0.0.md 2015-12-29 17:04:57 +0900 (2f62425) @@ -6,7 +6,7 @@ description: PGroonga 1.0.0 has been released! ## PGroonga 1.0.0 has been released -PGroonga (píːzí:lúnɡά) 1.0.0 has been released! It's the first major release! +[PGroonga](http://pgroonga.github.io/) (píːzí:lúnɡά) 1.0.0 has been released! It's the first major release! ### About PGroonga Added: en/_posts/2015-12-29-pgroonga-1.0.1.md (+29 -0) 100644 =================================================================== --- /dev/null +++ en/_posts/2015-12-29-pgroonga-1.0.1.md 2015-12-29 17:04:57 +0900 (ea47987) @@ -0,0 +1,29 @@ +--- +layout: post.en +title: PGroonga 1.0.1 has been released +description: PGroonga 1.0.1 has been released! +--- + +## PGroonga 1.0.1 has been released + +[PGroonga](http://pgroonga.github.io/) (píːzí:lúnɡά) 1.0.1 has been released! + +See [PGroonga 1.0.0 release announce]({% post_url 2015-10-29-pgroonga-1.0.0 %}) about PGroonga. + +## Changes + +Here are changes since 1.0.0: + + * Supported `'none'` as a none value for tokenizer and normalizer. (e.g.: `tokenizer='none'`) If you specify a none value to tokenizer and/or normalizer, you can disable tokenizer and/or normalizer. See also: [`CREATE INDEX USING pgroonga`](http://pgroonga.github.io/reference/create-index-using-pgroonga.html) + * Supported [`CREATE DATABASE TABLESPACE`](https://www.postgresql.org/docs/9.4/static/sql-createdatabase.html). You can change directory used for saving related files per database. + * Fixed a bug that sequential scan doesn't work for regular expression search. + +## How to upgrade + +This version is compatible with 1.0.0. Upgrade by steps in ["Compatible case" in Upgrade document](http://pgroonga.github.io/upgrade/#compatible-case). + +## Conclusion + +New PGroonga version has been released. + +Try PGroonga when you want to perform fast full text search against all languages on PostgreSQL! Modified: ja/_posts/2015-12-29-pgroonga-1.0.1.md (+1 -1) =================================================================== --- ja/_posts/2015-12-29-pgroonga-1.0.1.md 2015-12-29 16:49:26 +0900 (27fe4db) +++ ja/_posts/2015-12-29-pgroonga-1.0.1.md 2015-12-29 17:04:57 +0900 (eeb8a0a) @@ -10,7 +10,7 @@ description: PGroonga(ぴーじーるんが) 1.0.1をリリースしまし PostgreSQLからGroongaを使えるようにする[PGroonga](http://pgroonga.github.io/ja/)の1.0.1をリリースしました! -PGroongaについては[PGroonga 1.0.0のリリースアナウンス]({% post_url 2015-10-29-pgroonga-1.0.0 %})を参照してください。 +PGroongaについては[PGroonga 1.0.0のリリースアナウンス]({% post_url /ja/2015-10-29-pgroonga-1.0.0 %})を参照してください。 ## 変更点 -------------- next part -------------- HTML����������������������������... Download