]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-12-19  danExperimentally add the SQLite expert functionality... expert-in-shell
2017-12-16  danAdd the sqlite3_vtab_collation() function, which allows...
2017-12-16  danMerge latest trunk changes into this branch. schemalint
2017-12-16  drhAdd unnecessary initializations to some local variables...
2017-12-15  danEnhance the "swarmvtab" extension. See header comments...
2017-12-15  drhIn the LEMON parser generator, provide reduce actions...
2017-12-13  drhIn valueFromExpr() only generate a OOM fault if there...
2017-12-13  mistachkinAdd support for the 'lsm1.c' target in the MSVC makefile.
2017-12-13  drhAn improved way of generating the SQLITE_READONLY_DIREC...
2017-12-13  drhNew result code SQLITE_READONLY_DIRECTORY is returned...
2017-12-13  drhCorrectly invalidate a column cache line when it is...
2017-12-13  danChange some LSM code internal typenames from "Blob...
2017-12-13  danAdd script to amalgamate all LSM files into "lsm1.c".
2017-12-13  drhMinor enhancement to two assert() statements in the...
2017-12-11  danFix a buffer overwrite in fts5 that could occur when...
2017-12-09  drhFix a harmless API signature mismatch in the unix VFS.
2017-12-08  drhThe query planner tries to avoids using indexes that...
2017-12-08  danAdd compile time switch SQLITE_ENABLE_ICU_COLLATIONS...
2017-12-08  drhMake sure the bComplex variable in sqlite3DeleteFrom...
2017-12-07  drhWhen doing a table scan using an index, do not error...
2017-12-07  mistachkinFix typo in comment. No changes to code.
2017-12-07  drhFix harmless compiler warnings in the rot13 extension.
2017-12-07  drhUpdates to the main README.md file.
2017-12-06  drhFix an unreachable branch in cases when SQLITE_ENABLE_S...
2017-12-05  danFix a compilation problem when both SQLITE_ENABLE_MULTI...
2017-12-01  danFix the ".lint fkey-indexes" shell command so that...
2017-11-30  danFix some minor problems in test scripts.
2017-11-30  danUpdate test file walprotocol.test to account for the...
2017-11-29  danMerge latest trunk changes into this branch.
2017-11-28  danFix an assertion fault found by OSSFuzz.
2017-11-28  danLock the wal file for all snapshot transactions, even...
2017-11-28  danAdd experimental feature to detect threading bugs in...
2017-11-28  danUse a symbolic constant instead of a literal (-1) to... multithreaded-checks
2017-11-28  drhUpdate tests to deal with SQLITE_FAST_SECURE_DELETE.
2017-11-27  danFix a faulty NEVER assert() that could fail for SQLITE_...
2017-11-26  drhFix an CSV output quoting problem in the command-line...
2017-11-25  danFix builds with both SQLITE_ENABLE_MULTITHREADED_CHECKS and
2017-11-25  danAdd experimental feature to detect threading bugs in...
2017-11-24  danAdd the "^" syntax from fts3/4 to fts5.
2017-11-24  drhEnhance the configure script to detect zLib.
2017-11-23  drhFix a problem in the omit-table-from-left-join optimization
2017-11-23  drhCompletely disable the skip-ahead-distinct optimization...
2017-11-21  drhFix the skip-ahead-distinct optimization on joins for...
2017-11-21  mistachkinFix typo in the Makefiles for MSVC.
2017-11-21  mistachkinFix compilation issue (C99-ism) in the shell seen with...
2017-11-21  danUpdate the omit-table-from-left-join optimization so...
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...
next