]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-09-09  mistachkinMake the new file test_delete.c portable to MSVC on... test_delete
2016-09-09  danAdd new file test_delete.c, containing test code for...
2016-09-09  drhFix a out-of-order variable declaration for some compil...
2016-09-09  drhIn releasetest.tcl, the --srcdir option is automatic...
2016-09-09  drhFix an obsolete comment in the releasetest.tcl source...
2016-09-09  drhIn releasetest.tcl:
2016-09-08  drhIssue a warning and prompt the user to continue if...
2016-09-07  drhAdd support for row-value comparisons, including IN...
2016-09-07  danFix a problem handling expressions like "(a, b) IN... rowvalue
2016-09-07  drhAdd the ext/misc/memvfs.c extension that implements...
2016-09-07  drhSimplify the affinity handling logic in codeAllEquality...
2016-09-07  drhMerge fixes from trunk.
2016-09-07  drhFix the ".read" command in the command-line shell so...
2016-09-07  drhThe ORDER BY LIMIT optimization is not valid unless...
2016-09-06  drhRemove obsolete vector-IN test cases. Fix a bad testca...
2016-09-06  drhFix corer cases of vector IN operators where the RHS...
2016-09-06  danRemove an unnecessary branch from expr.c.
2016-09-06  drhAvoid unnecessary memory allocations for aiMap in codeE...
2016-09-06  drhAvoid a NULL pointer deref in codeAllEqualityConstraint...
2016-09-06  danSimplify the fix in commit [7d9bd22c].
2016-09-06  drhFix the header comment on codeEqualityTerm().
2016-09-06  danFix a problem handling (a, b) IN (SELECT ...) expressio...
2016-09-06  drhEnhance the sqlite3GetTempRange() and sqlite3ReleaseTem...
2016-09-06  danFix a typo in a comment in expr.c.
2016-09-05  drhSimplified logic to extract a column from a row value.
2016-09-05  drhFix an assert() so that it does C-compiler does not...
2016-09-05  drhSimplifications to the SQLITE_KEEPNULL flag on VDBE...
2016-09-05  drhDo vector comparison size checking early - at name...
2016-09-05  drhCatch vector size mismatch problems during name resolut... early-vector-size-check
2016-09-05  danFix a crash that could occur under certain circumstance...
2016-09-03  danFix a problem causing the affinity of sub-select row...
2016-09-03  drhMerge the fuzzershell enhancement from trunk.
2016-09-03  drhBuild the generate_series(START,END,STEP) table-valued...
2016-09-03  danConsider the affinity of "b" when using an "a IN (SELEC...
2016-09-03  drhPerformance optimizations.
2016-09-02  drhMerge recent changes from trunk.
2016-09-02  danAdd a test case for the OOM handled by the previous...
2016-09-02  drhCorrectly detect an OOM occurring in the setDestPgsz...
2016-09-02  danWithin a backup operation, ensure that a read-transacti...
2016-09-01  danHave "sqldiff --rbu" ignore rows with NULL values in...
2016-09-01  danIf SQLITE_ENABLE_ZIPVFS is defined, journal_mode=off...
2016-08-29  danUse some of the example code from the sessions documena...
2016-08-27  drhFix typos in comments. No changes to running code.
2016-08-27  danFix some comments in sqlite3session.h. No changes to...
2016-08-27  danFixes to fts5 snippet() function.
2016-08-27  drhMerge updates from trunk.
2016-08-27  drhFix the extra comments (added with -DSQLITE_ENABLE_EXPL...
2016-08-27  drhFix the "Synopsis" on the OP_Lt, OP_Le, OP_Gt, and...
2016-08-26  drhFix a minor problem in sqlite3FindInIndex() related...
2016-08-26  drhFix the sqlite3FindInIndex() to ensure that it always...
2016-08-26  drhAdd an EXPLAIN QUERY PLAN line for when a index is...
2016-08-26  danAdd test cases to rowvalue2.test.
2016-08-26  drhEnhance sqlite3FindInIndex() so that it is able to...
2016-08-26  drhFix a post-OOM crash in updateRangeAffinityStr(). ...
2016-08-26  danFix a problem with affinity changes and vector range...
2016-08-26  drhAllow ROWID values in indexed vector comparisons.
2016-08-26  danFix a problem in internal function sqlite3OpenTableAndI...
2016-08-26  mistachkinRename a test procedure in 'speed3.test' to avoid a...
2016-08-26  drhComment improvements. Put ALWAYS and NEVER macros...
2016-08-26  mistachkinAdapt the special case of '$' in item names for test...
2016-08-26  mistachkinMake the test 'vtabH-3.1' work when there are less...
2016-08-26  mistachkinSupport running the fstree tests in 'vtabH.test' on...
2016-08-26  drhRemove an unreachable branch from sqlite3ExprAffinity()
2016-08-25  mistachkinFix typos in 'vtabF.test' file. No changes to code.
2016-08-25  drhMerge recent changes from trunk.
2016-08-25  drhFix the sqlite3_trace_v2() interface so that it goes...
2016-08-25  drhRefactor the sqlite3ExprCodeIN() routine for improved...
2016-08-25  drhAnother fix in the IN-operator algorithm description.
2016-08-25  drhFurther refinement of the in-operator.md documentation.
2016-08-25  drhImprovements to IN operator code generator comments...
2016-08-25  drhCorrections to the IN-operator notes.
2016-08-25  drhAdd notes on the implementation of the IN operator.
2016-08-24  drhSimplified VDBE code for the vector NOT IN null-scannin...
2016-08-24  drhImproved extended comments of comparison operators...
2016-08-24  drhIn sqlite3FindInIndex(), improve internal comments...
2016-08-24  danFix a bug in the fts5 snippet function causing it to... fts5-snippet-bias
2016-08-24  mistachkinSync up the MSVC autoconf makefile.
2016-08-24  drhFix more unreachable branches.
2016-08-24  drhAdd a NEVER() on an unreachable branch in comparisonAff...
2016-08-24  danFix a buffer overrun in the code for handling IN(....
2016-08-24  drhThe previous OOM fix was bad. Back it out and replace...
2016-08-24  drhAvoid a potential null-pointer dereference following...
2016-08-23  drhSimplify the row value misuse error message.
2016-08-23  drhFix a problem with rowvalue UPDATE when the rowvalue...
2016-08-23  drhFix an uninitialized variable in CASE expression code...
2016-08-23  drhFix the SQLITE_USER_AUTHENTICATION login check so that...
2016-08-22  drhAdd support for the SQLITE_DBCONFIG_MAINDBNAME configur...
2016-08-22  drhFix the vector BETWEEN operator so that it only evaluat...
2016-08-22  drhReinstate the mechanism in BETWEEN that avoids evaluati...
2016-08-20  drhThe docs promise the in "x BETWEEN y AND z" the x expre...
2016-08-20  drhFurther comment enhancements. No changes to code.
2016-08-20  drhClarification of code comments in expr.c. Clean up...
2016-08-20  drhFixes for problems following OOM errors.
2016-08-20  danFix other minor problems with the fts5 snippet() function.
2016-08-20  drhDo not duplicate the Expr.pLeft subtree of a TK_SELECT_...
2016-08-20  danFix a segfault that could occur if a query that used...
2016-08-20  drhImprovements to the vector comparison splitter in exprA...
2016-08-20  drhImprovements to comments. No code changes.
2016-08-20  drhAdd support for vector assignments in the SET clause...
2016-08-20  drhChange the way TK_SELECT_COLUMN is handled so that...
next