]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-05-20  drhAutoconf configure.ac adjustment to try to get it to...
2016-05-19  drhFixup comments on wctrlFlags value definitions.
2016-05-19  drhClean up the WHERE_* macros used for the wctrlFlags...
2016-05-19  drhOptimization marks in vdbe.c. No logic changes.
2016-05-19  drhPerformance improvement in the OP_Column opcode.
2016-05-19  danAdd test cases to test some fts3/4 edge case behaviour...
2016-05-19  drhSmall size reduction and performance improvement in...
2016-05-18  drhAdd the "scrub" utility program that simultaneously...
2016-05-18  drhOmit the unnecessary WHERE_REOPEN_IDX flag in the WHERE...
2016-05-18  drhVersion 3.13.0 version-3.13.0
2016-05-17  drhEnhance the scrub utility program so that it does a... scrub-backup
2016-05-17  drhMerge the latest changes from trunk.
2016-05-16  danDo not run snapshot_fault.test as part of the inmemory_...
2016-05-16  drhDisable shell.exe test cases for UTF8 filenames as...
2016-05-13  drhImprovements to a comment in the pcache.c file. No...
2016-05-13  drhRemove the unused PGHDR_NEED_READ flag. Add invariant...
2016-05-13  drhClarification of the pagerFlushOnCommit() logic.
2016-05-13  drhFix pager_end_transaction() to ensure that a ROLLBACK...
2016-05-13  drhAdditional debugging and tracing logic for pcache.c...
2016-05-12  drhDisable ALWAYS and NEVER when compiled with SQLITE_MUTA...
2016-05-12  drhSimplification of the sqlite3FaultSim() call inside of
2016-05-12  drhAdd an assert in pager.c to confirm that pPager->tempFi...
2016-05-12  danAdd extra OPTIMIZATION-IF-FALSE comments where required...
2016-05-12  drhFor in-memory databases, it does not matter if pcache...
2016-05-12  drhRemove an unnecessary call to sqlite3PcacheMakeClean...
2016-05-12  danAdd a missing OPTIMIZATION-IF-FALSE comment to pcache.c.
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  drhOmit the unnecessary WHERE_REOPEN_IDX flag in the WHERE... dev
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  drhAdditional error reporting. Open the source database...
2016-05-05  drhWorking when run against sqlite.fossil.
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...
next