[Groonga-commit] groonga/groonga.org at 080f1c2 [gh-pages] blog en: add PGroonga 1.0.2 announce

Back to archive index

Masafumi Yokoyama null+****@clear*****
Tue Mar 1 08:38:50 JST 2016


Masafumi Yokoyama	2016-03-01 08:38:50 +0900 (Tue, 01 Mar 2016)

  New Revision: 080f1c25de5556a8eb6fae65027c17d0239ffdd1
  https://github.com/groonga/groonga.org/commit/080f1c25de5556a8eb6fae65027c17d0239ffdd1

  Message:
    blog en: add PGroonga 1.0.2 announce

  Added files:
    en/_posts/2016-02-09-pgroonga-1.0.2.md

  Added: en/_posts/2016-02-09-pgroonga-1.0.2.md (+42 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2016-02-09-pgroonga-1.0.2.md    2016-03-01 08:38:50 +0900 (299435b)
@@ -0,0 +1,42 @@
+---
+layout: post.en
+title: PGroonga 1.0.2 has been released
+description: PGroonga 1.0.2 has been released!
+---
+
+## PGroonga 1.0.2 has been released
+
+[PGroonga](http://pgroonga.github.io/) (píːzí:lúnɡά) 1.0.2 has been released!
+
+See [PGroonga 1.0.0 release announce]({% post_url 2015-10-29-pgroonga-1.0.0 %}) about PGroonga.
+
+## Changes
+
+Here are changes since 1.0.1:
+
+  * Required Groonga 5.1.2 or later.
+  * [[Windows](https://pgroonga.github.io/install/windows.html)] Upgraded base PostgreSQL to 9.5.0 from 9.4.5.
+  * [Windows] Upgraded bundled Groonga to 5.1.2.
+  * [Windows] Enabled mruby.
+  * [[RPM](https://pgroonga.github.io/install/centos.html)] Supported PostgreSQL 9.5.
+  * [[jsonb](https://pgroonga.github.io/reference/jsonb.html)] Supported sequential scan.
+  * Added `pgroonga.text_full_text_search_ops_v2` operator class. It's an experimental operator class. It may break backward compatibility but includes new features.
+    Here are supported operators:
+    * `LIKE`
+    * `ILIKE`
+    * `&@`: It's equal to `%%` in `pgroonga.text_full_text_search`.
+    * `&?`: It's equal to `@@` in `pgroonga.text_full_text_search`.
+    * `&@>`: It returns true when one of the right hand side texts returns true by `&@`.
+    * `&?>`: It returns true when one of the right hand side texts returns true by `&?`.
+  * Support composite primary key.
+  * Fixed a bug that valid tables and columns are removed by `VACUUM` or `ANALYZE`. It's caused after you use `REINDEX`.
+
+## How to upgrade
+
+This version is compatible with 1.0.1. Upgrade by steps in ["Compatible case" in Upgrade document](http://pgroonga.github.io/upgrade/#compatible-case).
+
+## Conclusion
+
+New PGroonga version has been released.
+
+Try PGroonga when you want to perform fast full text search against all languages on PostgreSQL!
-------------- next part --------------
HTML����������������������������...
Descargar 



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