[grntest] Removed max number of bytes in a line limitation.
[grntest] Added --pid-path option.
Fixed a crash bug when accessing zlib/lzo compressed
column. Note that compressed column access will leak memories. To
resolve this, we need to improve API. We will do it in the feature.
[GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
Fix a bug that needless column values are cleared by delete.
[deb] Enabled experimental zlib and lzo support.
[rpm] Enabled experimental zlib and lzo support.
Supported truncation. [#892]
Enabled grn_dat that is a read lock free double array implementation.
[pkg-config] Added groonga_version variable to groonga.pc.
Re-supported --disable-static. [groonga-dev,00612]
[Suggested by Kenichi Aramaki]
[munin] Stopped to install Munin plugins by default.
Stopped to install RedHat platform related files by default.
Supported object renaming. [#1167]
[munin] Added a Munin plugin that measures throughput. [#1171]
[geo] Improved geo_in_rectangle performance. The new
implementation will be 2x faster than the old
implementation in many cases. [#1173]
[macports] Moved groonga's MacPorts to the official
repository. [Imported by Hiroshi Umemoto]
[geo] Changed geo literal conversion from in degree to in
msec algorithm to round-off from truncation.
Supported a table as defrag target. It means that variable
size value columns in the table are defrag targets. [#1175]