]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-05-11  drhFor in-memory databases, it does not matter if pcache... pager-dev
2016-05-11  danRemove a redundant condition from pcache.c. Add an...
2016-05-11  danRemove some a small amount of redundant code related...
2016-05-11  drhDo not reset the page cache when a rollback journal...
2016-05-11  drhAlways truncate, rather than persist, the rollback...
2016-05-11  drhAdd pcache tracing macros. Off by default. Requires...
2016-05-10  danAdd another test case to temptable3.test.
2016-05-10  drhFix a problem in sqlite3PagerMovepage() when working...
2016-05-09  drhFixes to requirements marks. No changes to code.
2016-05-09  drhEnhancements to test/sort5.test so that it works with...
2016-05-09  drhRemove some forgotten debugging lines from test/sort5...
2016-05-09  danUpdate a comment in fts5.h. No changes to code.
2016-05-09  danFix the FTS5 xQueryPhrase() API function so that it...
2016-05-07  drhMake the sqlite3DeleteTable() routine smaller and faster.
2016-05-07  drhFix typo in the intpkey-17.2 test.
2016-05-06  drhSimplification to the logic used to decide between...
2016-05-06  drhCorrections to comments on the whereScanInit() interface.
2016-05-06  drhFor DELETE operations, make sure that seeks on the...
2016-05-06  danFix an error in main.mk causing testfixture to use...
2016-05-06  drhIn the WHERE generator, when building code for a DELETE... ticket-16c9801ce
2016-05-06  danFix a bug in sqlite_analyzer causing it report (slightl...
2016-05-06  drhDo not scan indexes that have the integer primary key...
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.
next