Navigation Menu

Skip to content

Commit

Permalink
Update 1.0.0 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2015
1 parent e6af180 commit a81ce03
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 13 deletions.
58 changes: 52 additions & 6 deletions _po/ja/news/index.po
Expand Up @@ -22,6 +22,58 @@ msgstr ""
msgid "# News"
msgstr "# おしらせ"

msgid "{: #version-1-0-0}"
msgstr ""

msgid "## 1.0.0: 2015-10-29"
msgstr ""

msgid "It's the first major release!!!"
msgstr ""

msgid ""
"You need to run `DROP EXTENSION pgroonga CASCADE`, upgrade PGroonga binary, ru"
"n `CREATE EXTENSION pgroonga` and create indexes again to upgrade to 1.0.0 fro"
"m older vreions."
msgstr ""

msgid "### Improvements"
msgstr "### 改良"

msgid ""
" * Propagated double initialization on failing to open database. [groonga-dev"
",03528] [Reported by Naoki Takami]"
msgstr ""

msgid " * Supported index only scan."
msgstr ""

msgid ""
" * Supported regular expression search by `@~`. [groonga-dev,03563] [Reported"
" by Hiroaki Tachikawa]"
msgstr ""

msgid " * [Windows] Bundled MeCab."
msgstr ""

msgid ""
" * Made `LIKE` with index outputs `LIKE` with sequential scan compatible outp"
"uts. It's implemented by using recheck feature provided by PostgreSQL. It mean"
"s that `LIKE` is slower than `%%` operator and `@@` operator."
msgstr ""

msgid " * Supported `ILIKE` with index."
msgstr ""

msgid "### Thanks"
msgstr "### 感謝"

msgid " * Naoki Takami"
msgstr ""

msgid " * Hiroaki Tachikawa"
msgstr ""

msgid "{: #version-0-9-0}"
msgstr ""

Expand All @@ -42,9 +94,6 @@ 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"
Expand Down Expand Up @@ -74,9 +123,6 @@ msgid ""
"retries. [groonga-dev,03419] [Suggested by Naoki Takami]"
msgstr ""

msgid "### Thanks"
msgstr "### 感謝"

msgid ""
" * Hiroki Nakamura\n"
" * Yokoda Toshiaki\n"
Expand Down
12 changes: 5 additions & 7 deletions news/index.md
Expand Up @@ -11,13 +11,7 @@ layout: en

It's the first major release!!!

You can update to 1.0.0 from 0.9.0 by override install and executing the following SQL:

```sql
ALTER EXTENSION pgroonga UPDATE;
```

You don't need to re-create `pgroonga` indexes.
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.

### Improvements

Expand All @@ -29,6 +23,10 @@ You don't need to re-create `pgroonga` indexes.

* [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.

### Thanks

* Naoki Takami
Expand Down

0 comments on commit a81ce03

Please sign in to comment.