]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-05-18  drhRemove incorrect NEVER() macro added by the previous... int-float-compare
2018-05-18  drhImprovements to the sqlite3IntFloatCompare() routine...
2018-05-17  drhIn the CLI with the -A command, if the file does not...
2018-05-17  drhImproved error and help messages for the ".archive...
2018-05-17  drhFix memory errors associated with argv in the CLI when...
2018-05-16  drhEnhance the sqlite3_str_new() interface so that it...
2018-05-16  drhCorrect output for the fullkey column of json_each...
2018-05-15  danFix a test case problem in wherelimit.test.
2018-05-14  drhMake more aggressive use of automatic indexes when...
2018-05-14  drhConvert the schema creation logic in the rtree extensio...
2018-05-14  mistachkinFix typo in the shell.c source file.
2018-05-14  drhExport the deduceDatabaseType() function the shell...
2018-05-14  drhAdd the --append option to the ".backup" command in...
2018-05-12  drhIn the CLI, allow comment lines that begin with '#...
2018-05-11  drhIn the CLI, return non-zero if there are errors on...
2018-05-11  drhFix a typo in the help message from the ".sha3sum"...
2018-05-11  drhMake sure the open_db() routine in the CLI does not...
2018-05-09  danAdd a test case to check that the fts5 unicode64 tokeni...
2018-05-09  drhAdd 14 new interfaces to the loadable extension mechanism.
2018-05-09  drhFix minor problems with the sqlite3_str interface.
2018-05-09  drhMake the internal dynamic string interface available...
2018-05-09  drhFix a typo in a comment used for documentation. No...
2018-05-08  drhCorrectly format the STAT1 and STAT4 content in the...
2018-05-08  drhFix a harmless compiler warning in fuzzcheck. Add...
2018-05-08  drhFuzz test cases for UPSERT.
2018-05-07  drhActivate the cell-overwrite optimization for index...
2018-05-07  drhImproved comments on the cell-overwrite optimization...
2018-05-07  drhOn an UPDATE, try to overwrite an existing btree cell...
2018-05-07  drhFix harmless compiler warnings associated with the...
2018-05-07  drhFix harmless compiler warnings in the cell-overwrite... cell-overwrite-prototype
2018-05-07  drhBackout change [05fee1a21ea398f1e4d6f1cf3] because...
2018-05-05  drhIn an ORDER BY LIMIT, make sure the ORDER BY expression...
2018-05-05  drhFix a slightly incorrect corruption detection branch...
2018-05-04  drhMerge enhancements from trunk.
2018-05-04  drhFix requirements marks. No code changes.
2018-05-04  drhFor the amalgamation-tarball, enable FTS5 and JSON1...
2018-05-04  drhMake a separate limb in the EXPLAIN QUERY PLAN output...
2018-05-03  drhIn ORDER BY LIMIT queries, try to evaluate the ORDER...
2018-05-03  drhFix a branch that has become unreachable due to recent...
2018-05-03  drhImproved security for VACUUM. This check-in combines...
2018-05-03  drhOverhaul of EXPLAIN QUERY PLAN. The output is now in...
2018-05-03  drhOptimizations to the new EQP framework. rework-EQP
2018-05-03  drhFix various error handling conditions on the cell overw...
2018-05-03  drhThe BtCursor.info fields are only valid if info.nSize!=0.
2018-05-03  drhAdd more corruption checking to the cell overwrite...
2018-05-03  drhBug fixes in the overwrite optimization.
2018-05-03  drhThe sqlite3BtreeInsert() routine tries to overwrite...
2018-05-03  drhEnhance EXPLAIN QUERY PLAN to report the generation...
2018-05-02  drhMore test case updates. Tests are all running now.
2018-05-02  drhFix test cases so that they work with the new EXPLAIN...
2018-05-02  drhImproved EQP output for recursive CTEs and multi-value...
2018-05-02  drhPrevent VACUUM from running any commands in sqlite_mast...
2018-05-02  drhFix a dangling-else problem that was causing recursive...
2018-05-02  danFix a problem in the xBestIndex method of the closure...
2018-05-02  mistachkinAdd sqlite3_win32_set_directory8() and sqlite3_win32_se...
2018-05-02  drhImprovements to the EQP display for compound select...
2018-05-02  drhBegin reengineering the EXPLAIN QUERY PLAN function...
2018-05-01  drhThe SQLITE_ALLOW_SQLITE_MASTER_INDEX compile-time optio...
2018-04-30  drhDefer loading result column values into registers on... faster-order-by-limit
2018-04-28  drhTest cases added for SQLITE_DBCONFIG_RESET_DATABASE.
2018-04-28  danFix an RBU problem causing spurious SQLITE_CONSTRAINT...
2018-04-28  drhAdd the SQLITE_DBCONFIG_RESET_DATABASE control for...
2018-04-28  drhAdd the SQLITE_DBCONFIG_RESET_DATABASE control as a...
2018-04-28  drhMerge updates from trunk.
2018-04-28  drhPrevent deep recursions on nested COLLATE operators.
2018-04-28  drhFix compiler warnings in FTS3.
2018-04-28  mistachkinDocument and expose sqlite3_win32_set_directory() funct...
2018-04-28  mistachkinAdd comments about the intended use of the sqlite3_data... win32dir
2018-04-28  drhAdd the "PRAGMA reset_database=ON|OFF" command. When...
2018-04-27  mistachkinDocument and expose sqlite3_win32_set_directory() funct...
2018-04-27  danUpdate test script fts3expr4.test so that it always...
2018-04-27  danFix a test script error causing tests to fail in soak...
2018-04-27  drhEnhance the comments in the templatevtab.c implementation.
2018-04-26  drhThe previous fix for ticket [d85fffd6ffe856092ed8da...
2018-04-26  danWhen processing an "ORDER BY ... LIMIT" that does not...
2018-04-26  danWhen processing an "ORDER BY ... LIMIT" that does not... sorter-limit-opt
2018-04-26  drhEnsure that new.* values of an UPDATE do not get clobbe...
2018-04-26  drhClarification of the behavior of a BEFORE UPDATE trigge...
2018-04-26  drhImproved VDBE comment on the OP_Param opcode. No subst...
2018-04-26  danUpdate the "fuzz_malloc.test" script to print SQL state...
2018-04-25  drhAdd new interfaces for accessing the list of SQL keywords:
2018-04-25  drhAdd the new DO and NOTHING keywords to the keyword...
2018-04-25  drhAdd the new SQLITE_SHELL_INIT_PROC compile-time entry...
2018-04-25  drhAvoid many unnecessary calls to sqlite3ReadSchema(...
2018-04-25  drhAdd an assert() to ensure that schema mutexes are held...
2018-04-24  danRemove a recently added NEVER() macro from a branch...
2018-04-24  danFix a problem with processing "LEFT JOIN tbl ON tbl...
2018-04-24  drhDo not attempt to use terms from the WHERE clause to...
2018-04-24  drhUpdate the expert extension test cases to account for...
2018-04-24  drhAll the OR optimization to proceed even if the OR is...
2018-04-24  drhAdd a hyperlink to the ticket on the code comment for...
2018-04-24  danDo not attempt to read values from indexes-on-expressio...
2018-04-24  drhEnhance the CLI to render EXPLAIN QUERY PLAN using...
2018-04-24  drhFix a memory leak following failure to open an external...
2018-04-24  drhIn EXPLAIN QUERY PLAN output, do not show an EXECUTE...
2018-04-24  drhFix to check-in [ca34c2dd20ee071e] - avoid a NULL point...
2018-04-23  drhFix a problem in sqlite3ExprCompare() associated with...
2018-04-23  drhFix a formatting issue in the TreeView output for bare...
2018-04-23  drhAdd the ".imposter off" variant of the ".imposter"...
2018-04-23  drhThe ".selecttrace 0x2000" command causes just the top...
next