]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-05-05  drhFinished implementation compiles, but untested.
2016-05-05  drhInitial check-in of the "scrub.exe" utility program...
2016-05-05  drhRenumber internal constants in the printf() implementio...
2016-05-04  drhDisable the session extension API if SQLITE_ENABLE_SESS...
2016-05-04  mistachkinFix typo in comment. No changes to code.
2016-05-04  drhOnly disable the one-pass DELETE optimization if the...
2016-05-04  drhPortability enhancements to the configure script on...
2016-05-04  danDisable the PagerDontWrite() optimization for temp...
2016-05-03  mistachkinMinor style tweaks in the MSVC makefile.
2016-05-03  drhThe session extension is disabled by default. To enabl...
2016-05-03  drhTurn the session extension off by default. Enable... session-make
2016-05-03  drhAvoid left-shifts of signed integers.
2016-05-02  danRemove some randomness from test script temptable2...
2016-05-02  drhFix a test case in temptable2.test so that it works...
2016-05-02  drhFix harmless LLVM compiler warnings in the srcck1.c...
2016-05-02  drhDisable the multi-row one-pass DELETE optimization...
2016-05-02  drhImprovements to the way the LIKE optimization is implem...
2016-04-30  danChange the way tester.tcl handes $argv so that in ...
2016-04-30  drhRemove an unnecessary branch from the OP_String8 opcode.
2016-04-30  drhMore bug fixes to Lemon identified by Kelvin Sherlock...
2016-04-30  drhSimplifications to the OP_Halt opcode implementation.
2016-04-29  drhFix the temporary directory search algorithm for unix...
2016-04-29  drhPostpone I/O associated with TEMP files for as long...
2016-04-29  danFix test script temptable2.test so that it works with... tempfiles-25
2016-04-29  danMerge latest trunk changes, including test case fixes...
2016-04-29  danModify the permutations.test script so as to set any...
2016-04-29  drhLemon bug fix: Do not merge action routines unless...
2016-04-29  danFix an almost entirely harmless buffer overread in... permutations-fix
2016-04-29  drhSome optimization comments added to vdbe.c. No functio...
2016-04-28  drhFurther simplifications and improved commentting on...
2016-04-28  drhComment changes only: Add several optimization marks...
2016-04-28  mistachkinFix typo in comment. No changes to code.
2016-04-28  drhRearrange some code in the RowSet logic for clarity...
2016-04-28  danMerge latest changes from trunk with this branch.
2016-04-28  danAvoid running sessionfault.test and sessionfault2.test...
2016-04-28  drhUse comments to mark several branches as optimizations...
2016-04-28  danEnsure that quota.test deletes the directory named...
2016-04-28  drhRemove an unnecessary conditional from the sqlite3DecOr...
2016-04-28  drhChange the sqlite3Atoi64() routine so that it returns...
2016-04-27  danModify the permutations.test script so as to set any...
2016-04-27  drhMore simplification of the sqlite3AtoF() routine. ...
2016-04-27  danFix a couple of test script problems on this branch...
2016-04-27  drhRemove still more unnecessary branches from sqlite3AtoF().
2016-04-26  drhFurther simplifications to sqlite3AtoF() to remove...
2016-04-26  drhRemove an unnecessary line from the sqlite3AtoF() routine.
2016-04-26  drhThe pcache and the built-in VFSes should not use mutexe...
2016-04-26  danFix an issue in temptable2.test preventing it from...
2016-04-26  danMerge the checksymbols fix from trunk into this branch.
2016-04-26  drhFix the "checksymbols" target in Makefile.in to be...
2016-04-25  drhAdd an sqlite3FaultSim() all to make it easier to simul...
2016-04-25  drhRemove an obsolete comment from the pager. No code...
2016-04-25  danUpdate the RBU vacuum code so that databases that use...
2016-04-25  drhFix some unreachable branches in the pager.
2016-04-25  drhMerge bug fix from trunk.
2016-04-25  drhWhen checking for the WHERE-clause push-down optimizati...
2016-04-25  mistachkinFix a typo in the Makefile.
2016-04-23  drhMerge the temporary directory search algorithm fix...
2016-04-23  drhFix the fix to the temporary directory search algorithm...
2016-04-23  drhMerge the latest trunk changes.
2016-04-23  danFix a problem with mixing temp-files and mmap-mode.
2016-04-23  danFix some problems to do with temp-file databases and...
2016-04-21  drhChange the temporary directory search algorithm on...
2016-04-21  danAdd the sqlite3rbu_vacuum() API, to create an RBU handl...
2016-04-21  danIf a call to sqlite3rbu_close() on an rbu handle opened... rbu-vacuum
2016-04-21  danFix a problem in rbu vacuum on tables with a large...
2016-04-21  drhAdd a function prototype in order to fix a compiler...
2016-04-21  drhMerge updates from trunk.
2016-04-21  drhAdd the SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION method...
2016-04-21  drhTest cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION. load-ext-security
2016-04-21  drhRevert sqlite3_enable_load_extension() to its original...
2016-04-20  danAdd a documentation comment for sqlite3rbu_vacuum(...
2016-04-20  drhWhen an error occurs while transitioning out of WAL...
2016-04-20  drhFix a locking race condition in Windows 10 that can...
2016-04-20  danAdd fault injection tests for rbu vacuum. Fix some...
2016-04-20  drh<b>API Change:</b> Modify sqlite3_enable_load_extension...
2016-04-19  danUpdates to ensure the values of PRAGMA settings like...
2016-04-19  danWhen an RBU vacuum is started on a db identified using...
2016-04-19  danDetect attempts to use rbu vacuum on a wal mode databas...
2016-04-18  danAnother fix to rbu vacuum for a zipvfs case.
2016-04-18  danFix some zipvfs related problems in RBU vacuum.
2016-04-18  drhRemove quotes from identifiers used as datatype names...
2016-04-18  drhMerge recent trunk changes.
2016-04-18  drhsqlite3PCachePerecentDirty() should return 0 if the...
2016-04-18  drhThe last parameter to pread64() and pwrite64() should...
2016-04-18  danAdd the -vacuum switch to the "rbu" demonstration program.
2016-04-16  danChanges so that rbu vacuum works with zipvfs databases.
2016-04-16  danAvoid creating any extra files ("<target>-vacuum")...
2016-04-16  danFix a couple of assert() statements that were failing...
2016-04-15  danAdd the experimental sqlite3rbu_vacuum() API function...
2016-04-15  drhCLI enhancement: Add the ".eqp full" option, that...
2016-04-14  danIn the ICU extension toupper() and tolower() SQL functi...
2016-04-14  drhAdd the SF_HasAgg constant (currently unused). Also...
2016-04-14  danCorrectly interpret negative "PRAGMA cache_size" values...
2016-04-14  drhAdd some missing testcase() macros to the pushDownWhere...
2016-04-14  drhRename WhereInfo.pResultSet to pDistinctSet to more...
2016-04-14  drhSince the return value of sqlite3OsClose() is always...
2016-04-14  drhAdditional ".selecttrace" debugging output when the...
2016-04-13  drhFix compiler warnings by removing surplus local variabl...
2016-04-13  drhMerge enhancements from trunk via tempfiles-lazy-open.
2016-04-13  danOn commit, flush dirty temp-file pages only if the...
next