OSDN Git Service

Revert "Add pg_gin_pending_cleanup function."
[pgbigm/pg_bigm.git] / html / release-1-2_en.html
1 <html>
2 <head>
3 <title>pg_bigm: Release 1.2</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-2.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.2</h2>
24 <p>The following command would upgrade the older version of pg_bigm to 1.2.</p>
25 <pre>
26 ALTER EXTENSION pg_bigm UPDATE TO '1.2';
27 </pre>
28
29 <h2 id="release_note_2015-XX-YY">Version 1.2 (released on 2015-XX-YY)</h2>
30 <ul>
31 <li><p>Add <a href="pg_bigm_en-1-2.html#pg_gin_pending_cleanup">pg_gin_pending_cleanup</a> function (Fujii Masao)</p></li>
32 <li>
33 <p>Support <a href="http://www.postgresql.org/docs/current/static/gin-extensibility.html">triConsistent</a> method for better performance (Fujii Masao)</p>
34 <p>The triConsistent method makes the full-text search using pg_bigm much faster especially when a long search phrase is used</p>
35 </li>
36 <li><p>Add the information about the available text search operators into the <a href="pg_bigm_en-1-2.html#pg_trgm">comparison table</a> of pg_trgm and pg_bigm in the document (Fujii Masao)</p></li>
37 <li><p>Make <a href="pg_bigm_en-1-2.html#pg_gin_pending_stats">pg_gin_pending_stats</a> function check whether the given relation is a GIN index (Fujii Masao)</p></li>
38 <li><p>Add the <a href="pg_bigm_en-1-2.html#limitations">limitations</a> section into the document (Beena Emerson, Masahiko Sawada)</p></li>
39 <li><p>Increase the maximum size of the column indexed by pg_bigm GIN index from 43MB to 102MB (Beena Emerson)</p></li>
40 <li><p>Fix possible overflow in calculations of memory allocation request sizes (Fujii Masao)</p></li>
41 </ul>
42
43 <hr>
44 <div align="right">Copyright (c) 2012-2016, NTT DATA Corporation</div>
45
46 </body>
47 </html>