]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-02-25  drhImprovement on the previous check-in: disallow automat... planner-improvements
2016-02-25  drhDo not use an automatic index on an outer loop that...
2016-02-25  drhTake the LIMIT clause into account when estimating...
2016-02-25  drhIn the command-line shell: When the ".import" command...
2016-02-24  danExtend [3e9ed1ae] so that covering indexes on WITHOUT...
2016-02-24  drhChange a char* to const char* in order to suppress...
2016-02-24  drhWhen an index complete covers a table, it can be used...
2016-02-24  danFix a problem with handling identifiers that start...
2016-02-24  drhIdentify indexes that complete cover their table. covering-index
2016-02-23  drhAdd the SQLITE_BITMASK_TYPE compile-time option.
2016-02-22  drhRemove code not needed now that synchronous=OFF databas...
2016-02-22  drhAvoid an unnecessary seek operation some corner-case...
2016-02-22  drhClearer presentation of the logic. No functional changes. skip-scan-improvement
2016-02-22  drhAvoid an unnecessary seek operation on some corner...
2016-02-22  drhAlways use the sqlite3VdbeDeleteAuxdata() routine for...
2016-02-22  drhAvoid creating a master journal unless two or more...
2016-02-22  drhChange magic numbers associated with synchronous settin...
2016-02-22  danAdd an extra test case for the change in commit [c4295725].
2016-02-19  mistachkinFurther enhancements to the MSVC batch build tool.
2016-02-19  mistachkinUse the arguments to NMAKE consistently in the MSVC...
2016-02-19  mistachkinEnhance clean target in the MSVC makefiles.
2016-02-19  danUse a separate list of aux-data structures for each...
2016-02-19  drhEnhance speedtest1 to display the particular version...
2016-02-19  drhFix a couple of harmless warnings generated by clang.
2016-02-19  drhFix a harmless uninitialized variable access.
2016-02-19  drhMake sure WhereClause objects are fully initialized...
2016-02-19  drhFix (harmless) compiler warnings in some of the TCL...
2016-02-19  drhAdd an SQLITE_DISABLE_INTRINSIC #ifdef to the sqlite3Pu...
2016-02-19  drhOmit the unused yyzerominor constant.
2016-02-19  danAdd an "#ifndef SQLITE_AMALGAMATION" guard around a...
2016-02-19  mistachkinModify the MSVC batch build tool to support the MSVC...
2016-02-19  mistachkinFurther improvements to the MSVC batch build tool.
2016-02-19  mistachkinFurther improvements to the MSVC batch build tool.
2016-02-18  mistachkinCorrect the install location for the UWP VSIX package.
2016-02-18  mistachkinCorrect the install location for the UWP VSIX package.
2016-02-18  drhAvoid a potential buffer overrun if an SQL statement...
2016-02-18  drhImproved handling of the -v option on the fuzzcheck...
2016-02-18  danRemove an unnecessary "include <tcl.h>" line from fts5_...
2016-02-18  drhAdd extra API armor on the sqlite3_bind_blob() interface.
2016-02-17  drhWhen VDBE opcodes fail, they cause an immediate exit...
2016-02-17  drhFix up all VDBE opcodes so that they cause an immediate... vdbe-performance
2016-02-17  drhBump the version number to 3.12.0.
2016-02-17  danRemove the "#ifdef SQLITE_TEST" condition from fts5_tes...
2016-02-17  danImprove test coverage of demo code in fts5_test_mi.c.
2016-02-17  drhEnhance Lemon to generate more compact and efficient...
2016-02-17  drhMore agressive use of /*A-overwrites-X*/ in the parser... parser-performance
2016-02-17  drhDocumentation typo on sqlite3_wal_hook(). No changes...
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...
next