]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-03-07  mistachkinAnother tweak to the MSVC clean target. msvcFixes
2018-03-07  mistachkinFix harmless compiler warning in FTS5.
2018-03-07  mistachkinFix utility compilation issues with MSVC.
2018-03-07  drhAdd the sqlite3_serialize() and sqlite3_deserialize...
2018-03-07  drhMark an unreachable branch using NEVER(). memdb
2018-03-06  drhImproved documentation for sqlite3_serialize() and...
2018-03-06  drhHandle some boundary cases in memdb associated with...
2018-03-06  drhSimplifications to the memdb VFS.
2018-03-06  danAvoid running a couple of tests in crash8.test that...
2018-03-06  drhImprovements to the memdb VFS.
2018-03-06  drhMerge the walIteratorInit() fix from trunk.
2018-03-05  drhFix walIteratorInit() so that it always leaves the...
2018-03-05  drhMerge the session fix from trunk.
2018-03-05  danFix another crash in the sessions module triggered...
2018-03-05  drhImproved command-line help for the -A option on the...
2018-03-05  drhA new way of doing archive commands on the command...
2018-03-05  drhIn the CLI, add a new command-line option "--archive...
2018-03-05  drhMerge session fixes from trunk.
2018-03-02  danIn sqlite3_checker, wrap the call to "SELECT checkfreel...
2018-03-02  danIn a checkpoint, figure out if it is possible to checkp...
2018-03-02  danOptimize the obscure case of running a checkpoint again...
2018-03-01  drhAllow the zSchema argument to sqlite3_serialize() to...
2018-03-01  mistachkinTypo fixes in comments. No changes to code.
2018-03-01  danFix further crashes in sqlite3changeset_apply() caused...
2018-03-01  drhMerge the latest enhancements from trunk.
2018-03-01  danFix some crashes in the sqlite3changeset_apply() functi...
2018-02-28  drhEnhance the sessions documentation to show the methods...
2018-02-28  drhUse <pre> around code snippets in the documentati...
2018-02-28  drhFix a potential NULL pointer deref following OOM in...
2018-02-27  drhAdd support for TRUE and FALSE keywords and for operato...
2018-02-27  drhClean up comments and variable names prior to merge. is-true-operator
2018-02-27  drhRemove an unnecessary decision.
2018-02-26  drhCode simplifications. New test cases.
2018-02-26  drhGet the "DEFAULT true" and "DEFAULT false" phrases...
2018-02-26  drhEnhance TreeView so that it can display the new IS...
2018-02-26  drhRefactor for correct NULL handling in the IS TRUE,...
2018-02-26  mistachkinMore tests pursuant to ticket [36fae083b450e3af857a459e20].
2018-02-26  mistachkinFix heap issue in the shell on Win32 caused by allocato...
2018-02-26  drhMerge the fix for determining truth of floating point...
2018-02-26  drhAlways interpret non-zero floating-point values as...
2018-02-26  drhExperimental implementation of IS TRUE and IS FALSE...
2018-02-23  mistachkinFix harmless compiler warnings in the zipfile extension...
2018-02-23  mistachkinEnable the JSON1 extension when compiling the test...
2018-02-22  drhFor the "SQLite archive" link in the README.md file...
2018-02-22  drhUpdates to the README.md file. Mention the ability...
2018-02-21  drhRemove an unreachable branch in the walIndexPage()...
2018-02-21  drhSmall performance improvement in sqltie3WalFindFrame().
2018-02-21  drhRemove an unnecessary memset().
2018-02-20  drhMake the walIndexPage() routine about 3x faster by...
2018-02-20  drhIn the speed-check.sh script, make WAL mode the default...
2018-02-20  drhRemove a superfluous "#if 1". No logic changes.
2018-02-20  drhOptimize calls to sqlite3_mprintf("%z...") so that...
2018-02-20  drhRemove a lot of the text describing extended format...
2018-02-19  drhEnhance the string formatter (used by printf()) so...
2018-02-19  drhPrinting a value of 0 using %c terminates the string. printf-enhancement
2018-02-19  drhMore test cases for unicode handling in printf.
2018-02-19  drhTest cases and a bug fix on the new unicode handling...
2018-02-19  drhFix the %c substitution in printf() so that it works...
2018-02-19  drhMake the alternate-form-2 flag ("!") change the meaning...
2018-02-19  drhIn the printf() library, measure width and precision...
2018-02-19  drhOnly try to use the geteuid() interface on unix if...
2018-02-19  drhFix an assert so that it compares two CellInfo objects...
2018-02-18  drhFix a memory leak in the processing of nested row value...
2018-02-18  mistachkinPort mutex enhancments from check-in [f53b8a573b] to...
2018-02-17  danFix a data race causing a tsan complaint with SQLITE_EN...
2018-02-15  drhDo not allow parameters or schema references inside...
2018-02-15  drhImprove performance of editdist3() by keeping the costs...
2018-02-15  drhReduce the number of calls to strncmp() required to...
2018-02-15  drhFix the --heap, --pagecache, --lookaside and other...
2018-02-14  drhAdd the --readonly option to the ".open" command in...
2018-02-14  drhPerformance optimizations to the editdist3() function...
2018-02-14  drhDisable assert() in the spellfix extension if not compi...
2018-02-14  drhNew test cases for the editdist3() function in the...
2018-02-14  drhTry to optimize spellfix1 by storing a NULL in the...
2018-02-13  drhImproved test cases for the [f484b65f3d6230593c34f...
2018-02-13  drhFix an incorrect table lookup used to find the appropri...
2018-02-13  drhRemove an unused variable from FTS4.
2018-02-13  danEnsure that multiple updates of the same FTS4 row ...
2018-02-12  drhUpdates to the speed-check.sh script for improvements...
2018-02-12  drhWhen compiling with VDBE_PROFILE, add the sqlite3NProfi...
2018-02-12  danUpdate test file func6.test so that it works with SQLIT...
2018-02-12  drhFix a possible infinite loop in VACUUM that can come...
2018-02-10  drhFix misplaced testcase() macros from the previous check-in.
2018-02-09  drhImprove the performance of the built-in REPLACE() funct...
2018-02-09  drhAdd the zorder.c extension implementing zorder() and...
2018-02-09  danMake the tests in func6.test more robust against implem...
2018-02-09  drhFix a harmless compiler warning.
2018-02-08  mistachkinEnhance sqlite3ErrStr() to include several more error...
2018-02-07  mistachkinFix typo in comment. Skip tests added by check-in...
2018-02-07  danIn extensions rtree, fts3 and fts5, ensure that when...
2018-02-07  danWhen the final connection disconnects from a wal mode...
2018-02-05  mistachkinAdjust the previous check-in, which modified the Win32...
2018-02-05  mistachkinAllocation the mutex used by the Win32 VFS only once...
2018-02-05  drhAllocation the mutex used by the unix VFS only once...
2018-02-05  danFix another minor problem in walro2.test.
2018-02-05  danUpdate test file walro2.test to account for systems...
2018-02-04  drhIn the CLI,
2018-02-04  mistachkinFix harmless compiler warning seen with MSVC.
2018-02-04  mistachkinMove variable declaration in zipfile extension to fix...
2018-02-02  danRemove the "include <io.h>" win32 dependency from the...
next