]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2017-10-12  danUpdate some test cases to work with SQLITE_OMIT_VIRTUAL...
2017-10-12  drhMake sure the tableColumnList() routine of the command...
2017-10-12  drhMerge fixes from the 3.21 branch.
2017-10-12  drhFix a typo in a numeric constant in an assert() - a...
2017-10-11  danAdd test file mmapwarm.test. With tests for the sqlite3...
2017-10-11  drhAdd the checkfreelist extension to the command-line...
2017-10-11  danCheck that the leaf count on each freelist trunk page...
2017-10-11  danAdd new extension "checkfreelist", which uses sqlite_db...
2017-10-11  drhConvert the implementation of the ".dbstat" dot-command...
2017-10-11  mistachkinMake JSON1 defines consistent in the makefiles for...
2017-10-11  drhEnable JSON by default in the Windows command-line...
2017-10-11  drhEnable sqlite_dbpage and dbstat virtual tables in the...
2017-10-11  drhGet writes working on the sqlite_dbpage virtual table...
2017-10-11  drhInitial implementation of the "sqlite_dbpage" virtual...
2017-10-11  drhIn the speed-check.sh test script, allow an additional...
2017-10-11  drhCreate a branch for the 3.21.0 release. Development...
2017-10-10  drhDROP TABLE now works for WITHOUT ROWID tables and the...
2017-10-08  mistachkinFix harmless compiler warnings in FTS5 seen with MSVC.
2017-10-07  mistachkinFix harmless compiler warning seen with MSVC.
2017-10-07  mistachkinRevise variable declaration moved in the previous check...
2017-10-07  mistachkinFix C99-style variable declaration issue seen with...
2017-10-06  danAdd tests for the example fts3 "rank" function that...
2017-10-05  drhFix compiler warnings that come up with SQLITE_OMIT_WAL.
2017-10-05  danFix a problem building with SQLITE_OMIT_WAL defined.
2017-10-05  drhFix the command-line shell so that the ".schema --inden...
next