]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-11-21  danUpdate the omit-table-from-left-join optimization so... left-join-optimization
2017-11-20  danFix a problem preventing the planner from identifying...
2017-11-20  danFix a typo in a test script on this branch. left-join-omit-fix
2017-11-20  danFix a problem preventing the planner from identifying...
2017-11-18  danEnhance the log messages produced in some cases if...
2017-11-18  danEnhance the log messages produced in some cases if... sqlite-corrupt-page
2017-11-17  drhImproved fix for ticket [da78413751863] that does not...
2017-11-17  danAdd some missing "finish_test" lines to the end of...
2017-11-17  drhNew assert() statements in the rowvalue IN expression...
2017-11-17  drhClarification of comments on sqlite3FindInIndex()....
2017-11-17  danDo not count temporary databases that have been attache...
2017-11-17  danAvoid creating a master journal if all or all but one... master-journal-temp-files
2017-11-16  danEnsure that empty space on pages is zeroed before they...
2017-11-16  drhAdd a missing "finish_test" to the end of the stmtvtab1...
2017-11-15  drhFuther improvements to the .testctrl interface in the...
2017-11-15  drhUI improvements on the .testctrl dot-command in the...
2017-11-14  drhIn the parse tree, combine LIMIT and OFFSET into a...
2017-11-14  drhAdd the ability to read from read-only WAL-mode databas...
2017-11-14  danFix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality...
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  danOmit some extra code from non-SQLITE_ENABLE_UPDATE_DELE... update-delete-limit-fix
2017-11-10  drhImproved comments and variable names in the read-only...
2017-11-10  danAdd further tests for the code on this branch.
2017-11-10  danFix a problem involving "DELETE/UPDATE...LIMIT" stateme...
2017-11-10  danFix a problem with (DELETE...LIMIT) statements against...
2017-11-10  mistachkinFix harmless compiler warning seen with MSVC.
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  danAdd SQLITE_ENABLE_UPDATE_DELETE_LIMIT for views and...
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-09  drhDisallow ORDER BY and LIMIT on UPDATE and DELETE of...
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-08  danFix a problem causing LSM to add unnecessary padding...
2017-11-08  drhImproved comments used for documentation of sqlite3_vfs...
2017-11-07  danUpdate an assert in wal.c.
2017-11-07  danHandle the race condition that may occur if another...
2017-11-07  danFix handling of partial indexes in checkindex.c (sqlite...
2017-11-07  danFix a problem causing an INDEXED BY specifying an unusa...
2017-11-07  drhAdd the --trace option to the sqlite3_checker utility...
2017-11-07  drhEnhance the checkindex.c virtual table so that it will...
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-06  drhFix a harmless compiler warning from Xcode 9.1.
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-04  danFix an LSM problem with read-only connections and compr...
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...
next