]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-10-30  danReturn immediately if sqlite3PagerWrite() is called... cacheflush
2015-10-30  danTest that calling sqlite3_db_cacheflush() does not...
2015-10-29  danDo not attempt to flush the pages of an in-memory datab...
2015-10-29  danAdd a test case that calls sqlite3_db_cacheflush()...
2015-10-29  danAvoid automatically rolling back the transaction if...
2015-10-28  danAdd experimental API sqlite3_db_cacheflush().
2015-10-28  drhFactor out adding NOT expression nodes in the parser...
2015-10-27  danHave contentless and external content fts5 tables ignor...
2015-10-27  danFix problems with prefix queries in fts5.
2015-10-27  drhProvide hints to the storage engine using the sqlite3Bt...
2015-10-27  drhSplit out sqlite3BtreeCursorHintFlags() from sqlite3Btr...
2015-10-26  danAdd new extended error code SQLITE_IOERR_AUTH.
2015-10-26  danMerge the BTREE_FORDELETE enhancement with this branch.
2015-10-26  drhMerge in all trunk changes prior to the BTREE_FORDELETE...
2015-10-26  drhCapture BTREE_FORDELETE test cases that were mistakenly...
2015-10-26  drhProvide the BTREE_FORDELETE flag to sqlite3BtreeCursor...
2015-10-26  danFix an uninitialized variable problem in the test code...
2015-10-26  danTest that the binary record "0x01 0x00" is interpreted...
2015-10-26  drhFix a C99-ism and a harmless compiler warning.
2015-10-26  drhWhen compiling with SQLITE_HAS_CODEC, honor the hexkey...
2015-10-26  drhRemove an unreachable branch in malloc.c.
2015-10-24  danWhen creating an automatic-index on a sub-query, add...
2015-10-23  danRemove an unused #define from whereInt.h. Add comments...
2015-10-22  danModifications to pass a flag to internal routine sqlite...
2015-10-22  mistachkinAlternate compiler warning fix for sqlite3StatusHighwater.
2015-10-21  mistachkinFix harmless compiler warnings in FTS5.
2015-10-21  mistachkinFix compilation of 'testfixture' with MSVC when the...
2015-10-21  danRemove some branches made unreachable by recent changes...
2015-10-21  danMinor optimization for fts5 queries.
2015-10-21  danAdd extra debugging function to test_rbu.c. Enhance...
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  drhMerge recent enhancements from trunk. Version now...
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  drhMerge in all the 3.9.0 updates from trunk.
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...
next