]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-05-04  drhFix a bug in --changeset output for sqldiff.exe for...
2015-05-04  drhAdd the --lib option to the sqldiff.exe command-line...
2015-05-04  danAdd the 'y' flag to the fts3/4 matchinfo() function.
2015-05-02  danReorganize some of the fts5 expression parsing code...
2015-05-02  drhImprovements to fuzzershell: Avoid excess memory alloca...
2015-05-02  drhAdd the ".limit" command to the command-line shell.
2015-05-02  danReorganize some multi-threaded code in vdbesort.c so...
2015-05-02  drhCleanup of the sqlite3StrAccumInit() function. No...
2015-05-02  danAdd the experimental matchinfo 'y' flag to fts3/4.
2015-05-01  danFurther improvements to test coverage of fts5 code.
2015-05-01  drhEnhance the fuzzershell --uniquecases option to output...
2015-05-01  drhEnhance fuzzershell to accept multiple input files...
2015-05-01  drhFix an assert in RTREE that would fire if the rtree...
2015-05-01  danFix an assert() failure caused by setting "PRAGMA journ...
2015-05-01  drhRemove obselete comment text from the description of...
2015-05-01  drhUse the sqlite3Fts3ErrMsg() function to set error messa...
2015-05-01  danImprove test coverage of fts5.c.
2015-04-30  drhEnhance the CLI to initialize the dbstat virtual table...
2015-04-30  drhFix a harmless comment typo.
2015-04-30  danAvoid dropping an error code in test function sqlite3_d...
2015-04-30  drhModify the mkfuzzdata1.tcl script so that it retains...
2015-04-30  drhFix signed/unsigned comparison compiler warnings. ...
2015-04-29  danImprove fts5 tests.
2015-04-29  drhUse sqlite3_malloc64() in place of sqlite3_malloc(...
2015-04-29  drhImproved support for OSTRACE on Windows.
2015-04-28  mistachkinRevise when the sqlite3ErrName() function is defined. winTest
2015-04-28  danFix an fts5 bug in handling writes while there are...
2015-04-28  danImprove coverage of fts5 tests.
2015-04-28  drhUpdate the test/fuzzdata1.txt file with the latest...
2015-04-28  danFix an assert() failure that could occur if the interna...
2015-04-28  drhFix sqlite3VdbeMakeWritable() to always clear the MEM_E...
2015-04-28  drhShift the Mem.pScopyFrom pointer in the correct directi...
2015-04-28  drhAdd code to the shell to optionally initialize the... stat-vtab-in-shell
2015-04-28  drhFix comment typos. No code changes.
2015-04-28  drhAdd a TCL script that can be run to generate the fuzzda...
2015-04-27  danAdd fault-injection tests for the code in test_stat.c.
2015-04-27  danChange the fts5 content= option so that it matches...
2015-04-27  drhUpdate the fuzzer test data after having run it through...
2015-04-27  danFurther tests for fts5.
2015-04-25  danImprove coverage of fts5_index.c slightly.
2015-04-25  danAdd tests for fts5.
2015-04-25  drhFix compiler warnings in sqldiff.
2015-04-25  drhUpdate the AFL fuzzer data with newly discovered paths.
2015-04-25  drhFuzzershell: change the error summary output to work...
2015-04-25  drhAdd the fuzzoomtest target to the makefiles. Invoke...
2015-04-25  danFix an obscure memory leak that could follow an OOM...
2015-04-25  drhIn fuzzershell: (1) comment fixes. (2) Set and clear...
2015-04-25  drhIn the fuzzershell, always invoke the trace and log...
2015-04-25  drhDo not send the extra ";" and "\000" tokens to the...
2015-04-25  drhAdd fflush() calls to fuzzershell to keep stderr and...
2015-04-24  drhAdd the --oom option to fuzzershell.
2015-04-24  danMerge latest trunk changes with this branch.
2015-04-24  danAdd the "unindexed" column option to fts5.
2015-04-24  drhFix fuzzershell so that it works with SQLITE_OMIT_TRACE.
2015-04-24  drhAdd the --with-tcl=DIR option to the test/releasetest...
2015-04-24  drhRun fuzzershell as part of the valgrindtest makefile...
2015-04-24  drhAdd the fuzztest target to the MSVC makefile.
2015-04-24  drhAdd AFL-generated test cases in the test/fuzzdata1...
2015-04-24  danAdd extra tests for corrupt database handling in fts5.
2015-04-24  drhAdd the --unique-cases option to fuzzershell.
2015-04-24  drhFuzzershell enhancements: (1) Add the --verbose and...
2015-04-24  danFix an fts5 build problem in main.mk.
2015-04-23  danFix a problem in the "ota" utility program causing...
2015-04-23  danMerge latest trunk changes into this branch.
2015-04-23  danFix a performance problem in calls to sqlite3ota_close...
2015-04-23  danHave OTA maintain a small LRU cache of UPDATE statement...
2015-04-23  danModify the sqlite3session_diff() API so that tables...
2015-04-23  danFix the error message returned by sqlite3session_diff...
2015-04-23  danFix a performance problem in sqlite3session_diff().
2015-04-23  drhMerge the latest trunk enhancements and fixes into...
2015-04-23  drhFix a faulty assert() in the "AS" alias resolution...
2015-04-23  drhImprovement to "ID" formatting on the ".selecttrace...
2015-04-23  danFix a problem causing the fts3 integrity-check to fail...
2015-04-22  danAdd extra OOM tests for fts5.
2015-04-22  danFix problems with doclist-indexes involving very large...
2015-04-22  drhImproved filtering of input for fuzzershell for modes...
2015-04-22  danAdd comments related to database locking to sqlite3ota.h.
2015-04-22  drhChange the printf, strftime, and glob modes of fuzzersh...
2015-04-22  danUpdate this branch with latest trunk changes.
2015-04-22  mistachkinWhen compiling for UAP, link against the new minimal...
2015-04-21  danFix a problem in fts5fault1.test.
2015-04-21  danFix an fts5 problem with large deletes.
2015-04-21  drhAlternative fix for the double-initialization of type...
2015-04-21  drhMake sure the datatype and collating sequence of transi...
2015-04-21  danEnsure that tables names are dequoted exactly once...
2015-04-21  drhFix a memory leak in the SELECT code generator tracing...
2015-04-21  danFix an obscure problem with "INSERT INTO tbl(cols)...
2015-04-21  danAdd a comment to sqlite3ota.h. No code changes.
2015-04-21  drhChange an assert() in the aggregate query code generato...
2015-04-21  danFix an fts4 problem to do with the handling of phrases...
2015-04-21  drhFix some identifier name de-quoting issues in the forei...
2015-04-21  drhTest case for the previous check-in.
2015-04-21  drhMake sure the whereSplit() routine in the query planner...
2015-04-21  mistachkinEnable compilation and VSIX package creation with the...
2015-04-20  drhAdd the --mode option to fuzzershell.
2015-04-20  drhMany new configuration options for fuzzershell.
2015-04-20  danFix some fts5 problems with very large position lists.
2015-04-20  danFix a memory leak caused by duplicate entries in the...
2015-04-20  drhFix an obscure memory leak in sqlite3Stat4ProbeFree()
2015-04-20  drhEnhance fuzzershell to support multiple blocks of SQL...
next