[Groonga-commit] pgroonga/pgroonga.github.io at a81ce03 [master] Update 1.0.0 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 28 23:20:46 JST 2015


Kouhei Sutou	2015-10-28 23:20:46 +0900 (Wed, 28 Oct 2015)

  New Revision: a81ce0390fa2c5fea9de4a8f6de24070179514ff
  https://github.com/pgroonga/pgroonga.github.io/commit/a81ce0390fa2c5fea9de4a8f6de24070179514ff

  Message:
    Update 1.0.0 entry

  Modified files:
    _po/ja/news/index.po
    news/index.md

  Modified: _po/ja/news/index.po (+52 -6)
===================================================================
--- _po/ja/news/index.po    2015-10-26 23:49:25 +0900 (5b281b8)
+++ _po/ja/news/index.po    2015-10-28 23:20:46 +0900 (5944fd6)
@@ -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 ""
 
@@ -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"
@@ -74,9 +123,6 @@ msgid ""
 "retries. [groonga-dev,03419] [Suggested by Naoki Takami]"
 msgstr ""
 
-msgid "### Thanks"
-msgstr "### 感謝"
-
 msgid ""
 "  * Hiroki Nakamura\n"
 "  * Yokoda Toshiaki\n"

  Modified: news/index.md (+5 -7)
===================================================================
--- news/index.md    2015-10-26 23:49:25 +0900 (2da355e)
+++ news/index.md    2015-10-28 23:20:46 +0900 (cc8bf2d)
@@ -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
 
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index