]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-02-17  drhMore agressive use of /*A-overwrites-X*/ in the parser... parser-performance
2016-02-17  drhEnhance Lemon so that if reduce code contains a comment...
2016-02-17  drhFurther improvements to the Lemon-generated code for...
2016-02-17  drhIn Lemon, add the ability for the left-most RHS label...
2016-02-16  drhExperimental changes to Lemon for improved parser perfo...
2016-02-16  drhMinor simplification to the tokenizer. Slightly smalle...
2016-02-16  drhImprove the Lemon parser template (lempar.c) so that...
2016-02-15  drhFix a harmless compiler warning in FTS5.
2016-02-15  mistachkinReadability improvements for winRandomness.
2016-02-15  mistachkinFix comment. No changes to code.
2016-02-15  mistachkinRevise compiler checks for the rand_s() function.
2016-02-15  drhOn windows systems when rand_s() is available, use...
2016-02-15  drhImproved entropy gathering for the implementation of...
2016-02-15  drhAdd working -q and --help options to testfixture.
2016-02-15  drhIn the tool/warning.sh script, disable Android-specific...
2016-02-15  drhFix harmless compiler warnings previously seen in 64...
2016-02-15  drhAdd the SQLITE_NOMEM_BKPT macro to enhance the ability...
2016-02-15  drhMinor code simplifications.
2016-02-15  drhMake the application-defined SQL function logic more...
2016-02-15  drhVersion 3.11.0 version-3.11.0
2016-02-15  drhMake sure the codec is invoked when overwriting existin...
2016-02-15  drhImprovements to the application-defined function mechan... many-app-functions
2016-02-14  mistachkinUpdate a comment. noMemBkpt
2016-02-13  mistachkinEnhance ability to debug out-of-memory errors.
2016-02-13  drhProvide Sqlite3_SafeInit() and Sqlite3_SafeUnload(...
2016-02-12  danFix a potential buffer overread provoked by invalid...
2016-02-12  danFix a fairly obscure buffer overread in fts5.
2016-02-12  drhFix a documentation typo. No changes to code.
2016-02-12  drhEnhance mptester so that it takes great care to delete...
2016-02-12  mistachkinNaming updates for Universal Windows Platform.
2016-02-12  drhRemove an unused parameter from whereSortingCost().
2016-02-11  drhAutomatically disable FTS3 and FTS4 when building with...
2016-02-11  mistachkinEnhance the MSVC makefile to enable building 'testfixtu...
2016-02-11  drhRemove the unexplained extra 3.0 cost factor for the...
2016-02-11  drhRemove the unused fts5BlobCompare() routine.
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-11  drhMinor simplifications deferred to the next release. simplify
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...
next