]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-11-11  drhExperimental changes that permit read operations to... read-after-rollback
2014-11-10  drhNew test cases for deleting content out from under...
2014-11-10  danAdd test file e_blobwrite.test, containing tests for...
2014-11-10  drhAdd the eval() SQL function extension in ext/misc/eval.c.
2014-11-10  drhShorten over-length source code lines in shell.c.
2014-11-07  danAdd new test file e_blobopen.test, containing tests...
2014-11-07  drhFix another harmless comment typo.
2014-11-07  drhIn the ".scanstats on" output from the shell, round...
2014-11-07  drhFix harmless typos in comments.
2014-11-07  drhFix typo in sqlite3.h reported on the mailing list.
2014-11-07  drhUpdate documentation on sqlite3_config() and add corres...
2014-11-06  drhAdded SQLITE_SCANSTAT_SELECTID. Change the value retur...
2014-11-06  drhFurther improvements to the ".scanstats on" display... scanstatus
2014-11-06  drhOn the ".scanstats on" output in the shell, initialize...
2014-11-06  drhChanges the formatting of ".scanstats on" in the shell...
2014-11-06  drhAdd the SQLITE_SCANSTAT_SELECTID metric. Use it to...
2014-11-06  drhChange the SQLITE_SCANSTAT_EST parameter so that it...
2014-11-05  drhFixes to the Windows VFS to allow memory mapped files...
2014-11-05  drhFix harmless compiler warnings in the new balance_nonro...
2014-11-05  drhChange the query planner to do a better job of estimati...
2014-11-05  drhMake sure that NULL results from OP_Column are fully...
2014-11-05  danAdd a test case to check that the previous commit is...
2014-11-05  drhEnhance whereLoopCheaperProperSubset(X,Y) so that it...
2014-11-05  danAdd the ".scanstats on" command to the shell tool....
2014-11-04  drhImproved output formatting for the showstat4 tool.
2014-11-04  mistachkinSkip tests that require WAL mode when it is not enabled. winMmapNoWal
2014-11-04  mistachkinFor the Win32 VFS, allow memory mapped files to work...
2014-11-04  drhAdd various requirements evidence marks for sqlite3_con...
2014-11-04  drhChange the definition of SQLITE_CONFIG_SCRATCH so that...
2014-11-04  drhImproved documentation and addition of source-code...
2014-11-04  drhAdd the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_c...
2014-11-03  drhUpdates to the sqlite3_stmt_scanstatus() documentation...
2014-11-03  danAdd the experimental sqlite3_stmt_scanstatus() API...
2014-11-03  danFix a typo preventing this from building with SQLITE_EN...
2014-11-03  drhRefactor the interface to make it more easily extensible.
2014-11-03  danAdd further tests. Fixes so that compilation without...
2014-11-03  drhUse exponential buffer size growth in StrAccum, as...
2014-11-03  drhWhen enlarging the size of a StrAccum object, use sqlit...
2014-11-03  danRemove unused variable from struct WhereInfo. Add some...
2014-11-01  danMinor performance enhancements to SQLITE_ENABLE_STMT_SC...
2014-11-01  danIf SQLITE_ENABLE_STMT_SCANSTATUS is defined, record...
2014-11-01  drhAdd requirements marks and make minor tweaks to documen...
2014-11-01  danMinor fixes and documentation improvements for sqlite3_...
2014-10-31  danAdd the experimental sqlite3_stmt_scanstatus() API.
2014-10-31  drhChange the command-line shell man-page to use the ...
2014-10-31  drhSimplify the logic in the cell redistribution loop...
2014-10-31  drhSimplify the math slightly, and reduce by one the numbe...
2014-10-31  drhAdd the "varint.c" utility program in the tool directory.
2014-10-31  drhRemove an unnecessary branch from balance_nonroot().
2014-10-31  drhIn the balance_nonroot() routine, protect the values...
2014-10-30  drhImprovements to the wording of some comments. Reinstat...
2014-10-30  drhTweaks to comments in btree.c. Minor code changes...
2014-10-29  drhFix the %c format character in sqlite3VXPrintf() so...
2014-10-29  drhIn the OP_Column opcode, when extracting a field that...
2014-10-28  danAdd new test file e_totalchanges.test, containing tests...
2014-10-28  drhUpdate the documentation on the sqlite3_randomness...
2014-10-28  danModify the documentation for sqlite3_changes() to make...
2014-10-28  danFix a crash that could occur if the WHERE clause of...
2014-10-28  drhFix a faulty assert() in the DELETE code generator.
2014-10-28  drhTrivial simplification to the automatic index logic.
2014-10-28  drhBump the version number to 3.8.8
2014-10-28  drhCorrect the documentation on the maximum size of a...
2014-10-27  mistachkinAdd special handling for static mutexes in sqlite3_mute...
2014-10-27  drhRemove a small amount of unnecessary #ifdeffery from...
2014-10-27  mistachkinFix compilation issue with MSVC due to a misplaced...
2014-10-27  mistachkinFix harmless compiler warning in an assert statement.
2014-10-27  drhFix a typo in the macro name of an #ifdef
2014-10-27  drhAdd the SQLITE_ENABLE_API_ARMOR compile-time option...
2014-10-27  drhFix an unused variable in btree.c:allocateSpace().
2014-10-27  danOptimizations aimed at reducing the number of memcpy...
2014-10-27  danAdd test file e_wal.test.
2014-10-27  danIf a free-slot is found within a page, but using that... defrag-opt
2014-10-27  danMerge trunk with this branch.
2014-10-25  danFurther modifications to new code to better handle...
2014-10-25  drhIncrease the resolution of the second parameter to...
2014-10-25  drhDo not use virtual (and hence redundant) WHERE-clause...
2014-10-24  danEnsure that the "Any prior cache entry associated with...
2014-10-24  drhEnhance the automatic index logic so that it creates...
2014-10-24  danFix some issues in the new code on this branch related...
2014-10-24  danFix some minor formatting and code organization issues.
2014-10-24  drhHonor a high likelihood() on range constraints.
2014-10-24  drhGet the likelihood() functions working on operators...
2014-10-24  drhFix two problems. Tests now passing. api-armor
2014-10-24  drhAdd the SQLITE_ENABLE_API_ARMOR compile-time option...
2014-10-23  drhImplement sqlite3_create_collation() by invoking
2014-10-22  drhDisable the use of strchrnul() unless specifically...
2014-10-22  drhChange the 0x800 bit of SQLITE_TESTCTRL_OPTIMIZATIONS...
2014-10-22  danMerge latest trunk with this branch.
2014-10-22  drhTake steps to avoid misestimating range query costs...
2014-10-21  drhCall fsync() right after ftruncate() when in journal_mo...
2014-10-21  drhFurther tuning of the cost estimates for skip-scan...
2014-10-21  drhImprovements to the WHERETRACE debugging logic.
2014-10-21  drhIf a skip-scan is a proper subset of some other scan...
2014-10-17  drhFix a (probably harmless) but in the CSV output mode...
2014-10-17  drhVersion 3.8.7 version-3.8.7
2014-10-16  mistachkinWork around MSVC not being able to deduce that a local...
2014-10-16  mistachkinChanges to work around Win32 and MSVCRT APIs that are...
2014-10-16  danUpdate the vdbe-compress.tcl script to account for...
2014-10-15  danUpdate releasetest.tcl so that x86-64 runs a superset...
2014-10-15  danFix a problem causing lock5.test to fail in mmap-mode.
next