]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-03-20  drhExperimental change to apply affinity before running... apply-affinity-first
2019-03-20  drhIn the CLI, give better error messages if something...
2019-03-20  danFix a potential dangling pointer deference in an ALTER...
2019-03-20  drhFix harmless compiler warnings from MSVC.
2019-03-20  drhEnhance the rtreenode() function of rtree (used for...
2019-03-20  mistachkinFix various harmless compiler warnings seen with MSVC. noWarnings
2019-03-19  drhEnhance the VACUUM INTO command so that it works on...
2019-03-19  drhFix a compiler warning in FTS5.
2019-03-19  drhWhen computing the amount of scratch memory needed...
2019-03-19  danTweak the tool/cg_anno.tcl script so that it can run...
2019-03-19  drhAdd a LICENSE.md, containing the text of the blessing.
2019-03-18  danFix a buffer overread that could occur when running...
2019-03-18  danFix an fts5 problem with interleaving reads and writes...
2019-03-18  drhFix a typo in a comment. No changes to code.
2019-03-17  drhNew hyperlink on the README.md file.
2019-03-17  drhUpdate the README.md file at the top level to talk...
2019-03-15  drhBack out the change to support Fuchsia, since it turns...
2019-03-15  danRemove a debugging printf() left in test/sessionfuzz.c.
2019-03-15  danEnsure that ALTER TABLE commands open statement transac...
2019-03-14  drhTechnical improvements to the documentation for sqlite3...
2019-03-13  drhImprovements to the sqlite3_db_filename() API documenta...
2019-03-13  drhNew test cases added to test/fuzzdata8.db
2019-03-13  danWhen deserializing a database (sqlite3_deserialize...
2019-03-13  drhDetect zero-length free slots on btree pages and report...
2019-03-12  danFix a crash that could occur if the RHS of an IN expres...
2019-03-08  drhFix a harmless bug in the Makefile.
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-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  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  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-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...
next