]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-11-14  drhImprovement to a comment. No changes to code. readonly-wal-recovery
2017-11-13  drhRemove some branches in walTryBeginRead() that were
2017-11-11  drhIn wal.c: improved comments, new assert() and testcase...
2017-11-11  drhFurther comment improvements in wal.c. No code changes.
2017-11-10  drhImproved comments and variable names in the read-only...
2017-11-09  mistachkinAvoid superfluous SHM unlock call in the Win32 VFS.
2017-11-09  mistachkinCleanup superfluous whitespace changes.
2017-11-09  mistachkinRevise and vastly simplify the Win32 SHM file locking...
2017-11-09  mistachkinAdd an assert() in the Win32 VFS.
2017-11-09  danEnhance walro2.test to better ensure that readonly_shm...
2017-11-09  mistachkinGet read-only SHM file tests passing on Win32.
2017-11-09  mistachkinFurther corrections to read-only SHM file handling...
2017-11-09  mistachkinCorrections to Win32 lock detection for SHM files.
2017-11-09  mistachkinCorrections to the Win32 porting changes on this branch.
2017-11-09  mistachkinMake it possible to use OSTRACE for multi-process testing.
2017-11-09  mistachkinInitial work on porting the changes on this branch...
2017-11-08  drhExtra comments on the sqlite3OsShmMap() call in walBegi...
2017-11-08  drhTurns out that SQLITE_READONLY_CANTLOCK is an historica...
2017-11-08  drhChange the name of SQLITE_READONLY_CANTLOCK to SQLITE_R...
2017-11-07  danUpdate an assert in wal.c.
2017-11-07  danHandle the race condition that may occur if another...
2017-11-07  danOn unix, if the *-shm file cannot be opened for read...
2017-11-07  danAdd fault-injection tests for the code on this branch.
2017-11-06  danAdd further test cases for the new code on this branch...
2017-11-04  danAdd further tests for the code added on this branch.
2017-11-04  danIn cases where a readonly_shm client cannot take the...
2017-11-02  danFix test cases in wal2.test broken by the locking chang...
2017-11-02  danAvoid locking shm-lock WAL_READ_LOCK(0) during recovery...
2017-11-01  danIf a readonly_shm connection cannot map the *-shm file...
2017-11-01  danMerge latest trunk changes into this branch.
2017-11-01  danFix a race condition in os_unix.c that might allow...
2017-10-31  drhUpdate the built procedures for the sqlite3_analyzer...
2017-10-31  drhFix redundancies in the makefiles that resulted from...
2017-10-31  drhFix a minor comment typo. No changes to code.
2017-10-31  drhRemove unnecessary NEVER() and ALWAYS() conditionals.
2017-10-30  drhAdd the showshm utility program for printing out the...
2017-10-30  drhClarify some comments describing the WAL index file...
2017-10-30  drhImprove the performance of the LIKE operator by using...
2017-10-28  drhIncrease the version number for the next release -...
2017-10-28  drhReactivate query flattening when the result set of...
2017-10-28  drhAdd test cases from OSSFuzz to prevent a regression...
2017-10-27  drhFix a Pager ref-count leak in the sqlite_dbpage virtual...
2017-10-27  mistachkinHandle the Ctrl-C event for the shell on Win32.
2017-10-27  drhAdditional test case demonstrating the ability to acces...
2017-10-26  drhEnhance the min/max optimization so that it works with...
2017-10-26  drhExtra ".selecttrace" output following aggregate analysi...
2017-10-26  danFix an error in the previous commit on this branch.
2017-10-26  danInstead of extra locks, use F_GETLK to ensure that...
2017-10-26  danFix a bug causing "make amalgmation-autoconf" to create...
2017-10-25  drhUse extra locks to prevent a readonly_shm=1 process...
2017-10-25  drhFix the sqlite3_dbpage virtual table so that it can...
2017-10-25  danAdd tests cases and fix minor issues in the rtreecheck...
2017-10-25  mistachkinAdd SQL scalar function rtreecheck() to the rtree modul...
2017-10-25  mistachkinFix compilation issue (C99-ism) seen with MSVC. rtree-integrity-check
2017-10-25  danAdd SQL scalar function rtreecheck() to the rtree modul...
2017-10-25  drhDo not reference the ioctl() system call in the unix...
2017-10-25  drhAdd the sqlite_btreeinfo eponymous-only table for intro...
2017-10-24  mistachkinForce the autoconf makefile for MSVC to always use...
2017-10-24  drhMerge all of the fixes from the 3.21.0 release.
2017-10-24  drhVersion 3.21.0 branch-3.21 version-3.21.0
2017-10-24  danFix a problem in the incr-blob code causing a new curso...
2017-10-23  drhOn the amalgamation package, enable the sqlite_dbpage...
2017-10-23  danMerge trunk fixes to swarmvtabfault.test and the lsm...
2017-10-23  mistachkinIn the 'swarmvtabfault' test module, make sure to close...
2017-10-23  mistachkinCleanup a test database file prior to using it.
2017-10-23  drhUpdates to test procedures so that they all work with...
2017-10-23  danAvoid passing a NULL value as the second argument to...
2017-10-23  danIn lsm (not SQLite), avoid opening the *-shm file befor...
2017-10-23  danFix minor test script problems revealed by releasetest...
2017-10-23  danFix minor test script problems revealed by releasetest...
2017-10-22  danFix test cases in dbpage.test so that they work with
2017-10-22  danFix test cases in dbpage.test so that they work with
2017-10-22  danAvoid running tests that use sqlite_dbpage with SQLITE_...
2017-10-22  danAvoid running tests that use sqlite_dbpage with SQLITE_...
2017-10-21  drhMerge all the enhancements and bug fixes from trunk...
2017-10-21  drhCatch and avoid a 16-bit integer overflow on the number...
2017-10-21  drhRemove unnecessary "#if SQLITE_MAX_COLUMN". SQLITE_MAX...
2017-10-19  danTake extra care to avoid an OOB read caused by a corrup...
2017-10-18  danAvoid using snprintf as a member variable of a struct...
2017-10-18  danAvoid using snprintf as a member variable of a struct... sqlite3ext-fix
2017-10-17  mistachkinThe source code files generated for the 'sqlite3-all...
2017-10-17  drhFix the ".check" command of the command-line shell...
2017-10-16  drhImproved comments, including a typo fix, on the whereLo...
2017-10-15  drhIn the query planner, do not consider index X to be...
2017-10-14  mistachkinUpdates to the Makefiles for MSVC. Cherrypick of ...
2017-10-14  mistachkinUpdates to the Makefiles for MSVC.
2017-10-13  drhImproved ability to generate stand-alone program using...
2017-10-13  drhAdd the tcl/mkccode.tcl script used to construct a...
2017-10-13  drhMove a bunch of unrelated test code out of tclsqlite...
2017-10-13  drhThe db_use_legacy_prepare command no longer exists... tclsqlite-cleanup
2017-10-13  drhWhen compiling with SQLITE_TEST, extra options are...
2017-10-13  drhMove some test logic out of tclsqlite.c and into auxili...
2017-10-12  drhAdd the sqlite_dbpage virtual table (enabled using...
2017-10-12  drhCreate the new ext/repair folder and move checkfreelist...
2017-10-12  drhFix a harmless compiler warning about an unused parameter.
2017-10-12  drhFix the "snapshot-tarball" makefile target, which was...
2017-10-12  drhMerge fixes from trunk. All changes are on makefiles...
2017-10-12  drhThe src/shell.c file is now generated from src/shell...
2017-10-12  drhMerge fixes from the 3.21 branch.
2017-10-12  danFix a potential crash that may follow an OOM or other...
next