index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fts3
/
fts3_snippet.c
Commit message (
Expand
)
Author
Age
*
Fix another problem with fts3/4 auxiliary functions and NEAR expressions that...
dan
2023-01-25
*
Fix a crash that could occur in fts3 when processing a corrupt database.
dan
2021-11-04
*
Fix a case in the fts3 offsets() function where a corrupt database record cou...
dan
2021-10-20
*
Fix harmless static analyzer warnings.
drh
2021-10-04
*
Avoid signed integer overflow when finding snippets in fts3 by using 64-bit i...
dan
2021-04-16
*
Fix a null pointer deference that can occur on a strange matchinfo()
drh
2020-05-14
*
Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned ...
dan
2020-01-07
*
Improvements to detection of corruption in the %_stat shadow table of FTS4.
drh
2019-11-18
*
Improved detection of corruption in the %_stat table of FTS4.
drh
2019-11-18
*
Better detection of corruption in the %_stat and %_docsize shadow tables
drh
2019-11-17
*
Fix a broken assert() in the fts3 snippet code that was failing for queries c...
dan
2019-08-21
*
Fix additional compiler warnings introduced by the previous check-in and found
drh
2019-04-13
*
Fixes for harmless compiler warnings.
drh
2019-04-13
*
Use the 64-bit memory allocator interfaces in extensions, whenever possible.
drh
2019-04-13
*
Avoid an assert() failure and an undefined left-shift operation in the fts3 s...
dan
2019-02-28
*
Fix a couple of assert() statements in fts3 that can be false if the database...
dan
2019-02-23
*
Fix an assertion failure in fts3 triggered by a corrupt database.
dan
2019-02-03
*
Fix problems causing undefined left-shift operations in the fts3 snippet()
dan
2019-01-18
*
Fix a problem in the fts3 matchinfo() function with corrupt database handling.
dan
2019-01-16
*
Fix a problem with corrupt database handling in the fts3 matchinfo() function.
dan
2019-01-12
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
Avoid using a zero-sized array within a struct in fts3 code.
dan
2015-05-26
*
Fix an fts4 matchinf() problem triggered by deferred tokens that are part of ...
dan
2015-05-25
*
Fix the MSVC makefile so that it works with OTA. Fix a harmless compiler
drh
2015-05-19
*
Remove some dead code from fts3_snippet.c.
dan
2015-05-06
*
More optimization for the 'y' and 'b' matchinfo directives.
dan
2015-05-06
*
Further optimizations for the 'y' and 'b' matchinfo operators.
dan
2015-05-06
*
Add the fts3 matchinfo 'b' flag.
dan
2015-05-05
*
Optimizations for the matchinfo() function, particularly the 'y' flag.
dan
2015-05-05
*
Add the experimental matchinfo 'y' flag to fts3/4.
dan
2015-05-02
*
Use the sqlite3Fts3ErrMsg() function to set error message text in FTS3,
drh
2015-05-01
*
Fix harmless compiler warning.
mistachkin
2015-03-04
*
Fix a bug in the fts3 snippet() function causing it to omit leading separator...
dan
2015-01-27
*
Improve the performance of fts3/4 queries that use the OR operator and at lea...
dan
2015-01-27
*
When possible, have FTS use 32-bit operations to read varints from the database.
dan
2013-11-12
*
Add some extra assert() statements to silence a few clang warnings.
dan
2013-08-19
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Add a comment to fts3_snippet.c.
dan
2012-10-17
*
Initialize variables used as outputs of custom tokenizer method calls in fts4.
dan
2012-10-17
*
Have the FTS auxiliary functions correctly handle terms that appear in non-ma...
dan
2012-05-10
*
Remove the fts3merge.test script in favour of changing the fts4merge.test scr...
dan
2012-03-27
*
Add the xLanguageid method to sqlite3_fts3_tokenizer versions 1 and greater.
dan
2012-03-03
*
Merge the fts4-content branch with the trunk.
dan
2011-10-19
|
\
|
*
Fix a problem in FTS to do with ^ tokens and the snippet() function.
dan
2011-10-19
|
*
Add experimental 'content' option to FTS4.
dan
2011-10-04
*
|
Handle updating the only row of an FTS table correctly. Fix for [9fd058691].
dan
2011-10-13
|
/
*
Fix various harmless compiler warnings in FTS3 and RTREE.
drh
2011-06-20
*
Changes to #ifdefs so that the build goes correctly if the only FTS macro
drh
2011-06-16
*
Fix various issues to do with deferred tokens, NEAR expressions and matchinfo().
dan
2011-06-08
*
FTS changes: Remove unreachable code. Fix bugs. When processing a large docli...
dan
2011-06-03
[next]