]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-03-26  drhFix FTS3 so that it works even without SQLITE_DEBUG.
2012-03-26  danModify the FTS integrity-check so that the checksums...
2012-03-26  danAdd a comment to explain how the FTS integrity-check...
2012-03-26  danAdd an experimental integrity-check function to FTS.
2012-03-24  danAdd SQLITE_DBSTATUS_CACHE_WRITE. Used to query a databa...
2012-03-24  drhEnable fts3 tables to use incremental merge by automati...
2012-03-24  danFix a failing assert() in the FTS3_LOG_MERGES related...
2012-03-24  danAdd a comment to fts3SyncMethod() to justify the nMinMe...
2012-03-24  drhFix a bug in debugging code enabled when FTS3_LOG_MERGE...
2012-03-24  danRemove the Fts3Table.mxLevel variable.
2012-03-24  danMerge auto-incr-merge with incr-merge branch.
2012-03-24  danModify the way the number of leaves written and the... fts4-auto-incr-merge
2012-03-24  drhAn attempt at automatic incremental merging for FTS4.
2012-03-23  danFix a spurious SQLITE_CONSTRAINT error that may be...
2012-03-23  danAdd a test to verify that sqlite3_total_changes() works...
2012-03-23  danRemove an incorrect assert() statement. Fix a const...
2012-03-23  danFix another test case issue in trace2.test.
2012-03-23  danWhen an incremental blob cursor is invalidated (occurs...
2012-03-23  danUpdate a couple of existing test cases.
2012-03-22  danAdd test cases to fts4merge.test.
2012-03-22  danFollowing an incr-merge operation that does not complet...
2012-03-21  danAdd fts4merge3.test, for testing that older versions...
2012-03-20  drhMerge trunk changes into the fts4-incr-merge branch.
2012-03-20  drhRemove the _SafeInit() entry points from the TCL interf...
2012-03-20  drhVersion 3.7.11 version-3.7.11
2012-03-20  drhFix out-of-bounds array references in the "echo" virtua...
2012-03-19  drhAdd additional test cases to e_insert.test. Update...
2012-03-19  drhFix one more compiler warning missed by the previous...
2012-03-19  drhSuppress harmless compiler warnings on windows in FTS4...
2012-03-19  drhAvoid a compiler warning (an incorrect compiler warning...
2012-03-19  danEnsure that compatible malloc and free functions are...
2012-03-17  danFix various incorrect and missing comments and other...
2012-03-17  danIn pager1.test, use "file attr test.db -readonly 0...
2012-03-17  danModify a test in ioerr2.test to account for the new...
2012-03-16  drhUpdate the trace2.test script for languageid.
2012-03-16  drhCherrypick the [3475092cff] fix for 32-bit overflow...
2012-03-16  danFix some integer overflow problems that can occur when...
2012-03-16  danAdd a comment to the FTS getAbsoluteLevel() function...
2012-03-16  drhFix harmless compiler warnings.
2012-03-15  drhAdd the sqlite3_db_readonly() API to trunk.
2012-03-15  drhAdd the sqlite3_db_readonly() interface. This is still... db-readonly-api
2012-03-15  danModify incremental merge code to merge nMin segments...
2012-03-14  danAdd tests for incremental merge code.
2012-03-14  danAvoid allocating a large object on the stack in the...
2012-03-14  danFix another bug in the incremental merge code.
2012-03-13  danFix some bugs in the incremental merge code. Some remain.
2012-03-09  drhCandidate fix for the optimizer problem described in...
2012-03-09  drhMinor commenting and stylistic changes only.
2012-03-08  mistachkinOn Windows, make sure the returned test current directo...
2012-03-08  mistachkinOn Windows, make sure the current directory value used...
2012-03-08  danAdd the 'merge=?,?' command to fts4. This still needs...
2012-03-05  danFix a problem compiling the test code in fts3_test...
2012-03-05  danMerge the fts4-languageid branch with the trunk.
2012-03-03  danAdd the xLanguageid method to sqlite3_fts3_tokenizer... fts4-languageid
2012-03-03  drhAdd a test case for ticket [3557ad65a076c].
2012-03-03  drhFix a bug [3557ad65a07] that causes incorrect DISTINCT...
2012-03-02  mistachkinFix test pragma-19.5 so that it works on file names...
2012-03-02  drhRemove an obsolete comment from FTS3. No code changes.
2012-03-02  danFix problems with combining content= and languageid...
2012-03-02  danAdd test for FTS 'rebuild' command.
2012-03-02  danFix the FTS 'optimize' command on multi-lingual databases.
2012-03-02  danFix a bug in merging FTS language tables for languages...
2012-03-01  drhFix a typo in the header comment of sqlite3_commit_hook().
2012-03-01  danAdd the "languageid=" option to fts4. This code is...
2012-02-28  danFix spurious errors that may occur if an empty database...
2012-02-28  danFix a case where an error code was being overwritten...
2012-02-27  drhFix the xDelete implementation of the multiplexor VFS...
2012-02-24  drhSeparate multiplexor overflow pages for -wal and -journ...
2012-02-24  drhFix the multiplexor so that it works with WAL mode...
2012-02-24  drhAdd #ifdef SQLITE_ENABLE_ZIPVFS around those bits of...
2012-02-24  drhIf the SQLITE_FCNTL_PRAGMA file control returns somethi...
2012-02-24  drhA simple change that allows the SQLITE_32BIT_ROWID...
2012-02-23  drhFix an obscure bug that causes a crash when parsing...
2012-02-23  danFix a typo made inside an assert() statement in the...
2012-02-23  danAdd the sqlite3PagerWalFramesize() function to pager...
2012-02-23  drhExpose the sqlite3_stricmp() interface. Add the SQLITE...
2012-02-22  drhMove test logic for SQLITE_FCNTL_PRAGMA out of os_unix... file-control-pragma
2012-02-22  drhIf the SQLITE_FCNTL_PRAGMA file-control returns anythin...
2012-02-22  drhDisable the "filename" pragma implemented by os_unix...
2012-02-22  drhMake benign any malloc failures inside the sqlite3_file...
2012-02-22  drhChange the SQLITE_FCNTL_PRAGMA file-control so that...
2012-02-22  drhBegin adding support for SQLITE_FCNTL_PRAGMA.
2012-02-21  drhAvoid redefining NDEBUG if the fuzzer is included in...
2012-02-21  danPrevent the fuzzer from ever returning a string longer...
2012-02-21  danFurther fuzzer test cases. Fix a case in the fuzzer...
2012-02-21  danAdd further test cases and minor fixes for the fuzzer.
2012-02-20  drhUpdates to the instructions in the header comment of...
2012-02-20  danChange the way the fuzzer (test_fuzzer.c) works so...
2012-02-20  danFix a case in test_fuzzer.c causing transformations...
2012-02-14  drhIncrease the maximum ruleset id in the fuzzer from...
2012-02-14  drhEnhance the fuzzer virtual table to support multiple...
2012-02-13  drhMerge the non-blocking ROLLBACK changes into trunk.
2012-02-13  drhFix a harmless compiler warning introduced by the previ...
2012-02-13  drhOn unix, ignore the umask when creating journal files...
2012-02-13  drhAdd the new SQLITE_ABORT_ROLLBACK extended error code... nonblocking-rollback
2012-02-13  drhChange the ROLLBACK command so that pending statements...
2012-02-13  danChanges to various test scripts so that veryquick.test...
2012-02-13  danFix a typo in the type of the fchown() function in...
2012-02-11  drhMake fchown() an overrideable system call in os_unix.c.
2012-02-11  mistachkinCleanup some directories and files left by the MinGW...
next