Navigation Menu

Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 15, 2015
1 parent fb5950b commit 823e804
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 13 deletions.
100 changes: 96 additions & 4 deletions _po/ja/news/index.po
@@ -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"
Expand All @@ -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 ""

Expand All @@ -38,9 +133,6 @@ msgid ""
"```"
msgstr ""

msgid "### Improvements"
msgstr ""

msgid ""
" * `pgroonga.score()`: Supported HOT update.\n"
" * Supported Ubuntu 15.04 Vivid Vervet.\n"
Expand Down
18 changes: 9 additions & 9 deletions ja/news/index.md
Expand Up @@ -15,15 +15,15 @@ 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.

## 0.8.0: 2015-09-01

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.
Expand All @@ -45,27 +45,27 @@ 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`.

## 0.6.0: 2015-05-29

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.

Expand All @@ -79,7 +79,7 @@ CREATE EXTENSION pgroonga;
-- Create your pgroonga indexes again.
```

### Improvements
### 改良

* `pgroonga.score()`: Supported HOT update.
* Supported Ubuntu 15.04 Vivid Vervet.
Expand All @@ -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.
Expand Down Expand Up @@ -132,7 +132,7 @@ CREATE EXTENSION pgroonga;
-- Create your pgroonga indexes again.
```

### Improvements
### 改良

* Supported encoding
* Supported customizing tokenizer and normalizer by `WITH` such as:
Expand Down

0 comments on commit 823e804

Please sign in to comment.