]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-02-05  drhAdd the slightly faster sqlite3DbMallocRawNN(db,n)... oom-handling
2016-02-05  drhOOM failures on sqlite3_errmsg16() in an app-defined...
2016-02-05  drhMinor simplification of schema error reporting.
2016-02-05  drhFurther performance improvements that fall out of the...
2016-02-05  drhImprovements to the way that OOM errors are processed.
2016-02-04  drhTemporarily back out the 0.5% performance improvement...
2016-02-04  danFurther improve performance of unindexed fts5 prefix...
2016-02-04  danAvoid running some particularly time-consuming tests...
2016-02-04  drhRemove unnecessary sets of db->mallocFailed.
2016-02-04  drhUse sqlite3_malloc64() instead of sqlite3_malloc()...
2016-02-04  drhEscape control characters in JSON.
2016-02-04  drhRefinements to synchronous logic:
2016-02-03  drhIn the VDBE loop, only check for OOM errors at jumps...
2016-02-03  danImprove performance of fts5 prefix queries on detail...
2016-02-03  drhFix markup errors in comments used to generate the...
2016-02-03  drhAdd "PRAGMA synchronous=EXTRA" which syncs the director...
2016-02-03  drhEnhance the internal sqlite3VdbeAddOpList() interface...
2016-02-02  danAdd tests to restore full coverage of fts5 code.
2016-02-02  danEnhance the performance of fts5 AND and OR queries.
2016-02-02  drhEnhance the comment on the sqlite3_index_constraint...
2016-02-01  drhChange the OP_SetCookie instruction to write the litera...
2016-02-01  danImprove performance of fts5 queries.
2016-02-01  drhNumber VDBE opcodes starting with 0 instead of 1, as...
2016-02-01  danUpdate walcrash.test to ensure that, during a particula...
2016-02-01  danFix a problem causing the OR/covering-index optimizatio...
2016-02-01  drhMinor simplification to the OP_AutoCommit opcode. ...
2016-02-01  drhFix an assert() that might fail on a corrupt database.
2016-01-30  danFix new test cases in stat.test so that they work with...
2016-01-30  danPerformance enhancement for fts5 column filter queries...
2016-01-30  drhMerge the implementation of OP_IdxRowid and OP_Seek...
2016-01-30  drhOnly honor the register subtype value if the MEM_Subtyp...
2016-01-30  danA different way to clear the subtype on VDBE registers... clear-subtype-flag
2016-01-30  drhOutput subtype information on register traces for PRAGM...
2016-01-30  drhAdd the BTREE_FORDELETE and BTREE_AUXDELETE flags to...
2016-01-30  drhSimplification and size reduction to the printf logic...
2016-01-30  drhMake use of covering indexes in the OR optimization.
2016-01-30  drhChange the P4_INTARRAY so that always begins with a... covering-or
2016-01-29  danAdd tests for the change on this branch.
2016-01-29  drhDifferent comment on the alternative cursor fields...
2016-01-29  danExperimental attempt to make better use of covering...
2016-01-29  drhImprovements to FORDELETE processing, including bug... btree-fordelete-flag
2016-01-29  drhRemove a stray "exit" in a test script. fordelete-assert
2016-01-29  drhAvoid unnecessary WHERE clause term tests when coding...
2016-01-29  danPrepend "rc!=SQLITE_OK || " to the nExtraDelete assert...
2016-01-29  drhAvoid unnecessary WHERE clause term tests when coding... OR-clause-improvement
2016-01-29  danAvoid two more instances of pointer arithmetic on freed...
2016-01-28  danModify the order of terms in an "if" condition to avoid...
2016-01-28  danModifications to ensure the nExtraDelete-related assert...
2016-01-28  danRemove a duplicate "p->magic = VDBE_MAGIC_RUN;" line...
2016-01-28  drhFix for pthread detection in the configure scripts.
2016-01-28  mistachkinMinor correction to the batch tool changes in the previ...
2016-01-27  mistachkinMatch the MSVC batch build tool sub-routine 'fn_UnsetVa...
2016-01-27  drhChange the name of the BTREE_IDXDELETE flag to BTREE_AU...
2016-01-27  danFix tests in fordelete.test to test for the BTREE_AUXDE...
2016-01-27  drhAdd assert() statements on the nExtraDelete variable...
2016-01-27  mistachkinSupport building for Windows 10 desktop using 'MinCore...
2016-01-26  drhMerge all recent trunk enhancements.
2016-01-26  danPerformance improvements for fts5, particularly detail...
2016-01-26  danFurther minor performance improvements and code-size... fts5-perf
2016-01-26  danImprove the performance of fts5 column filters on detai...
2016-01-26  danEnhance fts5txt2db.tcl, a script used to generate fts5...
2016-01-26  danFix issues on unix with opening database files via...
2016-01-26  danEnsure that unixFullpathname() always nul-terminates... follow-symlinks
2016-01-26  drhRemove an unused variable.
2016-01-25  drhAdd the ability to do Windows builds to the amalgamatio...
2016-01-25  drhMinor changes to the autoconf/README.txt file. msvcMakeMin
2016-01-25  drhFix a compiler warning about doing pointer arithmetic...
2016-01-25  danOnly use lstat() if the HAVE_LSTAT macro is defined...
2016-01-25  danSimplify the unixFullpathname() function. This adds...
2016-01-25  danFix issues on unix with opening database files via...
2016-01-25  drhReplace the OP_SetIfNotPos operator with OP_OffsetLimit...
2016-01-25  drhAdd the SQLITE_EXTRA_DURABLE compile-time option.
2016-01-25  drhSmall simplification to the prepare statement opcode...
2016-01-25  drhSmall simplification and performance improvement in...
2016-01-23  drhAdd the SQLITE_SPELLFIX_STACKALLOC_SZ compile-time...
2016-01-23  mistachkinMore updates to the README.
2016-01-23  drhUpdates to the autoconf README file.
2016-01-23  drhMove Makefile.min.msc into the autoconf subdir where...
2016-01-23  mistachkinMinor coding style tweaks for the mkmsvcmin tool.
2016-01-23  drhAdjust the amalgamation-tarball build process so that...
2016-01-23  drhImproved comments on the transformation script and...
2016-01-23  mistachkinUse the -integer option when sorting list elements.
2016-01-23  danFix an fts5 problem with using both xPhraseFirst()...
2016-01-23  drhChanges to spellfix to try to get it to use stack space...
2016-01-23  danMerge trunk changes (including fixes for warnings in...
2016-01-23  danFix some signed/unsigned comparison compiler warnings...
2016-01-23  danFix a problem involving detail=col and column filters.
2016-01-23  drhRemove an assert() that can be false if compiled with...
2016-01-23  mistachkinAdd tooling to create an MSVC Makefile capable of build...
2016-01-23  mistachkinMore work on the MSVC build.
2016-01-22  drhIn the TCL interface, if a database connection object...
2016-01-22  mistachkinMore MSVC makefile cleanup.
2016-01-22  danExperimental performance enhancements for fts5.
2016-01-22  drhReenable the xCurrentTime and xGetLastError methods...
2016-01-22  drhAdd the sqlite3TokenInit() utility function.
2016-01-22  danHave the dbstat module dequote any argument passed...
2016-01-22  mistachkinEnable FTS4 when building the shell with the MSVC makefile.
2016-01-22  mistachkinFurther refinements to the MSVC makefile.
2016-01-22  mistachkinMSVC makefile enhancements for use with the Windows...
2016-01-21  mistachkinFix typo in 'Makefile.in'.
next