OSDN Git Service

Add all the documents to master branch.
[pgbigm/pg_bigm.git] / html / release-1-1_en.html
1 <html>
2 <head>
3 <title>pg_bigm: Release 1.1</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.osdn.jp/projects/pgbigm/releases/?package_id=13634">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.html">日本語</a></li>
18     </ul>
19   </div>
20
21 <h1 id="release_note">Release Notes</h1>
22
23 <h2 id="migration">Migration to Version 1.1</h2>
24 <p>The following command would upgrade the current pg_bigm 1.0 to 1.1.</p>
25 <pre>
26 ALTER EXTENSION pg_bigm UPDATE TO '1.1';
27 </pre>
28 <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>
29
30 <h2 id="release_note_2016-10-11">Version 1.1 (released on 2016-10-11)</h2>
31 <ul>
32 <li>
33  <p>Make pg_bigm 1.1 support PostgreSQL 9.6 or later (Fujii Masao)</p>
34  <p>Note that this version is not available for parallel query feature that was introduced in PostgreSQL 9.6. Please try pg_bigm 1.2 if you want to use pg_bigm with parallel queries.</p>
35 </li>
36 <li><p>Document that pg_bigm 1.1 was confirmed to work with PostgreSQL 9.5 and 9.6 (Fujii Masao)</p></li>
37 </ul>
38
39 <h2 id="release_note_2015-09-10">Version 1.1 (released on 2015-09-10)</h2>
40 <ul>
41 <li><p>Add the information about the available text search operators into the <a href="pg_bigm_en-1-1.html#pg_trgm">comparison table</a> of pg_trgm and pg_bigm in the document (Fujii Masao)</p></li>
42 <li><p>Make <a href="pg_bigm_en-1-1.html#pg_gin_pending_stats">pg_gin_pending_stats</a> function check whether the given relation is a GIN index (Fujii Masao)</p></li>
43 <li><p>Add the <a href="pg_bigm_en-1-1.html#limitations">limitations</a> section into the document (Beena Emerson, Masahiko Sawada)</p></li>
44 <li><p>Increase the maximum size of the column indexed by pg_bigm GIN index from 43MB to 102MB (Beena Emerson)</p></li>
45 <li><p>Document that pg_bigm 1.1 was confirmed to work with PostgreSQL 9.4 (Fujii Masao)</p></li>
46 <li><p>Fix possible overflow in calculations of memory allocation request sizes (Fujii Masao)</p></li>
47 </ul>
48
49 <h2 id="release_note_2013-11-22">Version 1.1 (released on 2013-11-22)</h2>
50 <ul>
51 <li><p>Make pg_bigm support PostgreSQL 9.2 or later (Fujii Masao)</p></li>
52 <li>
53  <p>Enable pg_bigm to coexist with pg_trgm (Beena Emerson, Fujii Masao)</p>
54  <p>Previously, the modules pg_trgm and pg_bigm could not co-exist
55  in the same database because both declared the same operator class gin_trgm_ops.
56  This operator class was dropped in pg_bigm 1.1</p>
57 </li>
58 <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>
59 <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>
60 <li>
61 <p>Improve handling of multibyte characters (Beena Emerson)</p>
62 <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>
63 </li>
64 <li><p>Add English version of documents (Beena Emerson, Fujii Masao)</p></li>
65 <li><p>Add regression tests for all functions and parameters of pg_bigm for English and Japanese language (Fujii Masao, Beena Emerson)</p></li>
66 <li>
67  <p>Add regression test to check co-existence of pg_bigm with pg_trgm (Beena Emerson, Fujii Masao)</p>
68  <p>A new command "make installcheck-trgm" will check if both modules can co-exist</p></li>
69 <li><p>Fix bug in enable_recheck with gin_key_limit = 1 (Fujii Masao, Beena Emerson)</p></li>
70 <li><p>Get rid of the restriction of available database encoding and locale (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
71 </ul>
72
73 <hr>
74 <div align="right">Copyright (c) 2017-2019, pg_bigm Development Group</div>
75 <div align="right">Copyright (c) 2012-2016, NTT DATA Corporation</div>
76
77 </body>
78 </html>