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