]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-02-09  drhImproved auto-detection of EXPLAIN output in the shell. auto-explain
2016-02-09  drhAdd auto-explain mode to the command-line shell. Defau...
2016-02-09  mistachkinFix MSVC makefile options that enable control-flow...
2016-02-09  drhFix the top-level makefiles to always include SQLITE_EN...
2016-02-09  drhCode simplification: ALTER TABLE ADD COLUMN always...
2016-02-09  drhMake sure every co-routines has its own set of temporar...
2016-02-08  mistachkinFix spelling error in MSVC makefile comments.
2016-02-08  mistachkinMore work on Windows 10 SDK integration.
2016-02-08  danFix a signed/unsigned comparison warning in fts5.
2016-02-08  drhFix a compiler warning when compiling without SQLITE_EN...
2016-02-08  danDisable the two-argument form of the fts3_tokenizer...
2016-02-08  drhChanges to help the tokenizer run about 33% faster.
2016-02-08  drhAdd code to get the tokenizer character-class logic... tokenizer-char-class
2016-02-08  drhFaster keywordCode() implementation by taking advantage...
2016-02-08  drhDemonstrate a much faster sqlite3GetToken() routine...
2016-02-07  mistachkinFix harmless compiler warning in 'srcck1' tool and...
2016-02-07  drhAdd the sourcetest target to Makefile.msc.
2016-02-06  drhAdd a utility program that looks for assert(), NEVER...
2016-02-06  drhMake sure variable declarations occur at the beginning...
2016-02-06  pdrFix an assert() to have a test instead of a side effect
2016-02-05  danAdd tests for and remove unreachable branches from...
2016-02-05  mistachkinMore work on Windows 10 SDK integration. win10sdk
2016-02-05  danFurther streamlining of fts5 prefix query code.
2016-02-05  drhMake sure the "bak.db" database file does not actually...
2016-02-05  drhFrom test scripts, remove stray "breakpoint" commands...
2016-02-05  drhImprovements to the way out-of-memory conditions are...
2016-02-05  drhAdd the slightly faster sqlite3DbMallocRawNN(db,n)... oom-handling
2016-02-05  mistachkinImprove ERRORLEVEL handling in the MSVC batch build...
2016-02-05  drhOOM failures on sqlite3_errmsg16() in an app-defined...
2016-02-05  mistachkinAnother small tweak to the MSVC batch build tool.
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.
next