SQLite

Changes On Branch fts3-refactor
Login

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

Changes In Branch fts3-refactor Excluding Merge-Ins

This is equivalent to a diff from 4bd43307 to 7a46d1eb

2009-11-19
15:26
Merge fts3-refactor into the main trunk. (check-in: 551dbe30 user: dan tags: trunk)
15:25
Fix some fts3 related issues with the autoconf and amalgamation build systems. (Closed-Leaf check-in: 3b179247 user: dan)
14:57
Merge with [4bd4330709]. (check-in: 7a46d1eb user: dan tags: fts3-refactor)
14:52
Merge the fts3-refactor branch with the trunk. (check-in: c8d2bd37 user: dan tags: fts3-refactor)
14:48
Fix a bug introduced with recent optimizations: The unary minus operator is TK_UMINUS, not TK_MINUS. (check-in: 4bd43307 user: drh tags: trunk)
2009-11-18
23:01
Performance improvement by avoiding unnecessary calls to memset(). (check-in: 85940468 user: drh tags: trunk)

Changes to ext/fts3/fts3.c.

Added ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_expr.c.

Deleted ext/fts3/fts3_expr.h.

Changes to ext/fts3/fts3_hash.c.

Changes to ext/fts3/fts3_hash.h.

Added ext/fts3/fts3_snippet.c.

Changes to ext/fts3/fts3_tokenizer.c.

Added ext/fts3/fts3_write.c.

Changes to main.mk.

Changes to src/test_hexio.c.

Changes to test/fts3.test.

Added test/fts3_common.tcl.

Changes to test/fts3aa.test.

Changes to test/fts3ab.test.

Changes to test/fts3ae.test.

Changes to test/fts3ag.test.

Changes to test/fts3an.test.

Changes to test/fts3c.test.

Changes to test/fts3d.test.

Added test/fts3malloc.test.