sqlite/ext/fts5
dan 5082140311 Minor optimizations to fts5 writes.
FossilOrigin-Name: 1fffe51fa92f1784365140d5b163ab6c690981ae
2015-01-31 15:23:44 +00:00
..
test Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
tool Minor optimizations to fts5 writes. 2015-01-31 15:23:44 +00:00
extract_api_docs.tcl Fix some documentation issues in fts5. 2015-01-10 20:34:27 +00:00
fts5_aux.c Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer. 2015-01-06 19:08:26 +00:00
fts5_buffer.c Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
fts5_config.c Remove some redundant code from fts5. 2015-01-23 06:50:33 +00:00
fts5_expr.c Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. 2015-01-24 19:57:03 +00:00
fts5_hash.c Minor optimizations to fts5 writes. 2015-01-31 15:23:44 +00:00
fts5_index.c Minor optimizations to fts5 writes. 2015-01-31 15:23:44 +00:00
fts5_storage.c Fix compression of keys stored on internal segment b-tree nodes by fts5. 2015-01-23 17:43:21 +00:00
fts5_tcl.c Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer. 2015-01-06 19:08:26 +00:00
fts5_tokenize.c Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00
fts5_unicode2.c Add a version of the unicode61 tokenizer to fts5. 2015-01-01 16:46:10 +00:00
fts5.c Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. 2015-01-24 19:57:03 +00:00
fts5.h Fix some documentation issues in fts5. 2015-01-10 20:34:27 +00:00
fts5Int.h Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
fts5parse.y Begin adding interface for auxiliary functions. 2014-07-16 19:15:57 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00