]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-09-20  drhOnly enable HAVE_STRCHRNUL by default on linux, as... sqliteIntMacros
2014-09-20  mistachkinRevise macro usage in 'sqliteInt.h'.
2014-09-19  drhSimplify two conditionals and add testcase() macros...
2014-09-19  drhRecognize the invariant that a Mem object cannot be...
2014-09-19  drhTighten the conditions under which applyNumericAffinity...
2014-09-19  drhFix the affinity on inserts into the ANALYZE tables...
2014-09-19  drhDo not attempt to extend the temp file if VFS version...
2014-09-19  drhMake the "nolock" VFS on unix a version-3 VFS so that...
2014-09-19  drhRemove a local variable from the OP_Column implementati...
2014-09-19  drhSmall size reduction and performance increase for relea...
2014-09-19  drhUpdates to comments. No code changes.
2014-09-19  drhThe OP_Column opcode runs faster and is smaller by...
2014-09-19  drhAdd the sqlite3VdbeMemClearAndResize() function. Fix...
2014-09-19  drhMake sure that the sorting-index pre-filter recognizes... Cplusplus-comment
2014-09-19  drhAdd the sqlite3VdbeMemClearAndResize() interface to...
2014-09-18  drhAdd the Mem.szMalloc element to the Mem object and...
2014-09-18  mistachkinCorrect typos in comments. No changes to code.
2014-09-18  drhMerge the Mem.r value into the MemValue union as Mem...
2014-09-18  drhPerformance improvement for affinity transformations...
2014-09-18  drhSince numeric affinity is the most common case, check...
2014-09-18  danModify an assert() within sqlite3PagerWalFramesize...
2014-09-18  drhFix harmless warnings on 32-bit MSVC builds.
2014-09-18  drhMake sure of the strchrnul() library function on platfo...
2014-09-18  drhMerge micro-optimizations into trunk after fixing the...
2014-09-18  drhFix compiler warnings and change the nullMem structure...
2014-09-17  drhPerformance improvement and slight size reduction to...
2014-09-17  drhIn the Mem object, stop requiring that Mem.xDel be...
2014-09-17  drhImproved interface to the Mem object handling. Small...
2014-09-16  drhContinuing cleanup of memory register memory allocation...
2014-09-16  drhMake sure registers are cleared properly prior to being...
2014-09-16  drhSimplification of the OP_Column logic for the case...
2014-09-16  drhRemove an unused parameter from sqlite3VdbeIdxRowid...
2014-09-16  drhReduce the number of arguments to RecordCompare functio...
2014-09-16  drhReorder the elements of the Mem object for a small...
2014-09-16  drhChanges to sqlite3VdbeRecordUnpack() to make it slightl...
2014-09-16  drhPerformance improvement to the sqlite3MemCompare()...
2014-09-15  danFix tool/showwal.c so that it handles WAL files that...
2014-09-15  danAvoid attempting to call the xFetch() method of an...
2014-09-15  drhRemove the EXPENSIVE_ASSERTS in pcache.c having to...
2014-09-15  drhDo not flatten aggregate subqueries that contain min...
2014-09-15  drhAdjust comments to show that subquery flattening restri...
2014-09-12  drhSmall performance improvement to the dirty list handlin...
2014-09-12  drhSimplify the way the column cache is managed around...
2014-09-12  drhFix a problem with parser memory allocation on 32-bit...
2014-09-11  drhFix an issue with sqlite3_bind_text64() with the SQLITE...
2014-09-11  drhAdd new APIs that take 64-bit length parameters: sqlite...
2014-09-11  drhAdd the SQLITE_USER_AUTHENTICATION extension to the...
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  drhChange the name of the _texte64() interfaces to just... 64-bit-lengths
2014-09-09  drhAdd new interfaces to the loadable extension mechanism.
2014-09-09  drhAdd new APIs that take 64-bit length parameters:
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...
next