]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-09-11  drhClean up some #includes in the extension API implementa... user-auth
2014-09-11  drhSuppress the potential schema error that occurs when...
2014-09-11  drhEnhance the sqlite3_user_add() interface to initialize...
2014-09-11  drhAll interfaces working and tested.
2014-09-11  drhGet the sqlite3_user_delete() interface working.
2014-09-11  drhFix the sqlite3_user_change() interface so that it...
2014-09-11  drhMove user authentication blocking from sqlite3_prepare...
2014-09-11  drhAdd support for the extra parameter on the sqlite3_set_...
2014-09-11  drhReorder parameters on the sqlite3_user_*() interfaces...
2014-09-10  drhComplete the implementation of the various APIs. Fix...
2014-09-10  drhAdd the ".user" shell command and implement the sqlite3...
2014-09-10  drhFurther ideas on user authentication. Not yet working...
2014-09-09  drhNon-working preliminary implementation attempts on...
2014-09-06  danFixes to os_unix.c to support database (and other)...
2014-09-06  danMerge latest trunk changes with this branch. android-large-filles
2014-09-06  danFixes to os_unix.c to support database (and other)...
2014-09-06  peter.d.reidFix typos in comments. No code changes.
2014-09-06  drhDo not require a page-size change if the attempt to...
2014-09-06  drhAdd the sqlite3_memdebug_title_count global variable...
2014-09-06  mistachkinFix a couple of typos in comments. No changes to code.
2014-09-06  drhQuery planner heuristic update:
2014-09-05  mistachkinFix harmless compiler warning.
2014-09-01  drhUpdate comments in the ANALYZE command that describe...
2014-09-01  drhAvoid a confusing (though correct) argument to the...
2014-09-01  mistachkinFor sqlite3_win32_is_nt(), assume WinRT is NT-based...
2014-09-01  drhTweak the documentation for SQLITE_LIMIT_WORKER_THREADS...
2014-09-01  drhAdd support for using separate worker threads to speed...
2014-09-01  drhAttempt to make the xDelete method of the unix VFS...
2014-09-01  drhMicro-optimizations in sqlite3BtreeNext() and sqlite3Bt...
2014-09-01  mistachkinFix harmless compiler warnings for MSVC.
2014-08-30  drhIn the command-line shell, added options --lookaside...
2014-08-29  drhDisable worker threads when SQLITE_THREADSAFE=0. Set... threads
2014-08-29  drhFix the speedtest1.c test program to set the worker...
2014-08-29  drhAdd SQLITE_LIMIT_WORKER_THREADS for controlling the...
2014-08-29  drhMerge recent performance enhancements from trunk onto...
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  drhRemove the SQLITE_CONFIG_WORKER_THREADS configuration...
2014-08-25  drhMerge the CAST operator enhancements from trunk.
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  drhQuery or change the maximum number of worker threads...
2014-08-25  drhMerge the recent performance enhancements implemented...
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  mistachkinRevise #ifdef ordering to prefer the ANSI version of... winrt
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  mistachkinFor sqlite3_win32_is_nt(), assume WinRT is NT-based.
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.
next