]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-11-03  danFix some comments in new code on this branch. No change... fcntl_shm_read
2017-11-03  danMerge latest trunk changes with this branch.
2017-11-03  danAllow readonly_shm connections to access the *-shm...
2017-11-03  drhThe extensions functions in spellfix are all deterministic.
2017-11-03  mistachkinFix harmless compiler warnings.
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  drhFix harmless compiler warnings in sqlite3_checker.exe
2017-11-01  drhMake sure the JSON1 extension is available to sqlite3_c...
2017-11-01  drhAdd the checkindex.c extension and the sqlite3_checker...
2017-11-01  drhAdjust page numbers in the ext/repair/test/checkfreelis... checkindex
2017-11-01  drhAdd the "sqlite3_imposter DB SCHEMA ROOT SQL" command...
2017-11-01  drhMove the test scripts for checkfreelist and checkindex...
2017-11-01  drhMinor cleanup in checkindex.c. Add progress displays...
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-11-01  drhWhen sqlite3_checker finds a problem, show the row...
2017-11-01  drhActually perform index checks when running sqlite3_checker
2017-11-01  drhBegin putting functionality into the sqlite3_checker...
2017-10-31  drhMerge all recent enhancements from trunk.
2017-10-31  drhAdd the checkfreelist extension to the sqlite3_checker...
2017-10-31  drhFix an error in the Makefile.msc for the sqlite3_checke...
2017-10-31  drhAdd build infrastructure for the sqlite3_checker comman...
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  danFix a couple of issues in incremental_index_check to...
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  danAdd support for indexes on expressions to incremental_i...
2017-10-30  drhImprove the performance of the LIKE operator by using...
2017-10-30  danIn checkindex.c, use C code instead of SQL/group_concat...
2017-10-30  danFix an issue in incremental_index_check with indexes...
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  danFix "after" parameter handling in the incremental_index...
2017-10-28  drhAdd test cases from OSSFuzz to prevent a regression...
2017-10-27  danAdd the start of the "incremental_index_check" virtual...
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...
next