]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-12-24  drhImmediately purge entries from the column cache when...
2009-12-22  drhMove the query flattener turn-off from a pragma to...
2009-12-22  danAdd the experimental FTS3 matchinfo() function. Provide...
2009-12-22  drhAdd a pragma to disable the query flattener - for use...
2009-12-21  danChange many comments in e_fkey.test to include the...
2009-12-20  danFix a problem in FTS3 phrase queries. Add tests to...
2009-12-17  shanehModified statement machine in sqlite3_complete() to...
2009-12-17  shanehFixed some TCL test cases to work if SQLITE_OMIT_TRIGGE...
2009-12-17  shanehUpdated and added new test cases for CLI.
2009-12-17  shanehIn shell.c (CLI), modified local_getline() to remove...
2009-12-17  shanehFix typo in comment of prepare.c.
2009-12-17  drhDisable trace when recursively running commands while...
2009-12-17  drhChange the REGEXP function in ICU to require exactly...
2009-12-16  drhRemove unreachable code that was added by the fix to...
2009-12-16  drhEnsure WHERE clause terms involving tables on the right...
2009-12-16  danModify some comments in e_fkey.test. No changes to...
2009-12-14  drhAdd a few simple evidence comments to the tokenizer...
2009-12-14  danHandle an unhandled OOM error code that occurs in fts3...
2009-12-14  danFix a broken assert() in fts3_write.c. Also fix a coupl...
2009-12-13  drhAdditional corrections to documentation comments. ...
2009-12-13  drhMinor documentation updates. No functional changes.
2009-12-12  drhFix some documentation comments in sqlite.h.in. No...
2009-12-12  danTests to cover a few extra branches in fts3.c.
2009-12-12  danFurther fts3 coverage tests.
2009-12-12  drhRename tkt-d82e3f3721.txt to use the (correct) .test...
2009-12-12  danExtra tests for coverage of fts3 code.
2009-12-12  danAdd coverage test cases for fts3.
2009-12-11  drhAdditional changes to C-language interface documentation.
2009-12-11  danChange the fts3 test interface used to configure the...
2009-12-11  danRationalize some code in fts3 used by optimize operatio...
2009-12-11  danAdd comment to fts3rnd.test to explain how the test...
2009-12-11  drhExtensive edits to the comments in the sqlite.h.in...
2009-12-10  shanehAvoid declaring and freeing test variables if SQLITE_TE...
2009-12-10  danRemove some unused macros and types from fts3.c.
2009-12-10  danFix handling of "WHERE col MATCH ? AND docid = ?" claus...
2009-12-10  danFix an OOM related problem in the snippet() and offsets...
2009-12-10  danChanges to fts3 to avoid flushing data to disk within...
2009-12-10  drhOnly declare the sqlite3_mutex_held() and sqlite3_mutex...
2009-12-09  drhRestore the incorrect legacy ON INSERT syntax to the...
2009-12-09  drhAdded test cases for the multi-way USING and NATURAL...
2009-12-09  drhThe USING clause and NATURAL JOIN look at all tables...
2009-12-09  danImprove test coverage of fts3.c.
2009-12-09  danMark fts3ReallocOrFree and fts3InitVtab as static....
2009-12-08  drhChange to order of two branches in vtab.c in order...
2009-12-08  drhAdd comments to better explain the two-pass memory...
2009-12-08  danAdd tests to improve coverage of fts3. Associated bugfixes.
2009-12-08  drhAvoid pointer aliasing in the allocSpace() routine...
2009-12-08  drhBegin updating API documentation to use the new MD5...
2009-12-08  drhAllow zero-length names for tables, columns, and indices.
2009-12-08  drhAdd test cases for ticket [abe728bbc311].
2009-12-08  drhAvoid dereferencing a null pointer when doing a multi...
2009-12-08  drhAdd evidence marks for the abs() and soundex() SQL...
2009-12-07  drhVersion 3.6.21 release candidate 3.
2009-12-07  danRemove a redundant line from fts3.
2009-12-07  danAdd extra tests for parsing of whitespace in tokenizer...
2009-12-07  shanehMove some SQLITE_TEST code down to avoid mixing code...
2009-12-07  drhVersion 3.6.21 release candidate 2.
2009-12-07  danAdd some tests for OR, AND and NOT operations to fts3rn...
2009-12-06  drhEnhanced detection of database corruption in btree...
2009-12-05  drhFix to check-in [f221f31eff]: Make sure local variable...
2009-12-05  danAdd test case for the obscure corruption detection...
2009-12-05  danCatch an obscure case of database corruption.
2009-12-05  danFix another bug in 3-way NEAR queries.
2009-12-05  danFix some problems with FTS3 and 3-way NEAR queries.
2009-12-04  drhAdd the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time optio...
2009-12-04  drhRemove an assert() in btree.c:releasePage() that is...
2009-12-04  danFix a problem involving a 3-way NEAR query.
2009-12-04  drhIn the OSTRACE debugging macros in os_unix.c, identify...
2009-12-04  danModify [2ad1461f25] to avoid leaving a prepared stateme...
2009-12-04  drhFix an FTS3 problem where an OOM error was not being...
2009-12-04  danReset the state of the asynchronous IO module at the...
2009-12-04  danDo not run fts3rnd.test as part of quick.test.
2009-12-04  drhClear a conflicting TCL variable in the fts3rnd.test...
2009-12-03  drhFix an assert() in btree.c that might have fired on...
2009-12-03  drhRemove a NEVER() from btree.c that could occur in a...
2009-12-03  danFix an incorrect assert() in fts3.c. Add further fts3...
2009-12-03  shanehUpdates to FTS3 to correct compiler warnings under...
2009-12-03  shanehFix a couple of compiler warnings under MSVC.
2009-12-03  shanehFix cut-and-paste error affecting a couple of attach...
2009-12-03  drhAdd links from C/C++ interfaces to their equivalent...
2009-12-02  drhChange an error message in FTS3 to avoid using an unini...
2009-12-02  danFix an uninitialized value read in sqlite3async.c.
2009-12-02  drhFix compiler warnings in test_hexio.c.
2009-12-02  danModify a test in fts3b.test to reflect the fact that...
2009-12-02  danClear the Pager.dbModified flag when unlocking the...
2009-12-02  drhMake sure a variable is cleared before use in the where...
2009-12-01  drhAdd testcase() macros to make sure boundary cases in...
2009-12-01  drhFix a faulty function prototype in test_intarray.c.
2009-12-01  danUse #include "sqlite3.h" instead of <sqlite3.h> in...
2009-12-01  danAdd typedefs for i16 and u8 to fts3Int.h when not build...
2009-12-01  danAdd tests for the remaining examples in fts3.in.
2009-12-01  drhReorder function declarations in mutex_os2.c. This...
2009-12-01  drhChanges to the TCL interface header to allow it to...
2009-12-01  danOpen a savepoint within the FTS3 optimize() function.
2009-12-01  danFix a segfault that can occur when querying an empty...
2009-11-30  drhTest coverage improvements in the FTS3 porter stemmer.
2009-11-30  danAdd test cases for examples recently added to documenta...
2009-11-28  drhUpdates to snippet() and offsets() functions of FTS3...
2009-11-28  drhChange FTS3 to detect when the RHS of the MATCH opertor...
2009-11-28  drhRemove all benign OOM failure opportunities from the...
next