]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-02-21  danFix OOM handling in sqlite3NestedParse(). nested-parse-oom
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...
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...
2019-02-08  drhFurther simplifications to sqlite3VdbeMemSetStr().
2019-02-08  drhChange the sqlite3VdbeMemGrow() routine so that it...
2019-02-08  drhGive the sqlite3 object a pointer to the current Parse...
2019-02-08  drhDo not do the optimization that attempts to pull expres...
2019-02-07  drhChange VACUUM so that it preserves ROWID values.
2019-02-07  drhVersion 3.27.0 version-3.27.0
2019-02-07  drhExperimental change to VACUUM so that it preserves... vacuum-preserves-rowid
2019-02-07  drhIn the fuzzcheck test program, make sure the isspace...
2019-02-06  danEnsure all bytes of the PgHdr1 structure are initialize...
2019-02-06  danUpdate an assert() in test_journal.c to take the new...
2019-02-06  danAvoid attempting to delete a file while it is still...
2019-02-06  danUpdate test file dbfuzz001.test so that it works with...
2019-02-06  danAdd -DSQLITE_ENABLE_DESERIALIZE to the default testing...
2019-02-06  danDo not attempt to test the shell ".trace" command in...
2019-02-06  danFix a problem preventing testfixture from being built...
2019-02-06  drhWhen extending the size of SrcList objects, do not...
2019-02-06  drhIf the query flattener detects an error, cause the...
2019-02-06  drhBack out check-in [008112bcef561a8], reenabling depreca...
2019-02-05  drhOmit the ".progress" command from the shell if it is...
2019-02-05  drhFix a harmless compiler warning in the memtrace.c exten...
2019-02-05  drhFix compiler warnings on Windows.
2019-02-05  danUpdate the tester.tcl --malloctrace option so that...
2019-02-05  drhThe IS NOT NULL operator does not imply that the operan...
2019-02-05  drhKeep the temp_store_directory and data_store_directory...
2019-02-05  danUpdate test file "resetdb.test" so that it works with...
2019-02-04  drhEarly detection of implausibly sized records to avoid...
2019-02-04  drhMention the new -memtrace command-line option in the...
2019-02-04  drhAdd the -memtrace option to dbfuzz2.
2019-02-04  drhEnhance dbfuzz2 so that with the -v option it shows...
2019-02-04  drhEnsure that the sqlite3_exec() callback gets the correc...
2019-02-04  danDo not run shmlock.test as part of the inmemory_journal...
2019-02-04  drhUpdate the test/fuzzdata8.db database with new interest...
2019-02-04  danFix problems with SAVEPOINT and related commands within...
2019-02-04  drhAdd the ".progress" command to the CLI.
2019-02-04  danFix another potential buffer overread in fts5.
2019-02-04  danFix another corruption case in fts5.
2019-02-03  danFix an assertion failure in fts3 triggered by a corrupt...
2019-02-02  drhNew testcase added to test/fuzzdata8.db.
2019-02-02  drhHonor key query parameters for SEE on the URI filename...
2019-02-02  drhGive a link to the URI Filename document in the documen...
2019-02-02  danFix a buffer overread in fts5 debugging scalar function...
2019-02-02  mistachkinFix harmless compiler warning.
2019-02-01  drhSlight adjustment to the printf formatter large memory...
2019-02-01  drhPrevent the printf formatter from doing large memory...
2019-02-01  drhPerformance improvement in the parsing of options to...
2019-02-01  drhEnsure that the Walker.pParse structure is initialized...
2019-02-01  drhNew test cases added to test/fuzzdata8.db.
2019-02-01  drhImprove the strict enforcement of cell sizes in balanci...
2019-02-01  danFix an assert() in fts5 that could fail if the database...
2019-02-01  danFix another corrupt-database-handling problem in fts5.
2019-01-31  drhRemove an incorrect assert() from the deserialize in...
2019-01-31  drhAdd the SQLITE_CONFIG_MEMDB_MAXSIZE configuration optio...
2019-01-31  danFix another buffer overrun that could occur when querin...
2019-01-31  drhIf the amalgamation file "sqlite3.c" is generated using the
2019-01-31  drhImprovements to "PRAGMA parser_trace=ON": Make it a...
2019-01-30  drhChange the error message slightly for when two or more...
2019-01-30  danWhen parsing the schema, check for duplicate index...
2019-01-30  danAdd test case for the previous commit.
2019-01-30  drhDetect if two indexes of the same table share a common...
2019-01-30  drhFix an off-by-one error when parsing the names of index...
2019-01-30  drhAdd the --progress, --using, and -q options to the...
2019-01-30  drhEnhancements to the index_usage utility program.
next