]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-04-03  drhEnhance the "showdb" utility program with the "pgidx...
2012-04-02  drhThe SQLITE_RTREE_INT_ONLY compile-time option causes...
2012-04-02  drhAdd #ifdefs to allow a test build to succeed even if...
2012-03-31  drhFix a compiler warning by removing a redundant variable.
2012-03-31  drhTest cases for RELEASE and ROLLBACK TO of a nested...
2012-03-31  drhDo not abort pending queries on a RELEASE of a nested...
2012-03-31  danModify selectColumnsFromExprList() to avoid ever incorr...
2012-03-31  danChange the ICU tokenizer so that it does not attempt...
2012-03-31  danFix a bug in the EXPLAIN code for listing trigger progr...
2012-03-31  drhDo more aggressive optimization of the AND operator...
2012-03-30  mistachkinAvoid using the OVERLAPPED struct on WinCE.
2012-03-30  drhSimplify the winRead and winWrite VFS functions to...
2012-03-30  drhWhen a named CHECK constraint fails, include the name...
2012-03-30  drhFix MSVC compiler warnings in test code.
2012-03-30  drhFix an FTS4 test script problem for windows.
2012-03-30  drhChange the name of a local variable from "not" to ...
2012-03-30  drhIn the ".output" command-line shell, if the first chara...
2012-03-30  drhFix compiler warnings on GCC and MSVC and fix a C89...
2012-03-29  danMerge fts4-incr-merge with trunk.
2012-03-29  danDisable the LIKE optimization if the column on the...
2012-03-29  danFix an out of date comment on sqlite3ArrayAllocate().
2012-03-28  drhMerge in the latest changes from trunk. fts4-incr-merge
2012-03-28  drhAvoid loading overflow pages just to satisfy typeof...
2012-03-28  drhMinor changes to the core of OP_Column for performance... faster-typeof-and-length
2012-03-28  danFix a problem in fts4merge3.test.
2012-03-28  drhImprovements to comments. Minor changes to code in...
2012-03-28  drhTest cases for length() of a large blob in an aggregate...
2012-03-28  drhFix the typeof() and length() optimization so that...
2012-03-28  drhEvaluate typeof(X) and length(Y) where X is any column...
2012-03-27  drhAdd output of PRAGMAs auto_vacuum and encoding to the...
2012-03-27  danReally delete the fts3merge.test script (should have...
2012-03-27  danRemove the fts3merge.test script in favour of changing...
2012-03-27  drhIn the fts3view utility, label the blank segments used...
2012-03-27  drhEnhance the fts3view tool with the big-segment command...
2012-03-27  danMerge the fts4-incr-merge-exp branch with fts4-incr...
2012-03-27  danAllow multiple incremental merges to proceed concurrent...
2012-03-27  drhMinor correct errors in the file format description...
2012-03-27  drhEnhance fts3view to show decodes of segments and doclists.
2012-03-26  drhAdd the fts3view utility program.
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-25  drhIncrease the version number to 3.7.12
2012-03-24  drhAdd SQLITE_DBSTATUS_CACHE_WRITE to the command-line...
2012-03-24  drhAdd SQLITE_DBSTATUS_CACHE_WRITE. Used to query a databa...
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  drhWhen an incremental blob cursor is invalidated (occurs...
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-22  drhAlways quote the names of tables in the output of the...
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-07  drhIf a CHECK constraint is named, report that name on... named-check-constraints
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].
next