Kouhei Sutou
null+****@clear*****
Thu Oct 15 09:57:18 JST 2015
Kouhei Sutou 2015-10-15 09:57:18 +0900 (Thu, 15 Oct 2015) New Revision: 823e804a3293f7067ed85912094cf1bd96b087f0 https://github.com/pgroonga/pgroonga.github.io/commit/823e804a3293f7067ed85912094cf1bd96b087f0 Message: Update news Modified files: _po/ja/news/index.po ja/news/index.md Modified: _po/ja/news/index.po (+96 -4) =================================================================== --- _po/ja/news/index.po 2015-10-15 09:55:53 +0900 (42d52f9) +++ _po/ja/news/index.po 2015-10-15 09:57:18 +0900 (a3edc19) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-12 22:59+0900\n" +"PO-Revision-Date: 2015-10-15 09:56+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,6 +22,101 @@ msgstr "" msgid "# News" msgstr "# おしらせ" +msgid "## 0.9.0: 2015-09-29" +msgstr "" + +msgid "" +"You can update to 0.9.0 from 0.8.0 by override install and executing the follo" +"wing SQL:" +msgstr "" + +msgid "" +"```sql\n" +"ALTER EXTENSION pgroonga UPDATE;\n" +"```" +msgstr "" + +msgid "You don't need to re-create `pgroonga` indexes." +msgstr "" + +msgid "### Improvements" +msgstr "### 改良" + +msgid "" +" * Supported `jsonb`. You can use `@>` operator like GIN index for `jsonb`. `" +"@>` operator works like GIN index for `jsonb`. It's compatible. You can also u" +"se `@@` operator. It's PGroonga original operator. It's more flexible." +msgstr "" + +msgid "## 0.8.0: 2015-09-01" +msgstr "" + +msgid "" +"You can update to 0.8.0 from 0.7.0 by override install. You don't need to re-c" +"reate `pgroonga` indexes." +msgstr "" + +msgid "" +" * Reduced needless loop on `VACUUM`.\n" +" * Reduced temporary memory usage.\n" +" * `pgroonga.log_path`: Added a variable that changes path for Groonga log.\n" +" * incompatible: Changed the path for Groonga log to the database directory b" +"y default. You can change it by `pgroonga.log_path`.\n" +" * `pgroonga.log_type`: Added a variable that changes how to log.\n" +" * Supported `TRUNCATE`-ed table. [GitHub:#1] [Reported by Hiroki Nakamura]\n" +" * `pgroonga.snippet_html()`: Added a function that generates snippet HTML. [" +"groonga-dev,03398] [Reported by Hiroki Nakamura]\n" +" * Supported Ubuntu 14.04 LTS (Trusty Tahr). [Suggested by Yokoda Toshiaki]\n" +" * `pgroonga.lock_timeout`: Added a variable that changes the number of lock " +"retries. [groonga-dev,03419] [Suggested by Naoki Takami]" +msgstr "" + +msgid "### Thanks" +msgstr "" + +msgid "" +" * Hiroki Nakamura\n" +" * Yokoda Toshiaki\n" +" * Naoki Takami" +msgstr "" + +msgid "## 0.7.0: 2015-07-10" +msgstr "" + +msgid "" +"You can update to 0.6.0 from 0.5.0 by override install. You don't need to re-c" +"reate `pgroonga` indexes." +msgstr "" + +msgid "" +" * incompatible: Changed to use Groonga's default logger. Messages for PGroon" +"ga is logged to `pgroonga.log` in database directory instead of PostgreSQL's l" +"og path.\n" +" * `pgroonga.log_level`: Added a variable that changes log level." +msgstr "" + +msgid "### Fixes" +msgstr "### 修正" + +msgid "" +" * Fixed a bug that lexicon tables for dropped indexes aren't removed on `VAC" +"UUM`." +msgstr "" + +msgid "## 0.6.0: 2015-05-29" +msgstr "" + +msgid "" +" * `pgroonga.score()`: Supported HOT update on PostgreSQL 9.3.\n" +" * Supported log messages from Groonga.\n" +" * Stopped to try opening Groonga database when Groonga database path doesn't" +" exist.\n" +" * Supported Debian GNU/Linux Jessie." +msgstr "" + +msgid " * Fixed a bug that large block number in ctid is overflowed." +msgstr "" + msgid "## 0.5.0: 2015-04-29" msgstr "" @@ -38,9 +133,6 @@ msgid "" "```" msgstr "" -msgid "### Improvements" -msgstr "" - msgid "" " * `pgroonga.score()`: Supported HOT update.\n" " * Supported Ubuntu 15.04 Vivid Vervet.\n" Modified: ja/news/index.md (+9 -9) =================================================================== --- ja/news/index.md 2015-10-15 09:55:53 +0900 (80680ec) +++ ja/news/index.md 2015-10-15 09:57:18 +0900 (cf6c2aa) @@ -15,7 +15,7 @@ ALTER EXTENSION pgroonga UPDATE; You don't need to re-create `pgroonga` indexes. -### Improvements +### 改良 * Supported `jsonb`. You can use `@>` operator like GIN index for `jsonb`. `@>` operator works like GIN index for `jsonb`. It's compatible. You can also use `@@` operator. It's PGroonga original operator. It's more flexible. @@ -23,7 +23,7 @@ You don't need to re-create `pgroonga` indexes. You can update to 0.8.0 from 0.7.0 by override install. You don't need to re-create `pgroonga` indexes. -### Improvements +### 改良 * Reduced needless loop on `VACUUM`. * Reduced temporary memory usage. @@ -45,12 +45,12 @@ You can update to 0.8.0 from 0.7.0 by override install. You don't need to re-cre You can update to 0.6.0 from 0.5.0 by override install. You don't need to re-create `pgroonga` indexes. -### Improvements +### 改良 * incompatible: Changed to use Groonga's default logger. Messages for PGroonga is logged to `pgroonga.log` in database directory instead of PostgreSQL's log path. * `pgroonga.log_level`: Added a variable that changes log level. -### Fixes +### 修正 * Fixed a bug that lexicon tables for dropped indexes aren't removed on `VACUUM`. @@ -58,14 +58,14 @@ You can update to 0.6.0 from 0.5.0 by override install. You don't need to re-cre You can update to 0.6.0 from 0.5.0 by override install. You don't need to re-create `pgroonga` indexes. -### Improvements +### 改良 * `pgroonga.score()`: Supported HOT update on PostgreSQL 9.3. * Supported log messages from Groonga. * Stopped to try opening Groonga database when Groonga database path doesn't exist. * Supported Debian GNU/Linux Jessie. -### Fixes +### 修正 * Fixed a bug that large block number in ctid is overflowed. @@ -79,7 +79,7 @@ CREATE EXTENSION pgroonga; -- Create your pgroonga indexes again. ``` -### Improvements +### 改良 * `pgroonga.score()`: Supported HOT update. * Supported Ubuntu 15.04 Vivid Vervet. @@ -99,7 +99,7 @@ CREATE EXTENSION pgroonga; -- Create your pgroonga indexes again. ``` -### Improvements +### 改良 * Supported `column LIKE '%keyword'` as a short cut of `column @@ 'keyword'`. * Supported range search with multi-column index. @@ -132,7 +132,7 @@ CREATE EXTENSION pgroonga; -- Create your pgroonga indexes again. ``` -### Improvements +### 改良 * Supported encoding * Supported customizing tokenizer and normalizer by `WITH` such as: -------------- next part -------------- HTML����������������������������...Download