/ Changes On Branch fts5-perf
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch fts5-perf Excluding Merge-Ins

This is equivalent to a diff from 3be336aa89 to b4ac61aeee

2016-01-26
20:19
Performance improvements for fts5, particularly detail=col mode. (check-in: a3d7b8ac53 user: dan tags: trunk)
20:08
Further minor performance improvements and code-size reductions related to fts5 column filters on detail=col tables. (Leaf check-in: b4ac61aeee user: dan tags: fts5-perf)
19:30
Improve the performance of fts5 column filters on detail=col tables. (check-in: 249a2d070c user: dan tags: fts5-perf)
2016-01-23
18:24
Changes to spellfix to try to get it to use stack space instead of heap space in cases where that makes sense. (check-in: dfcebc7393 user: drh tags: trunk)
16:20
Merge trunk changes (including fixes for warnings in fts5) with this branch. (check-in: ceccc9ad78 user: dan tags: fts5-perf)
15:57
Fix some signed/unsigned comparison compiler warnings in fts5. (check-in: 3be336aa89 user: dan tags: trunk)
14:05
Remove an assert() that can be false if compiled with SQLITE_USE_ALLOCA. (check-in: f0a551edf8 user: drh tags: trunk)

Changes to ext/fts5/fts5Int.h.

Changes to ext/fts5/fts5_aux.c.

Changes to ext/fts5/fts5_buffer.c.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_storage.c.

Changes to ext/fts5/fts5_tokenize.c.

Changes to ext/fts5/fts5_vocab.c.

Changes to ext/fts5/test/fts5_common.tcl.

Changes to ext/fts5/test/fts5ac.test.

Added ext/fts5/test/fts5simple3.test.

Changes to ext/fts5/test/fts5synonym2.test.

Changes to ext/fts5/tool/fts5speed.tcl.

Changes to ext/fts5/tool/fts5txt2db.tcl.