]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-10-15  drhExperiments with an OP_Unpack opcode that extracts... unpack-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...
2015-10-05  danImprove performance of prefix queries without a prefix...
2015-10-05  danUpdate fts3 so that expressions to the left and right...
2015-10-05  danAdd fts5txt2db.tcl, a tool for creating sample fts4...
2015-10-03  danUpdate fts5 to support the table function syntax. ...
2015-10-03  danAdd tests for the rtree module to verify that attempts...
2015-10-02  danUpdate fts5 to avoid using a statement journal for...
2015-10-01  danFix an fts3 bug causing NEAR queries on uncommitted...
2015-09-30  drhAdd a corrupt database to test/fuzzdata3.db to validate...
2015-09-30  drhFix an assert() in btree.c that is only true for non...
2015-09-30  danClear the BTCF_ValidNKey flag when putting a cursor...
2015-09-30  danImprove error handling in shell command ".tables".
2015-09-29  drhUse symbolic names XN_ROWID and XN_EXPR in place of...
2015-09-29  danAdd the sqlite3_index_info.idxFlags field, allowing...
2015-09-29  danEnsure that the xSavepoint() virtual table method is...
2015-09-29  drhRemove dead code, replacing with assert() statements... vtab-onepass
2015-09-29  drhCreate the sqlite3IsToplevel(Parse*) interface to check...
2015-09-29  drhFix compiler warnings.
2015-09-29  danFix an off-by-one error in test function fts5_decode().
2015-09-29  danMerge latest trunk change into this branch.
2015-09-29  danChange the name of the new sqlite3_index_info.flags...
2015-09-29  danAdd tests for fts3 and onepass update/delete operations...
2015-09-28  danAlso allow UPDATE on virtual tables to use the onepass...
2015-09-28  drhExtra information provided by .wheretrace on input...
next