Masafumi Yokoyama
null+****@clear*****
Mon Apr 27 11:53:30 JST 2015
Masafumi Yokoyama 2015-04-27 11:53:30 +0900 (Mon, 27 Apr 2015) New Revision: 5365bc6af51da8358ad8a11dfff7a394012ef0fc https://github.com/groonga/groonga/commit/5365bc6af51da8358ad8a11dfff7a394012ef0fc Message: doc: fill 5.0.3 entry TODO: arrange Modified files: doc/source/news.rst Modified: doc/source/news.rst (+48 -1) =================================================================== --- doc/source/news.rst 2015-04-27 10:53:22 +0900 (f033d80) +++ doc/source/news.rst 2015-04-27 11:53:30 +0900 (ef376cb) @@ -27,6 +27,13 @@ Improvements * threshold <= 0.0: always use range index * threshold >= 1.0: never use range index * dump: support plugin + dump: add --dump_plugins option + You can disable dumping plugins by "--dump_plugins no". + dump: add --dump_schema option + dump: add --dump_records option + You can disable dumping schema by "--dump_schema no". + dump: add --dump_indexes option + You can disable dumping indexes by "--dump_indexes no". * [API] Add grn_plugin_get_ruby_suffix() * dump: put index columns after reference columns Because index column may refer reference columns. @@ -36,8 +43,40 @@ Improvements * dump: use offline index construnction * hash: increase max key size * cache: increase max cache key size - # WIP here: commit a887763e28a9315964f4e417095c65422d5363f3 +* Improve performance for nested index search + 15% speed up for a case. +* ?Use index for nonexistent reference column value +* [experimental] Added plugin functions/vector. It includes ``vector_size()`` function. + test/command/suite/select/function/vector/vector_size/reference_vector.test + test/command/suite/select/function/vector/vector_size/vector.test +* doc windows: update Visual Studio version + [GitHub: groonga/meetup#4] [Reported by Hiroyuki Mizuhara] +* windows: show real error for lseek() +* cache: expire old caches when the max N caches is decreased + [Suggested by Gurunavi, Inc.] +* See errno for error from unlink() +* Fix error report about open() + open() sets errno. +* windows: use secure functions on Windows +* Add APIs to change log rotate threshold in file size + New APIs: + * grn_default_logger_set_rotate_threshold_size() + * grn_default_logger_get_rotate_threshold_size() + * grn_default_query_logger_set_rotate_threshold_size() + * grn_default_query_logger_get_rotate_threshold_size() +* [experimental] groonga: support log rotation + The feature is disabled by default. + New options: + * --log-rotate-threshold-size + * --query-log-rotate-threshold-size +* doc: document about GQTP server + :doc:`/server/gqtp` +* doc: document groonga executable file partially + :doc:`/reference/executables/groonga` +* support Ubuntu 15.04 (Vivid Vervet) +* support Debian 8.0 (Jessie) +* [groonga-httpd] update Nginx Fixes ^^^^^ @@ -49,11 +88,19 @@ Fixes * sharding: add missing argument * Fix a bug that GRN_II_CURSOR_SET_MIN_ENABLE=yes doesn't return some matched records * sharding: fix a bug that partial range is handled as all range +* logical_range_filter: fix a bug that :order => "descending" doesn't work +* logical_count: re-support counting with range index +* Fix a bug causing malfunction of grn_pat_del(). + test: add a test for invalid patricia trie node add case + [groonga-dev,03177] [Reported by yuya sako] Thanks ^^^^^^ * Hideki ARAI +* Hiroyuki Mizuhara +* Gurunavi, Inc. +* yuya sako .. _release-5-0-2: -------------- next part -------------- HTML����������������������������...Download