]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-12-27  drhOmit all sqlite3_trace() output from the triggers assoc... span-refactor
2017-12-27  drhShow the text of individual statements within a trigger...
2017-12-27  drhAdd and use the internal sqlite3DbSpanDup() interface.
2017-12-27  drhMerge recent enhancements from trunk.
2017-12-27  drhEnhance the Lemon parser generator so that it creates...
2017-12-27  drhThe previous check-in had an error in the coverage... lemon-improvements
2017-12-27  drhChange the coverage measurement logic in the lemon...
2017-12-27  drhIn the lemon-generated parser, do not report the End...
2017-12-27  drhIn LEMON, fix an off-by-one error that can make the...
2017-12-26  drhChange the lemon-parser coverage report format to repor...
2017-12-26  drhMerge bug fixes from trunk.
2017-12-26  drhAdd support for measuring and reporting coverage of...
2017-12-26  drhFaster and smaller implementation of sqlite3AtoF()...
2017-12-26  danFix crashes that could occur if SQL NULL values were...
2017-12-26  danAdd options to speedtest1.c and speed-check.sh for...
2017-12-25  drhFix an assertion fault on a syntax error input caused...
2017-12-25  drhEnhance LEMON so that it generates the action table...
2017-12-25  drhIn the LEMON-generated parser, avoid unnecessary tests...
2017-12-24  drhIn the LEMON-generated parser, rearrange the meanings...
2017-12-24  drhFix a NULL pointer dereference after a syntax error...
2017-12-24  drhImproved parser tracing output.
2017-12-24  drhGrammar changes: the sclp non-terminal should always...
2017-12-24  drhImproved parser tracing output.
2017-12-24  drhRemove the ExprSpan object. Instead, keep track of...
2017-12-23  drhSimplification to the error handling logic in the exten...
2017-12-23  drhImprove the error message that comes back when sqlite3_...
2017-12-23  drhMove the generation of output column names earlier...
2017-12-23  drhAdd a SELECTTRACE() macro to indicate when column names...
2017-12-22  drhIn the sqlite3TreeViewExprList() routine, show the...
2017-12-22  drhModify the new sqlite3_vtab_collation() interface so...
2017-12-21  drhFix SQLITE_DBCONFIG_TRIGGER_EQP so that it works even...
2017-12-21  drhAdd the ".eqp trigger" option to the ".eqp" command...
2017-12-21  danAdd the ".expert" command to the shell tool's ".help...
2017-12-21  drhChange the name of SQLITE_DBCONFIG_FULL_EQP to be SQLIT...
2017-12-21  drhAdd the SQLITE_DBCONFIG_MAX preprocessor macro which...
2017-12-21  drhAdd the experimental ".expert" command to the sqlite3...
2017-12-20  drhLowercase local variable names in the SHA3 extension...
2017-12-19  danFix crash in sqlite3_vtab_collation() when called for...
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...
next