Kouhei Sutou
null+****@clear*****
Wed Aug 16 21:10:21 JST 2017
Kouhei Sutou 2017-08-16 21:10:21 +0900 (Wed, 16 Aug 2017) New Revision: d5e56ca2d893edb473b98d97a796385d531eb9dd https://github.com/pgroonga/pgroonga.github.io/commit/d5e56ca2d893edb473b98d97a796385d531eb9dd Message: Add 2.0.0 entry Modified files: news/index.md Modified: news/index.md (+25 -0) =================================================================== --- news/index.md 2017-08-16 20:58:52 +0900 (643f7f5) +++ news/index.md 2017-08-16 21:10:21 +0900 (6996f85) @@ -4,6 +4,31 @@ title: News # News +## 2.0.0: 2017-08-17 {#version-2-0-0} + +This is the second major release! It's upgradable from 1.X! 2.X is backward compatible with 1.X! + +### Improvements + + * Added PostgreSQL 10 support. + + * Added logical replication support. + + * Changed to install functions, operators and operator classes to the current schema with `pgroonga_` prefix from `pgroonga` schema without `pgroonga_` prefix. `pgroonga` schema is still used for backward compatibility. But `pgroonga` schema is deprecated. + + * Changed to the default operator classes to `_v2` operator classes. + +### Fixes + + * Fixed a crash bug when primary key column isn't the first indexed column. + [GitHub#50][Reported by tedypranolo] + + * Fixed upgrade failure from 1.2.0 on PostgreSQL 9.6 or later. + +### Thanks + + * tedypranolo + ## 1.2.3: 2017-07-03 {#version-1-2-3} ### Fixes -------------- next part -------------- HTML����������������������������...Download