]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-30  drhIn the command-line shell, added options --lookaside...
2014-08-29  drhNote a fault after all, rather a testing mistake.
2014-08-29  drhAvoid an unnecessary OP_Move operation for expression...
2014-08-28  drhImproved WHERETRACE messages for the estimated output...
2014-08-28  drhFix a problem causing an inaccurate stat4-based estimat...
2014-08-28  drhAdd a testcase() macro to help verfity the row estimati... stat4-experimental
2014-08-28  danFix a problem causing an inaccurate stat4-based estimat...
2014-08-28  drhFix a formatting error ("%d" needed in place of "%g...
2014-08-27  drhRefactor the sqlite3PcacheFetch() routine into three...
2014-08-27  mistachkinAdd a VDBE synopsis comment for clarification.
2014-08-27  danAdd a missing ticket number to a comment in index7...
2014-08-27  danWhen determining whether or not a partial index is...
2014-08-27  drhIn the sqlite3_context object, keep a pointer to the...
2014-08-27  drhFactor out the exception paths from sqlite3ValueToText...
2014-08-27  drhPerformance enhancement in sqlite3VdbeMemNulTerminate().
2014-08-26  drhChange the page cache so that a new sqlite3_pcache...
2014-08-25  drhAdd an assert() and five testcase() macros to the OP_Ca...
2014-08-25  drhMinor changes to the CAST logic to make it more testable.
2014-08-25  drhTest cases added for using unary "+" and CAST operators...
2014-08-25  drhAllow CAST expressions and unary "+" operators to be...
2014-08-25  danIn cases where stat4 data is available but cannot be...
2014-08-25  drhRemove the pager_lookup() function since it is redundan...
2014-08-25  drhChange the name of the VdbeMemRelease() macro to VdbeMe...
2014-08-24  drhThe sqlite3VdbeChangeEncoding() routine goes about...
2014-08-24  drhPatch the sqlite3PagerWrite() method in the Pager to...
2014-08-23  drhFaster implementation of pcache1Fetch()
2014-08-23  drhFaster implementation of the sqlite3ApiExit() routine.
2014-08-23  drhAnother memory allocator performance optimization.
2014-08-23  drhFix a variable-declaration after code problem in btree...
2014-08-23  drhChanges to sqlite3ScratchMalloc() that make the entire...
2014-08-23  drhMake the implementation of the sqlite3_aggregate_contex...
2014-08-23  drhImproved performance in the type handling of arithmetic...
2014-08-23  drhPerformance optimization in the applyAffinity() logic...
2014-08-22  drhAnother performance tweak: Split the sqlite3BtreeCursor...
2014-08-22  drhFactor the saveAllCursors() routine of btree.c into...
2014-08-22  drhPerformance enhancements in the b-tree mutex logic.
2014-08-22  drhCombine the pcacheAddToDirtyList() and pcacheRemoveFrom...
2014-08-22  drhPerformance enhancement in sqlite3PutVarint().
2014-08-22  drhSplit the sqlite3Error() routine into sqlite3Error...
2014-08-22  drhPerformance improvement in the printf() logic by avoidi...
2014-08-22  drhImprove the performance and reduce the size of the...
2014-08-22  drhHandle the 4-byte integer case in the stackless routine.
2014-08-22  drhGet the sqlite3VdbeSerialGet() routine to run faster...
2014-08-22  drhChange a while-loop into a do-loop in sqlite3VdbeSerial...
2014-08-22  drhEnhance the spellfix extension with the ability to...
2014-08-21  drhSimplify the interface to the symbol table, saving...
2014-08-21  drhFix a faulty assert() statement. Add comments to clari...
2014-08-20  drhIncrease the version number to 3.8.7
2014-08-20  drhEnhancements to skip-scan such that it is operable...
2014-08-20  drhA small performance improvement in freeSpace() by speci...
2014-08-20  drhReimplement the freeSpace() routine in btree.c so that...
2014-08-20  drhRefactor local variable names in the freeSpace() routin...
2014-08-20  drhSize reduction and performance improvements in btree...
2014-08-20  drhAdd SQLITE_API macros in front of interface routines...
2014-08-20  drhChange an assert() added by the previous commit into... btree-speedup
2014-08-20  drhFurther size reduction and performance improvement...
2014-08-20  danFix a typo in the showdb usage message.
2014-08-20  drhMinor performance improvement and size reduction for...
2014-08-19  drhModify the memsubsys1-3.1.4 test so that it does not...
2014-08-19  drhA better fix for the sqlite3_trace() problem.
2014-08-19  drhMake sure the sqlite3_trace() callback is invoked,...
2014-08-19  drhImprovements to output formatting with the ".trace...
2014-08-19  danMinor changes to do with the Tcl tea extension package...
2014-08-18  drhRefactor the names of state objects in the command...
2014-08-15  drhFix compiler warnings on WinCE.
2014-08-15  drhVersion 3.8.6 version-3.8.6
2014-08-14  danFix an assert that can fail if the database file is...
2014-08-14  mistachkinFix compiler warnings on WinCE. winCeWarn
2014-08-14  drhFix typos in comments used to help generate documentati...
2014-08-14  mistachkinAdd icon to the Windows shell executable. This is...
2014-08-13  drhMinor change to unixDelete for VxWorks with a DOS files...
2014-08-12  danFix where9.test so that it works with the "no_optimizat...
2014-08-12  mistachkinFix compilation issue in the Win32 VFS when manually...
2014-08-12  drhImprove the comments associated with SQLITE_TEST_REALLO...
2014-08-12  danRun a test with TEST_REALLOC_STRESS and OMIT_LOOKASIDE...
2014-08-12  danIf SQLITE_TEST_REALLOC_STRESS is defined, extend the...
2014-08-12  drhFix typos in the VxWorks code of os_unix.c.
2014-08-12  danAdd a test to ensure that the problem fixed by [a179e41...
2014-08-12  drhFix an assert() statement in the SELECT code generator...
2014-08-11  mistachkinModify GetVersionEx Win32 VFS fix for use with the...
2014-08-11  drhFurther clarification and typo fixes for the previous...
2014-08-11  drhClarify the comment explaining the meaning of the SQLIT...
2014-08-11  mistachkinFix for #ifdef issue with GetVersionEx in the Win32...
2014-08-11  drhAdd a few more requirements tests.
2014-08-11  drhUpdates to evidence marks and requirements. No changes...
2014-08-11  drhFix harmless compiler warnings.
2014-08-11  drhChanges that will perhaps enable SQLite to work better...
2014-08-08  drhUpdate requirements marks. No changes to code.
2014-08-08  drhImprovements to the way the query planner handles sorti...
2014-08-08  danFix a buffer overrun in the previous commit. query-planner-fix
2014-08-08  danBecause SQLite internally calculates query plan costs...
2014-08-08  drhThe SQLITE_IOERR_BLOCKED extended error code is not...
2014-08-08  drhReworking the documentation on integer result codes...
2014-08-07  drhWhen the estimated sorting cost overwhelms the estimate...
2014-08-07  drhClarify the computation of compatible isOrdered by...
2014-08-07  drhRemove the extraneous debugging printf() from the previ...
2014-08-07  drhWhen the estimated cost to do a sort overwhelms the...
2014-08-06  drhA couple more harmless compiler warnings eliminated.
2014-08-06  drhFix two more harmless compiler warnings. Make sure...
2014-08-06  drhFix harmless compiler warnings. In the command-line...
next