]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2012-10-19  drhMake sure substructure elements have proper alignment...
2012-10-19  mistachkinAdd detailed comments to the build tools used to genera...
2012-10-18  drhPut auxiliary libraries after libsqlite3.a in the testf...
2012-10-18  drhMerge Watcom compiler warning fixes into trunk.
2012-10-18  mistachkinMore warning fixes.
2012-10-18  mistachkinFix harmless compiler warnings.
2012-10-17  danAdd a comment to fts3_snippet.c.
2012-10-17  danInitialize variables used as outputs of custom tokenize...
2012-10-17  danAdd a test for the problem fixed by [bf44d73d3e].
2012-10-17  danChange the way the tcl crash-test code works to avoid...
2012-10-17  drhRemove an incorrect "#ifndef SQLITE_OMIT_AUTOVACUUM...
2012-10-15  mistachkinCorrect comments and enhance readability of the mkvsix...
2012-10-15  danHold the mutex on the shared-cache for the duration...
2012-10-15  drhDequote column names generated by the query flattener.
2012-10-15  danFix a failing assert() in wal.c.
2012-10-13  drhEnsure that when the source of a backup is a database...
2012-10-13  drhMark an always-true conditional as such. zero-byte-backup-fix
2012-10-13  mistachkinModify backup4 test name prefix to make the resulting...
2012-10-13  danEnsure that when the source of a backup is a database...
2012-10-13  mistachkinAllow the showdb tool to be compiled with MSVC.
2012-10-12  mistachkinTooling support for including the debug build in the...
2012-10-10  mistachkinFix duplicate test name in whereD.test.
2012-10-10  drhDefine the sqlite3PagerWalFramesize() function even...
2012-10-10  drhAdd support for URI filenames in sqlite3_analyzer.
2012-10-10  danMove a couple of WAL-related function declarations...
2012-10-09  drhMerge the fix for ticket [d02e1406a58ea02] into trunk.
2012-10-09  drhAttempt to suppress warnings generated by Coverity.
2012-10-09  drhAvoid an assertion fault and/or freeing memory while...
2012-10-09  drhBring some comments up to date in the query planner...
2012-10-09  drhRemove an unused variable. Fix code that occurs before...
2012-10-09  drhReplace an always-false conditional with an assert().
2012-10-08  drhChanges to facilitate full test coverage.
2012-10-08  drhMerge ORDER BY optimization refactoring and repair...
2012-10-08  drhAll test cases (veryquick.tcl and min.rc) pass. A... qp-enhancements
next