]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-10-20  mistachkinFix compiler warnings. noWarn
2015-10-20  mistachkinFix harmless compiler warnings in FTS5.
2015-10-20  danMore optimizations for fts5 prefix queries.
2015-10-20  danFix #line directives added to generated file fts5.c.
2015-10-20  danInitialize variables in the fts5 integrity-check code...
2015-10-19  danAnother optimization for fts5 prefix (and other) queries.
2015-10-19  danAnother tweak to improve performance of fts5 prefix...
2015-10-19  danFix a problem in the fts5txt2db.tcl script causing...
2015-10-17  danAdd tests to cover new branches added to the fts5 code...
2015-10-17  danHandle equality and range constraints on the "term...
2015-10-16  drhFix a comment in expr.c and add a CORRUPT_DB to an...
2015-10-16  mistachkinEnhancements to the MSVC makefile.
2015-10-16  drhMerge the 3.9.1 changes into trunk. (This only updates...
2015-10-16  drhVersion 3.9.1 version-3.9.1
2015-10-16  drhCherrypick the json form-feed fix, and other #ifdef...
2015-10-16  drhFix the fuzzershell utility program so that it compiles...
2015-10-16  drhFix the JSON1 extension so that it does not depend...
2015-10-16  drhForm-feed is not valid whitespace for json.
2015-10-16  drhHave the sqlite3VdbeSerialType() function go ahead...
2015-10-16  drhUse a lookup table to compute the content length for...
2015-10-16  drhSimplify the OP_Column logic slightly. One very small...
2015-10-16  drhOP_Column optimization: Do not check for an oversize...
2015-10-16  drhImproved header comment on the tool/vdbe_profile.tcl...
2015-10-15  drhPerformance optimization for the OP_Column opcode.
2015-10-15  drhEnhance the use of the column cache for UPDATE statemen...
2015-10-15  drhAdd the OP_IntCopy opcode - an optimized version of...
2015-10-15  drhOptimization to the out2Prerelease() helper routine...
2015-10-15  drhRemove a superfluous conditional from the memory alloca...
2015-10-15  drhPerformance optimizations to the sqlite3MallocSize...
2015-10-15  drhChange sqlite3StatusSet() into sqlite3StatusHighwater...
2015-10-15  drhMake sure sqlite.h is not #included by itself.
2015-10-14  mistachkinIn the MSVC makefile, add LIBTCLPATH variable to make...
2015-10-14  mistachkinIn the MSVC makefile, make sure LDFLAGS is used for...
2015-10-14  danTests and minor fixes to improve coverage of FTS5 code.
2015-10-14  mistachkinFix harmless compiler warnings.
2015-10-14  drhUpdate makefiles to remove all uses of "awk" - to make...
2015-10-14  mistachkinEnable cross-compiling the various tool EXEs with MSVC.
2015-10-14  drhFixes to the JSON1 extension and to its use by fuzzchec...
2015-10-14  drhFix fuzzcheck.c so that it assumes that JSON1 is alread... dll-build-fix
2015-10-14  danAvoid exporting sqlite3_json_init() from amalgamation...
2015-10-14  drhVersion 3.9.0 version-3.9.0
2015-10-14  danAdd the missing 'extern "C" {...}' blocks to fts5.h...
2015-10-12  drhRemove the unused fts5ExprColsetTest() routine.
2015-10-12  mistachkinFix a couple harmless compiler warnings.
2015-10-12  danFurther tweaks to improve fts5 prefix query performance.
2015-10-12  drhChange all references to 3.8.12 into 3.9.0. Comment...
2015-10-12  mistachkinRemove AWK requirement from the MSVC batch build tool. omit-awk
2015-10-12  mistachkinThe TclKit batch tool should not download the TclKit...
2015-10-11  drhDetect and report circularly defined views even if...
2015-10-11  drhRemove an unreachable branch in the query flattener...
2015-10-11  drhImproved substitution logic in the query flattener...
2015-10-10  mistachkinEnhance TclKit batch tool (and MSVC makefile) to suppor...
2015-10-10  drhWork around a "security feature" bug in memcpy() on...
2015-10-10  drhRemove another instance of strcpy() from FTS5, to molli...
2015-10-10  drhOmit the use of strcpy() in FTS5 since OpenBSD hates...
2015-10-10  drhCompiler warning fixes: Rename some local variables...
2015-10-10  drhAdd some #ifdef-ery to json1.c to avoid a duplicate...
2015-10-10  mistachkinRemove a couple superfluous double quotes in the MSVC...
2015-10-10  mistachkinFix typo in the MSVC makefile. Replace remaining uses...
2015-10-10  mistachkinMore fine-tuning to the new TclKit tools.
2015-10-09  drhThe previous fix to JSON1 was not complete. A few...
2015-10-09  mistachkinTweak batch tool added in the previous check-in to...
2015-10-09  drhFix the JSON1 extension so that it renders integers...
2015-10-09  danRemove fts5 sources from TESTSRC2 in main.mk as there...
2015-10-09  mistachkinAdd tool capable of downloading a TclKit (and its assoc...
2015-10-09  danAdd --enable-fts5 and --enable-json1 options to the...
2015-10-09  mistachkinIn the MSVC makefile, adjust the names of two nmake...
2015-10-09  drhChange the version number of the next release to 3...
2015-10-09  drhAdd the JSON1 and FTS5 extensions to the amalgamation...
2015-10-09  drhFix a typo in the MSVC Makefile amalg-json1-fts5
2015-10-09  drhAdd configure script options --enable-fts5 and --enable...
2015-10-09  danMakefile and fts5 changes so that fts5 works with main...
2015-10-09  drhTrying to get FTS5 tests to build and run using main...
2015-10-08  drhJson1 tests are working. Builds without FTS5 enabled...
2015-10-08  danRemove calls to "load_static_extension" from fts5 test...
2015-10-08  danFurther tweaks to main.mk so that fts5 builds as part...
2015-10-08  danFix further fts5 compilation issues.
2015-10-08  danFix two more warnings in fts5 code.
2015-10-08  danFix a couple of errors in fts5 compilation. This branch...
2015-10-08  drhFirst attempt to add json1 and fts5 to the amalgamation...
2015-10-08  mistachkinIn the RBU extension, use MoveFile() instead of rename...
2015-10-08  drhRemove two unused lines of code - discovered by scan...
2015-10-07  danFurther optimizations for fts5 prefix queries without...
2015-10-07  mistachkinFix harmless compiler warning in FTS5.
2015-10-07  danAllow the subsitute character (codepoint 26 - 0x1A...
2015-10-07  drhAdjustments to spellfix2.test so that it works reliably...
2015-10-07  danAdd tests for fts5 phrase queries with column filters.
2015-10-07  drhConvert the tool/tostr.awk script into tool/tostr.tcl...
2015-10-07  drhChange the addopcodes.awk script into tool/addopcodes...
2015-10-07  drhConvert the mkopcodec.awk script into tool/mkopcodec...
2015-10-07  danAdd further tests for fts5 prefix queries.
2015-10-07  mistachkinFix a typo in the previous check-in.
2015-10-07  mistachkinWhen running tests on Tcl 8.6 under Windows, skip tests...
2015-10-07  drhChange mkopcodeh.awk into tool/mkopcodeh.tcl.
2015-10-07  drhRemove three obsolete and unused files from tool/
2015-10-06  mistachkinFix typo in comments. No changes to code.
2015-10-06  drhSimplifications to the VDBE bytecode that handles LIMIT...
2015-10-06  danOptimizations for fts5 expressions that filter on colum...
2015-10-06  drhFix the LIMIT and OFFSET handling for UNION ALL queries...
2015-10-06  mistachkinAdjustments to sqlite3MemoryBarrier() when compiling...
next