]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-02-11  mistachkinPrevent 'expanded command line X too long' errors durin... testFixtureSrc
2016-02-11  mistachkinEnhance the MSVC makefile to enable building 'testfixtu...
2016-02-11  danFix another unused variable warning in fts5 code.
2016-02-11  danAvoid a buffer overread when reading a corrupt fts5...
2016-02-11  danHandle parser stack overflow when parsing fts5 query...
2016-02-11  drhAdd JSON1 and FTS5 to the set of extensions subject...
2016-02-10  mistachkinIn the MSVC makefile, include the working directory...
2016-02-10  drhAdd testcase() macros to the CHECK constraint avoidance...
2016-02-10  drhFix to previous check-in: Make sure CHECK constraints...
2016-02-10  drhOmit unnecessary CHECK constraints in UPDATE statements...
2016-02-10  drhOmit NOT NULL checks on unchanging columns in an UPDATE.
2016-02-10  drhWhen generating the snapshot-tarball, truncate the...
2016-02-10  drhUpdates to the autoconf tarball README.txt file.
2016-02-09  drhUpdate the snapshot tarball name to use the date (ISO86...
2016-02-09  drhAdd the new "snapshot-tarball" target to the unix makef...
2016-02-09  mistachkinUpdate the MSVC autoconf makefile with the recent chang...
2016-02-09  drhFix the makefiles in the autoconf-tarball so that they...
2016-02-09  mistachkinIn the shell, use the appropriate string constant inste...
2016-02-09  drhEnhance the command-line shell to be in auto-explain...
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...
next