Kouhei Sutou
null+****@clear*****
Tue Oct 10 16:39:13 JST 2017
Kouhei Sutou 2017-10-10 16:39:13 +0900 (Tue, 10 Oct 2017) New Revision: 340c48cd196593a09a30c63086b0961fcd8a39b0 https://github.com/pgroonga/pgroonga.github.io/commit/340c48cd196593a09a30c63086b0961fcd8a39b0 Message: Add 2.0.2 entry Modified files: _po/ja/news/index.po ja/news/index.md news/index.md Modified: _po/ja/news/index.po (+59 -11) =================================================================== --- _po/ja/news/index.po 2017-10-05 10:49:55 +0900 (011d021) +++ _po/ja/news/index.po 2017-10-10 16:39:13 +0900 (11e195e) @@ -20,12 +20,65 @@ msgstr "" msgid "# News" msgstr "# おしらせ" -msgid "## 2.0.1: 2017-08-17 {#version-2-0-1}" +msgid "## 2.0.2: 2017-10-10 {#version-2-0-2}" +msgstr "" + +msgid "### Improvements" +msgstr "### 改良" + +msgid " * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7." +msgstr "" + +msgid "" +" * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support.\n" +" [GitHub#53][Reported by tedypranolo]" +msgstr "" + +msgid "" +" * [[`pgroonga_query_expand` function][query-expand]] Added `text`\n" +" type for synonym column." +msgstr "" + +msgid "" +" * Improved index search estimation with `IMMUTABLE` or `STABLE`\n" +" function call." +msgstr "" + +msgid " * Added missing empty array check for the following functions:" +msgstr "" + +msgid " * [[`pgroonga_snippet_html` function][snippet-html]]" +msgstr "" + +msgid " * [[`pgroonga_highlight_html` function][highlight-html]]" +msgstr "" + +msgid " * [[`pgroonga_command` function][command]]" +msgstr "" + +msgid " * Added PostgreSQL 10 packages." msgstr "" msgid "### Fixes" msgstr "### 修正" +msgid " * Fixed build error on Windows." +msgstr "" + +msgid "" +" * Fixed a bug that creating index may be removed by `VACUUM`\n" +" including `AUTO VACUUM`." +msgstr "" + +msgid "### Thanks" +msgstr "### 感謝" + +msgid " * tedypranolo" +msgstr "" + +msgid "## 2.0.1: 2017-08-17 {#version-2-0-1}" +msgstr "" + msgid " * Fixed upgrading failure on PostgreSQL 9.5 or earlier." msgstr "" @@ -37,9 +90,6 @@ msgid "" "mpatible with 1.X!" msgstr "" -msgid "### Improvements" -msgstr "### 改良" - msgid " * [[Windows][windows]] Upgraded bundled Groonga to 7.0.5." msgstr "" @@ -67,12 +117,6 @@ msgstr "" msgid " * Fixed upgrade failure from 1.2.0 on PostgreSQL 9.6 or later." msgstr "" -msgid "### Thanks" -msgstr "### 感謝" - -msgid " * tedypranolo" -msgstr "" - msgid "## 1.2.3: 2017-07-03 {#version-1-2-3}" msgstr "" @@ -1132,7 +1176,11 @@ msgid "" "[regular-expression-v2]:../reference/operators/regular-expression-v2.html" msgstr "" -msgid "[query-expand]:../reference/functions/pgroonga-query-expand.html" +msgid "" +"[query-expand]:../reference/functions/pgroonga-query-expand.html\n" +"[snippet-html]:../reference/functions/pgroonga-snippet-html.html\n" +"[highlight-html]:../reference/functions/pgroonga-highlight-html.html\n" +"[command]:../reference/functions/pgroonga-command.html" msgstr "" msgid "" Modified: ja/news/index.md (+39 -0) =================================================================== --- ja/news/index.md 2017-10-05 10:49:55 +0900 (09efb30) +++ ja/news/index.md 2017-10-10 16:39:13 +0900 (c5d5523) @@ -4,6 +4,42 @@ title: おしらせ # おしらせ +## 2.0.2: 2017-10-10 {#version-2-0-2} + +### 改良 + + * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7. + + * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support. + [GitHub#53][Reported by tedypranolo] + + * [[`pgroonga_query_expand` function][query-expand]] Added `text` + type for synonym column. + + * Improved index search estimation with `IMMUTABLE` or `STABLE` + function call. + + * Added missing empty array check for the following functions: + + * [[`pgroonga_snippet_html` function][snippet-html]] + + * [[`pgroonga_highlight_html` function][highlight-html]] + + * [[`pgroonga_command` function][command]] + + * Added PostgreSQL 10 packages. + +### 修正 + + * Fixed build error on Windows. + + * Fixed a bug that creating index may be removed by `VACUUM` + including `AUTO VACUUM`. + +### 感謝 + + * tedypranolo + ## 2.0.1: 2017-08-17 {#version-2-0-1} ### 修正 @@ -761,5 +797,8 @@ The first release!!! [regular-expression-v2]:../reference/operators/regular-expression-v2.html [query-expand]:../reference/functions/pgroonga-query-expand.html +[snippet-html]:../reference/functions/pgroonga-snippet-html.html +[highlight-html]:../reference/functions/pgroonga-highlight-html.html +[command]:../reference/functions/pgroonga-command.html [match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html Modified: news/index.md (+39 -0) =================================================================== --- news/index.md 2017-10-05 10:49:55 +0900 (36bfaf5) +++ news/index.md 2017-10-10 16:39:13 +0900 (2605084) @@ -4,6 +4,42 @@ title: News # News +## 2.0.2: 2017-10-10 {#version-2-0-2} + +### Improvements + + * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7. + + * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support. + [GitHub#53][Reported by tedypranolo] + + * [[`pgroonga_query_expand` function][query-expand]] Added `text` + type for synonym column. + + * Improved index search estimation with `IMMUTABLE` or `STABLE` + function call. + + * Added missing empty array check for the following functions: + + * [[`pgroonga_snippet_html` function][snippet-html]] + + * [[`pgroonga_highlight_html` function][highlight-html]] + + * [[`pgroonga_command` function][command]] + + * Added PostgreSQL 10 packages. + +### Fixes + + * Fixed build error on Windows. + + * Fixed a bug that creating index may be removed by `VACUUM` + including `AUTO VACUUM`. + +### Thanks + + * tedypranolo + ## 2.0.1: 2017-08-17 {#version-2-0-1} ### Fixes @@ -761,5 +797,8 @@ The first release!!! [regular-expression-v2]:../reference/operators/regular-expression-v2.html [query-expand]:../reference/functions/pgroonga-query-expand.html +[snippet-html]:../reference/functions/pgroonga-snippet-html.html +[highlight-html]:../reference/functions/pgroonga-highlight-html.html +[command]:../reference/functions/pgroonga-command.html [match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171010/10daac3b/attachment-0001.htm