History | View | Annotate | Download (88.1 KB)
GRN_OBJ_RING_BUFFER appeared.
Added each parameter to load command.
Added comment about GRN_CURSOR_RK.
Added sub_search() to pat.c
don't accept negative offset and limit with GRN_CURSOR_PREFIX. #377
Changed API document for GRN_CURSOR_PREFIX flag.
Enabled CAS for grn_ja_put().
Added GRN_CURSOR_SIZE_BY_BIT.
Added grn_obj_defrag().
Stopped raising error in grn_normalize_offset_and_limit().
Merge branch 'master' of github.com:groonga/groonga
Modified comment about grn_table_cursor_open(). stop putting return code when JSON assigned as output_type.
fix name collision.
Added parameter descriptions of grn_table_cursor_open.
Added GRN_OBJ_KEY_GEO_POINT.
Export grn_output_obj. grn_text_otoj will be obsolete.
Added GRN_CONTENT_MSGPACK.
fix a typo.
Removed grn_select() from groonga.h
Added output.c and output.h
grn_expr_exec() returns the result of expression.
handle SIGTERM as well as SIGINT.
Fixed OFFSET attr. of RESULTSET and NO attr. of HIT tag.
Fixed bug reported on Ticket #288.
Added cache parameter for select/define_selector.
Renamed GRN_PROC_PROCEDURE to GRN_PROC_COMMAND.
remove register_*. just use only register.
support modulized function.
support modulized tokenizer.
Removed path argument from grn_proc_create().
add geo point value accessor.
handle SIGINT for graceful shutdown.
Added const to str argument of grn_ctx_send().
Hid grn_table_open(), grn_column_open and grn_obj_rename().
Fixed short arguments on GRN_LONG_TEXT_INIT().
Exported GRN_*_SET() macros.
add grn_set_segv_handler() for logging backtrace on crash.
Moved stdint types from groonga.h to db.h.
Follow up http load test to impl.
Enhanced the performance of grn_table_group().
Implemented grn_table_truncate().
Fixed a problem occasinally match_columns parameters don't work fine in grn_table_select().
Renamed the name of argument of select command from 'match_column' to 'match_columns'.
Hid grn_p() from groonga.h
Fixed a bug in grn_obj_set_value() cause segv on a column with multiple hooks
add grn_p() for debugging.
'=' isn't allowed without GRN_EXPR_ALLOW_UPDATE.
add get_version api.
fix limit document.
-1 means all records not 0.
Added weigth parameter to grn_column_index().
modified the specification of grn_expr_parse(). changed parse_level to flags.
Added GRN_*_SET_AT(), GRN_*_VALUE_AT().
Modified specification of grn_*_cursor_open() functions. offset and limit parameter are now signed integer and -1 must be assigned when fetching whole records instead of 0. (you can fetch 0 records when assigned 0 as limit value)
remove invalid byte sequences introduced by 0d866f7 and ffc2f94
Merge branch 'master' of git://github.com/groonga/groonga
Conflicts:
groonga.h
Merge branch 'master' of git@github.com:groonga/groonga
grn_search() -> grn_select()
fix gcc warning in GRN_EXPR_CREATE_FOR_QUERY()
Added grn_time_now().
for groonga.exe in WIN32
grn_table_sort() now use index for sorting if available.
for groonga.exe in Win32
Added some document pages.
Modified the name of argument 'foreach' to 'scorer' in grn_search().
Implemented drilldown on FastXML.
Change content-type to be determined by ext.
Fixed typo.
Added GRN_INCOMPATIBLE_FILE_FORMAT.
Added GRN_RETRY_MAX.
Added grn_expr_snip().
Re-export grn_text_urldec() and make grn_text_cgidec().
Put lock into grn_table_delete() and grn_table_delete_by_id().
Cut off grn_text_urldec(). and renamed get_uri_token() to grn_text_urldec().
Added type argument to grn_proc_create().
Added grn_ctx_open().
Added ifexists parameter to grn_load().
Added support for ternary operator to grn_expr_parse().
Changed return value type of grn_ctx_send() and grn_ctx_recv().
Removed grn_ql_load(). grn_ql_*() renamed to grn_ctx_*().
Renamed GRN_DB_TOKYO_POINT/GRN_DB_WGS84_POINT into GRN_DB_TOKYO_GEO_POINT/GRN_DB_WGS84_GEO_POINT.
Modified database format. Added GRN_DB_TOKYO_POINT and GRN_DB_WGS84_POINT.
Added doc/bugs files. thanks to ditz.
Added posting argument to grn_ii_column_update().
Added N_RESERVED_TOKENIZERS.
grn_table_create() requires NULL as key_type for table with GRN_OBJ_TABLE_NO_KEY.
Added GRN_OP_TERNARY, GRN_OP_COMMA.
Exported grn_array.
Added grn_expr_alloc().
Modified the signature of grn_proc_func().
Modified the signature of grn_proc_func(). Renamed grn_proc_vars() into grn_proc_get_info().
Exported grn_ctx_push() and grn_ctx_pop().
Modified the signature of grn_expr_exec().
Renamed GRN_OP_SET_VALUE into GRN_OP_ASSIGN.
Added grn_text_urldec().
GRN_OP_SET_VALUE is available.
Added GRN_EXPR_CREATE_FOR_SELECT.
Renamed GRN_OP_OBJ_GET_VALUE/GRN_OP_OBJ_SET_VALUE into GRN_OP_GET_VALUE/GRN_OP_SET_VALUE.
Added two arguments ('op' and 'nargs') to grn_expr_append_obj() and grn_expr_append_const().
Modified expr.y.
Improved grn_expr_inspect().