]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-03-13  danMinor optimization in sqlite3WindowCodeStep().
2019-03-12  danAllow real values to be used in PRECEDING and FOLLOWING...
2019-03-12  danExpand on header comment for sqlite3WindowCodeStep...
2019-03-11  danRemove "cache mode" from the window frame code generato...
2019-03-11  danSimplify the windows frame code some. Add a comment...
2019-03-11  danFix problems with "RANGE ... ORDER BY <expr> DESC"...
2019-03-09  danAdd support for RANGE window frames. Some cases still...
2019-03-09  danMerge latest trunk changes into this branch.
2019-03-08  danAdd simple tests for GROUPS window frames.
2019-03-08  drhFix a harmless bug in the Makefile.
2019-03-08  danFinish consolidation of window frame code. Add untested...
2019-03-08  drhAdd new test cases in test/fuzzdata8.db
2019-03-08  drhPatch makes balance_nonroot() slightly smaller and...
2019-03-08  danFix another segfault in fts3 that could occur with...
2019-03-08  drhDetect an attempt to drop a btree that is not within...
2019-03-07  danFix other "ROWS BETWEEN" cases on this branch.
2019-03-07  danModify new window functions function so that cursors...
2019-03-06  danSimplify the window function code generator some more.
2019-03-06  danImprovements to the way built-in window functions are...
2019-03-06  drhAdd the sqlite3_stmt_isexplain() interface.
2019-03-06  drhAdd an "|| CORRUPT_DB" term to an assert() that might...
2019-03-05  drhFix a potential 32-bit integer overflow in the "showdb...
2019-03-05  danExtend windowCodeStep() to handle any ROWS PRECEDING...
2019-03-05  drhAdd a script to tool/ that will extract the sqlite3...
2019-03-05  drhNew dbfuzz2 test cases added to test/fuzzdata7.db
2019-03-05  drhIf the initial byte of a record is a large value, then...
2019-03-04  danMerge trunk changes into this branch.
2019-03-04  danSupport some "ROWS BETWEEN N PRECEDING AND M FOLLOWING...
2019-03-04  danFix a problem preventing compilation with SQLITE_OMIT_U...
2019-03-02  drhImproved comments on the fossildelta.c extension.
2019-03-02  drhFix the SQLITE_DIRECT_OVERFLOW_READ compile-time option...
2019-03-02  drhRemove a redundant parameter extraction call from the...
2019-03-01  drhThe fts3_tokenizer() function returns NULL if the
2019-03-01  drhFix a minor comment typo. No code changes.
2019-03-01  drhIn a query that uses a partial index, the expression...
2019-02-28  drhAdd the ".parameter" command to the CLI.
2019-02-28  drhAdd the new "bind_fallback" method to the "sqlite3...
2019-02-28  drhNew test case loaded into test/fuzzdata8.db.
2019-02-28  danAvoid an assert() failure and an undefined left-shift...
2019-02-28  drhAdd an "|| CORRUPT_DB" term to an assert() statement...
2019-02-27  drhEnable the LIKE optimization when the ESCAPE keyword...
2019-02-27  drhFix the readfile() UDF so that it returns an empty...
2019-02-27  danAdd the "-returntype" option to the "db function" Tcl...
2019-02-27  danVerify that fts5 auxiliary functions cannot be used...
2019-02-26  danReformat the white-space in a few test cases so that...
2019-02-26  drhMinor change to dbfuzz2 that allows it to be compiled...
2019-02-26  drhNew test cases added to test/fuzzdata8.db.
2019-02-26  drhAllocate a few extra bytes for the pager temp page...
2019-02-26  drhUse unsigned integers to count the number of pages...
2019-02-26  drhFix a harmless compiler warning that only comes up...
2019-02-26  drhUpdate the configure-generated makekfile to generate...
2019-02-25  drhEnhance the command-line shell to accept bound paramete...
2019-02-25  drhUpdate comments on the fossildelta extension. No chang...
2019-02-25  drhFix a typo in the documentation for sqlite3_total_chang...
2019-02-23  danFix a couple of assert() statements in fts3 that can...
2019-02-23  drhCheck-in [fa792714ae62fa98] is incorrect. Add a test...
2019-02-23  drhRemove a testcase() macro which is now unreachable... tkt-df46dfb631
2019-02-22  drhMake all ephemeral tables built to hold the RHS of...
2019-02-22  drhCheck-in [fa792714ae62fa980] is not a valid fix for...
2019-02-22  danInternally, remove all references to a Window object...
2019-02-22  drhIn sqlite3NestedParse() be sure to detect all SQLITE_NO...
2019-02-22  drhModify sqlite3_str_finish() and sqlite3VMPrintf() so...
2019-02-21  drhDetect oversized strings in the OP_String opcode even...
2019-02-20  drhChanges to the unix VFS that allegedly enable it to...
2019-02-20  drhDisable unix-specific features of dbfuzz2 when compilin...
2019-02-20  drhAvoid the use of function pointers in columnName()...
2019-02-20  drhProgress handler improvements:
2019-02-20  drhWhen an IN operator drives a query loop, mark it as...
2019-02-19  drhEnhance the xBestIndex method on delta_parse() to retur...
2019-02-19  drhAdd the delta_parse(DELTA) table-valued function to...
2019-02-19  drhAdd the fossildelta.c extension in ext/misc with implem...
2019-02-19  drhFix a potential memory leak in RBU if the rbu_fossil_de...
2019-02-19  drhFix an assert() that might not be true if the database...
2019-02-19  drhNew assert() to verify the TF_HasprimaryKey flag.
2019-02-19  drhAlways use the symbolic name SQLITE_IDXTYPE_PRIMARYKEY...
2019-02-18  drhFix an assert() that might not be true if the %_segdir...
2019-02-16  drhFix an assert() that might be false for a corrupt database.
2019-02-16  danAdd support for chaining of WINDOW definitions.
2019-02-14  drhImproved oversized cell detection when updating ptrmap...
2019-02-12  drhEnsure that the nProgressLimit variable is always initi...
2019-02-12  drhEnhancement the progress callback mechanism so that...
2019-02-12  drhFurther performance improvements to btreeInitPage().
2019-02-12  drhIncrease the version number to 3.28.0 for the next...
2019-02-12  drhRegister the "vfsstat" virtual table immediately when...
2019-02-12  drhNew test cases in test/fuzzdata8.db.
2019-02-12  drhDefer computing the number of bytes of free space on...
2019-02-12  drhChange an assert() into a NEVER(), since the condition... deferred-free-space
2019-02-11  drhDo not invoke btreeComputeFreeSpace() when not necessary.
2019-02-11  drhImprovements to comments. No changes to code.
2019-02-11  drhFix test cases. Avoid unnecessary tests for MemPage...
2019-02-11  danFix another segfault that could occur in fts5 with...
2019-02-11  danFix typos in comments in fts5.h. No changes to code.
2019-02-11  drhUpdates to a comment to keep it in alignment to the...
2019-02-11  danBuild and test fixes for SQLITE_OMIT_WINDOWFUNC builds.
2019-02-11  danAvoid using non-ANSI return statement in void function...
2019-02-11  drhAdd an assert() in an attempt to repro an ASAN warning...
2019-02-09  drhFix a page-cache reference leak in the btree balancer...
2019-02-09  drhDefer computing the MemPage.nFree value of an in-memory...
2019-02-09  danChange a few assert() statements in fts3 that might...
2019-02-08  drhSmall performance improvement and size reduction for...
next