Navigation Menu

Skip to content

Commit

Permalink
Add 2.0.2 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2017
1 parent bb6c92b commit 340c48c
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 11 deletions.
70 changes: 59 additions & 11 deletions _po/ja/news/index.po
Expand Up @@ -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 ""

Expand All @@ -37,9 +90,6 @@ msgid ""
"mpatible with 1.X!"
msgstr ""

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

msgid " * [[Windows][windows]] Upgraded bundled Groonga to 7.0.5."
msgstr ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand Down
39 changes: 39 additions & 0 deletions ja/news/index.md
Expand Up @@ -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}

### 修正
Expand Down Expand Up @@ -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
39 changes: 39 additions & 0 deletions news/index.md
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 340c48c

Please sign in to comment.