OSDN Git Service

Update the release note of the version 1.0.
[pgbigm/pg_bigm.git] / html / release-1-1-201310xx_en.html
1 <html>
2 <head>
3 <title>pg_bigm: Release 1.1 (2013-10-xx)</title>
4
5 <link rel="stylesheet" type="text/css" href="style.css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 </head>
8
9 <body>
10   <div id="navigation">
11     <ul>
12       <li><a href="index_en.html">Home</a></li>
13       <li><a href="http://en.sourceforge.jp/projects/pgbigm/releases/">Download</a></li>
14       <li><a href="index_en.html#document">Document</a></li>
15       <li><a href="index_en.html#community">Community</a></li>
16       <li><a href="index_en.html#development">Development</a></li>
17       <li><a href="release-1-1-201310xx.html">日本語</a></li>
18     </ul>
19   </div>
20
21 <h1 id="release_note">Release 1.1 (2013-10-xx)</h1>
22 <p class="padding"><b>Release Date:</b> 2013-10-xx</p>
23
24 <h2 id="migration">Migration to Version 1.1</h2>
25 <p>The following command would upgrade the current pg_bigm 1.0 to 1.1.</p>
26 <pre>
27 ALTER EXTENSION pg_bigm UPDATE TO '1.1';
28 </pre>
29 <p>Kindly note that if an existing index uses "gin_trgm_ops" in the database then it will not possible to upgrade from 1.0 to 1.1 since the operator class "gin_trgm_ops" is dropped in version 1.1.</p>
30
31 <h2 id="changes">Changes</h2>
32 <ul>
33 <li><p>Make pg_bigm support PostgreSQL 9.2 and 9.3 (Fujii Masao)</p></li>
34 <li>
35  <p>Enable pg_bigm to coexist with pg_trgm (Beena Emerson, Fujii Masao)</p>
36  <p>Previously, the modules pg_trgm and pg_bigm could not co-exist
37  in the same database because both declared the same operator class gin_trgm_ops.
38  This operator class was dropped in pg_bigm 1.1</p>
39 </li>
40 <li><p>Support <a href="pg_bigm_en-1-1.html#similarity_search">text similarity search</a> (Amit Langote, Fujii Masao, Beena Emerson)</p></li>
41 <li><p>Add <a href="pg_bigm_en-1-1.html#bigm_similarity">bigm_similarity()</a> function (Amit Langote, Fujii Masao, Beena Emerson)</p></li>
42 <li>
43 <p>Improve handling of multibyte characters (Beena Emerson)</p>
44 <p>On a platform that does not have the wcstombs() or towlower() library functions, this could result in an incompatible change in the contents of pg_bigm indexes for non-ASCII data. In such cases, REINDEX those indexes to ensure correct search results.</p>
45 </li>
46 <li><p>Add English version of documents (Beena Emerson, Fujii Masao)</p></li>
47 <li><p>Add regression tests for all functions and parameters of pg_bigm for English and Japanese language (Fujii Masao, Beena Emerson)</p></li>
48 <li>
49  <p>Add regression test to check co-existence of pg_bigm with pg_trgm (Beena Emerson, Fujii Masao)</p>
50  <p>A new command "make installcheck-trgm" will check if both modules can co-exist</p></li>
51 <li><p>Fix bug in enable_recheck with gin_key_limit = 1 (Fujii Masao, Beena Emerson)</p></li>
52 <li><p>Get rid of the restriction of available database encoding and locale (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
53 </ul>
54
55 <hr>
56 <div align="right">Copyright (c) 2012-2013, NTT DATA Corporation</div>
57
58 </body>
59 </html>