]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-01-26  drhAdd a single test case to fts4unicode.test to verify... branch-3.7.15
2013-01-09  drhVersion 3.7.15.2 release candidate version-3.7.15.2
2013-01-09  drhFix an over-aggressive optimization of ORDER BY on...
2012-12-19  drhVersion 3.7.15.1 version-3.7.15.1
2012-12-19  drhBackport to the 3.7.15 branch
2012-12-12  danVersion 3.7.15 version-3.7.15
2012-12-11  drhUpdate requirements marks and test cases for multi...
2012-12-11  drhFix a typo in a comment that is used to generate
2012-12-10  drhWhen an arithmetic operation with two integer operands...
2012-12-10  danModify releasetest.tcl so that it runs the "checksymbol...
2012-12-10  danRemove a reference to JumpOnce from a comment in vdbe...
2012-12-08  drhFactor some work out of the index loop of the bestBtree...
2012-12-08  drhRefactor collating-sequence handling as a fix for ticke...
2012-12-08  drhAdjustments to the collating-sequence refactoring to... ticket-71e333e7
2012-12-08  drhMake sure WHERE clause constraints A=B and B=A work...
2012-12-08  drhFix the header comment on the OP_Compare operator.
2012-12-08  drhDuplicating check constraint expressions prior to code...
2012-12-08  drhVeryquick passes all tests now.
2012-12-08  drhRecognize TK_COLLATE operators that have been transform...
2012-12-07  drhImproved error messages when column integers in an...
2012-12-07  drhFor an ORDER BY on a compound SELECT, take the collatin...
2012-12-07  drhDo not report missing collating functions while parsing...
2012-12-07  drhFix a long-standing issue with the distinct-as-aggregat...
2012-12-07  drhFix the processing of ORDER BY clauses with COLLATE...
2012-12-07  drhMany more tests are passing. Only about 100 failures...
2012-12-07  danEnsure the VerifyCookie sub-routine has been run before...
2012-12-07  drhSome errors in veryquick resolved. Many more to go.
2012-12-07  drhVeryquick now row to completion without segfaulting...
2012-12-07  danDo not run test file malloc3.test as part of the inmemo...
2012-12-07  mistachkinSpelling and header fixes for the async extension.
2012-12-06  mistachkinIn the async VFS, treat the new error code SQLITE_IOERR...
2012-12-06  drhRemove the Expr.pColl field and compute the collating...
2012-12-06  danMerge the constant-refactoring-in-triggers branch with...
2012-12-06  danApply the same restrictions on constant refactoring... constant-refactoring-in-triggers
2012-12-06  drhAdd the SQLITE_FCNTL_TEMPFILENAME file control that...
2012-12-06  drhAdd a test case that demonstrates ticket [71e333e7d2e642].
2012-12-06  mistachkinFor the sqlite3-all.c target, use backslashes when...
2012-12-06  mistachkinBring the ancient malloc3.test file closer into relevan...
2012-12-06  drhStop using the TCL_LIBS configuration variable when...
2012-12-06  drhRemove obsolete comments from the definition of the...
2012-12-06  mistachkinStop using the TCL_LIBS configuration variable when... noTclLibs
2012-12-05  danDisable a couple of tests in where.test when running...
2012-12-05  danModify a query in test/thread001.test to ensure that...
2012-12-05  danFixes to a test case in shared_err.test. The fix is...
2012-12-05  drhMake sure memory is freed using a routine that is compa...
2012-12-05  danSince errors are ignored anyway, use sqlite3OsFileContr...
2012-12-05  danIf the atomic-write property is enabled, a transaction...
2012-12-05  danUpdate a couple of test scripts so that they work in...
2012-12-04  drhFix a harmless compiler warning.
2012-12-04  danAdd a test to ensure that the fix in [b0c1ba655d] has...
2012-12-04  drhImprovements to the 'tcl' shell output mode. Escape...
2012-12-04  drhFix an uninitialized variable detected by valgrind.
2012-12-04  mistachkinFix an out-of-order function declaration when compiled...
2012-12-04  mistachkinImprovements to the 'tcl' shell output mode. Escape... tclMode
2012-12-03  drhRemove an unreachable condition. Replace it with an...
2012-12-03  drhMake sure that the optimization that set the maximum...
2012-12-01  drhDo not exist the command-line shell if a ".read" comman...
2012-11-29  drhMark the "async" module as deprecated as its functional...
2012-11-27  drhAdd the SQLLOG capability to trunk.
2012-11-27  drhImproved detection of file-does-not-exist in winDelete.
2012-11-27  drhGet SQLLOG working on windows. Fix a couple of compile... sqllog
2012-11-27  danFix a problem causing the "number-of-documents" field...
2012-11-27  danFix problems in test_sqllog.c. Clarify the experimental...
2012-11-26  danAdd an option to register global hooks used for logging...
2012-11-21  mistachkinIn winDelete, determine that a file does not exist... winNotFound
2012-11-20  drhHave the windows implementation of xDelete return SQLIT...
2012-11-13  drhStrive to use posix_fallocate() rather than ftruncate...
2012-11-13  drhUse preprocessor macros to automatically detect whether... tkt-5eaa61ea18
2012-11-13  drhWhen available, use posix_fallocate() rather than ftrun...
2012-11-09  drhOnly log unlink() errors if the error is something...
2012-11-09  danChange os_unix.c to propagate ENOENT errors back to...
2012-11-09  drhTake into account the cost of inner loops when selectin...
2012-11-09  drhDisable the table selection rule that tried to prevent... inner-loop-cost
2012-11-09  drhTry to take into account the cost of inner loops when...
2012-11-06  mistachkinAdjust the SQLITE_DBSTATUS_STMT_USED calculation to...
2012-11-06  drhIn test_quota.c, provide a work-around for the missing...
2012-11-05  drhAdd the INSTR() SQL function.
2012-11-02  drhMerge the fix for ticket [bfbf38e5e9956ac6] into trunk.
2012-11-02  drhAdding test cases for ticket [bfbf38e5e9956a] ticket-bfbf38e5e9
2012-11-02  drhProposed fix for ticket [bfbf38e5e9].
2012-11-02  drhFix an out-of-date comment. No changes to code.
2012-10-30  drhEnable the use of coroutines as an alternative to manif...
2012-10-30  drhMake sure that the optimizer never tries to create... subquery-as-coroutine
2012-10-30  drhFix a typo in the header comment for the OpenPseudo...
2012-10-30  drhMake it possible to disable the subquery-by-coroutine...
2012-10-30  drhAdd an optimization that attempts to run a subquery...
2012-10-29  drhMake the multiplexor and the IntArray extensions callab...
2012-10-28  mistachkinMerge VSIX tooling and packaging enhancements to trunk.
2012-10-26  danFix a 32-bit integer overflow problem that could cause...
2012-10-26  drhMake sure the automatic index optimization is checked...
2012-10-26  drhAdd QNX-specific performance tweaks to the unix VFS...
2012-10-26  drhMake sure all virtual table cursors have been closed...
2012-10-26  drhMake sure all virtual table cursors have been closed... deferred-close-order
2012-10-25  danFix a bug in fts3 causing it to return SQLITE_NOMEM...
2012-10-25  mistachkinFix typo in usage text for the command-line shell....
2012-10-25  drhImprovements to the command-line argument parsing in the
2012-10-25  drhImplementation of the INSTR() SQL function, as found... instr
2012-10-24  mistachkinTranslate the Debug/Release project configurations... vsixFlavor
2012-10-20  mistachkinModify clean target to handle all VSIX package flavors.
2012-10-20  mistachkinModify VSIX build tools in support of an additional...
next