]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-03-14  drhAdd the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_d... dbstatus-cache-spill
2018-03-14  danImprove detection of out-of-range parameters in sqlite3...
2018-03-12  danFix a typo causing SQLITE_LOG_CACHE_SPILL builds to...
2018-03-10  mistachkinAdd more tests for the profile output of the Tcl trace_...
2018-03-10  drhFix the second callback argument to the "profile" respo...
2018-03-10  drhAdd support for INSERT OR REPLACE and INSERT OR IGNORE...
2018-03-10  drhImproved error messages from the zipfile extension.
2018-03-10  drhAvoid harmless left-shifts of negative numbers in the...
2018-03-10  drhFix the zipfile extension so that it is able to create...
2018-03-09  drhFix the .archive command in the CLI so that it actually...
2018-03-09  drhEnhance the ".ar" command in the CLI so that it is...
2018-03-09  drhSetting ".stats 2" in the CLI causes column metadata...
2018-03-09  drhSimplification to the shell_exec() mechanism in the...
2018-03-09  danFix a problem in test file nockpt.test causing errors...
2018-03-09  drhFix a test case in zipfilefault.test so that it only...
2018-03-09  drhAttempt to fix a harmless compiler warning from Clang.
2018-03-08  mistachkinEnable API armor handling for the new deserialize APIs.
2018-03-08  drhAdd the --append and --zip options of the CLI to the...
2018-03-08  mistachkinInclude the 'sessionfuzz' tool in the clean target...
2018-03-08  drhUpdates to documentation on sqlite3_serialize() and...
2018-03-07  mistachkinFix harmless compiler warnings in the 'dbdump' tool.
2018-03-07  mistachkinFix harmless compiler warning.
2018-03-07  mistachkinEnable compilation of 'sessionfuzz' tool using MSVC.
2018-03-07  drhAdd the sessionfuzz test program and data obtained...
2018-03-07  mistachkinUpdate the autoconf Makefile for MSVC.
2018-03-07  mistachkinFix various compilation issues seen with MSVC.
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...
next