]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-05-07  mistachkinSimplify directory checking for winOpen and add checkin... win-check-dir
2012-05-07  drhDo not do the AV retry loop on open if the file that...
2012-05-01  danUpdate a test in io.test to account for [05f98d4eec].
2012-04-27  drhFix a minor deviation from the coding style guidelines.
2012-04-27  drhEnhance the processing of ORDER BY clauses on compound...
2012-04-27  drhEnhance the do_test proc in the test suite so that...
2012-04-26  drhAll virtual table constructors to be invoked recursivel...
2012-04-24  drhNew test cases for the ".dump" and ".mode insert" comma...
2012-04-24  drhMove the shell test scripts into the test/ subfolder...
2012-04-24  drhFix a sign-extension problem for BLOB output in ".inser...
2012-04-23  drhUpdate the ".table" command in the shell to show all...
2012-04-21  drhIf terminating interactive input to the command-line...
2012-04-20  danDo not consider a DISTINCT clause redundant unless...
2012-04-20  danFix for 2a5629202f. When considering whether or not...
2012-04-20  drhRemove obsolete art.
2012-04-19  drhFix harmless compiler warnings on x64 MSVC, mostly...
2012-04-19  drhFix a harmless compiler warning in tclsqlite.c for...
2012-04-19  drhFix harmless compiler warnings (unused parameter warnin...
2012-04-18  drhFix a harmless compiler warning in the mkkeywordhash...
2012-04-18  drhFix a typecast problem in lemon that could cause proble...
2012-04-17  drhImproved handling of aggregate subqueries within an...
2012-04-17  drhAdd an undocumented and possibly ephemeral ".breakpoint...
2012-04-16  drhFix a bug in the command-line shell logic that attempts...
2012-04-14  drhIn the unix VFS, always set every open file to close...
2012-04-14  drhFix a typo in a comment that is extracted for documenta...
2012-04-11  drhAdd a testcase() macro to ensure that the sqlite3AuthCh...
2012-04-11  drhFix harmless static-analysis warnings, mosting having...
2012-04-10  drhAdd new interfaces to the test_quota.c module: sqlite3...
2012-04-10  drhFix a copy/paste error in a comment in the fuzzer....
2012-04-07  drhFix the application-defined function logic so that...
2012-04-06  drhUpdate sqlite3_analyzer to correctly find all database...
2012-04-05  drhIgnore the value of SQLITE_FCNTL_CHUNK_SIZE if it is...
2012-04-05  drhPerformance improvements for the RowSet object when...
2012-04-04  drhAdd the ".trace" option to the command-line shell.
2012-04-04  drhFix the multiplexor logging so that it works with SQLIT...
2012-04-04  drhIn the multiplexor extension, improve the error logging...
2012-04-03  danDo not run attempt to run test file fts4merge3.test...
2012-04-03  danModify capi3.test and capi3c.test so that they work...
2012-04-03  danModify the integrity-check code to reduce the size...
2012-04-03  drhFix a typo in the rtree6.test script that prevented...
2012-04-03  drhRerun autoconf to update the configure script for versi...
2012-04-03  drhIf the SELECT that finds all root pages in the showdb...
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...
next