sqlite/ext/fts5
dan 2a44b3d877 Avoid a buffer overread when reading a corrupt fts5 structure record.
FossilOrigin-Name: facbc424e555061135aced7b134bf6c19f54e484
2016-02-11 18:08:38 +00:00
..
test Avoid a buffer overread when reading a corrupt fts5 structure record. 2016-02-11 18:08:38 +00:00
tool Enhance the performance of fts5 AND and OR queries. 2016-02-02 17:40:41 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5.h Add documentation for new API functions to the comments in fts5.h. 2016-01-13 18:25:36 +00:00
fts5Int.h Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_aux.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_buffer.c Add JSON1 and FTS5 to the set of extensions subject to close compiler warning 2016-02-11 15:37:18 +00:00
fts5_config.c Add JSON1 and FTS5 to the set of extensions subject to close compiler warning 2016-02-11 15:37:18 +00:00
fts5_expr.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_hash.c Updates to fts5 to support detail=none mode. As of this commit, many cases are still broken. 2015-12-30 19:58:57 +00:00
fts5_index.c Avoid a buffer overread when reading a corrupt fts5 structure record. 2016-02-11 18:08:38 +00:00
fts5_main.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_storage.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_tcl.c Add further tests for fts5. Fix some problems with detail=col mode and auxiliary functions. 2016-01-16 18:58:51 +00:00
fts5_test_mi.c Fix an OOM handling problem in fts5 detail=none and detail=col modes. Also a bug in the xInst() API when used with detail=col and column filtering expressions. Update the matchinfo() test function so that 'b' is fast with detail=col tables. 2016-01-04 19:12:00 +00:00
fts5_test_tok.c Add a test to verify that the fts3 and fts5 "unicode61" tokenizers are byte for byte compatible. 2016-01-14 20:05:59 +00:00
fts5_tokenize.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5_unicode2.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_varint.c Add tests for and remove unreachable branches from fts5 in order to restore test coverage. 2016-02-05 21:09:26 +00:00
fts5_vocab.c Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
fts5parse.y Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code. 2016-02-11 17:01:32 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00