]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-05-10  drhAdd new output columns to the "PRAGMA database_list... database-list-enhancement
2021-05-08  drhEnable the sqlite3_serialize() and sqlite3_deserialize...
2021-05-08  drhFix help-text typo in the CLI.
2021-05-07  drhDetect misuse of aggregate functions in the ORDER BY...
2021-05-06  danFixes for cksmvfs and rbu so that they work together.
2021-05-06  drhRemove an assert() in FTS5 that can (rarely) be false...
2021-05-06  drhImproved detection of oversized cells in balance_nonroo...
2021-05-05  drhProvide the sqlite3PrintMem() routine on SQLITE_DEBUG...
2021-05-05  danFix an undefined-integer-overflow problem in fts3.c.
2021-05-04  drhWhen applying the optimization that disables WHERE...
2021-05-04  drhAlso for the 0x20000 bit of ".wheretrace", show when...
2021-05-04  drhAdditional debugging output for whereScanNext() showing...
2021-05-04  drhBack out the EXISTS-to-IN optimization. It slows thing...
2021-05-03  drhFix minor coverity warnings in the CLI.
2021-05-03  drhFix a potential memory leak following OOM in the decima...
2021-05-01  drhBack out the NEVER() inserted by [c7309ed3c7588c7e...
2021-04-30  drhGuard against a NULL-pointer dereference following...
2021-04-30  drhFix a harmless "unused variable" warning when compiling...
2021-04-29  larrybrReduce API lifetime requirement for objects passed...
2021-04-29  drhFix the operation of the "-" argument to --load-dbsql...
2021-04-29  drhFix the IN-early-out optimization so that it works...
2021-04-29  drhEnhanced "PRAGMA vdbe_trace=on" output associated with...
2021-04-29  drhFix harmless compiler warnings.
2021-04-29  drhUpdate test/fuzzdata8.db with recent dbsqlfuzz finds.
2021-04-28  drhIgnore the TEMP or TEMPORARY keyword on CREATE statemen...
2021-04-28  drhAdjust a VDBE coverage macros due to the enhancement...
2021-04-27  drhFurther improvements to the handling of RETURNING claus...
2021-04-27  drhRETURNING bug fix: Correctly deal with RETURNING state...
2021-04-27  danFix a segfault that could occur when querying a corrupt...
2021-04-27  drhBetter error messages on showdb.
2021-04-26  drhImproved robustness of the "showdb" debugging program...
2021-04-26  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-04-26  drhFix the [/info/df1d6482f9e92daf|UNION ALL flattener...
2021-04-26  drhAdd ALWAYS() to branches that are no longer reachable...
2021-04-26  larrybrrefix altertab.test
2021-04-26  danFix a problem that could cause a crash in sqlite3BtreeD...
2021-04-26  drhMore aggressive detection of OOM errors in resolveAlias().
2021-04-26  drhWhen doing the optimization that attempts to avoid...
2021-04-26  danDo not initialize eponymous virtual tables when parsing...
2021-04-25  larrybrSkip test when no JSON.
2021-04-24  drhMake window range queries more robust against corrupt...
2021-04-24  drhTreat byte-order marks (BOMs) at the start of a token...
2021-04-24  drhFix testcase altertab-25.1 due to check-in [c7909e8e0d0...
2021-04-23  drhFix harmless compiler warnings in fuzzcheck.
2021-04-23  drhEnhance the --load-dbsql and related options of fuzzche...
2021-04-23  drhGive a better final output line for the --spinner optio...
2021-04-23  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-04-23  danFix an assert() in fts5_index.c that may fail if the...
2021-04-23  drhImproved OOM detection in sqlite3ExprCheckIN().
2021-04-22  drhChange a memcpy() into a memmove() to prevent a warning...
2021-04-22  drhFix harmless compiler warnings of unused function param...
2021-04-22  danFurther tweaks for comments in sqlite3session.h.
2021-04-22  danChange to comments in sqlite3session.h. No changes...
2021-04-22  drhRaise an error on an attempt to rename an eponymous...
2021-04-22  danAdd the experimental sqlite3session_changeset_size...
2021-04-22  danAdd the sqlite3session_object_config() API. Current... session-changeset-size
2021-04-22  drhImproved handling of errors in ALTER TABLE RENAME.
2021-04-22  drhFix the date/time translation logic in the zipfile...
2021-04-22  drhEnsure that the typedefs for specific-length integers...
2021-04-22  drhIn the whereLoopXfer() routine, ensure that the destina...
2021-04-21  drhThe new OP_Null opcode from check-in [8b54102a00852b72...
2021-04-21  danAdd the experimental sqlite3session_changeset_size...
2021-04-21  drhAdd recent dbsqlfuzz test cases to test/fuzzdata8.db.
2021-04-21  drhInitialize the key registers in the skip-scan optimizat...
2021-04-21  danFix a problem allowing SQL variables to be used express...
2021-04-20  drhRemove a testcase() that is no longer relevant due...
2021-04-20  drhMore aggressive detection of database corruption in...
2021-04-20  danUpdate an assert() in btree.c that may fail with a...
2021-04-20  drhIn the sqlite3SelectDup() routine, do not do an incompl...
2021-04-19  drhImprovement to check-in [d564d8882ef18b55] to detect...
2021-04-19  drhAn improvement to check-in [1a341378ab24a509] that...
2021-04-19  drhEnsure that a WITHOUT ROWID table does not have the...
2021-04-19  danRemove fts5 test functions fts5_expr(), fts5_expr_tcl...
2021-04-19  drhIn the query flattener, avoid invalidating an expressio...
2021-04-18  danEnsure that all records are updated by setting the...
2021-04-17  danRemove a couple of NEVER() macros from the code for...
2021-04-17  larrybrBring in permutations mod.
2021-04-17  danDo not run external_reader.test as part of permutation...
2021-04-17  larrybrAllow more time for perf tests when instrumented. Condi...
2021-04-17  drhAdd new dbsqlfuzz cases to test/fuzzdata8.db.
2021-04-17  danFix cases where code in expr.c was failing to handle...
2021-04-17  drhEnsure that variables are not used in the WINDOW clause...
2021-04-16  larrybrAdd geopoly to $::sqlite_options() and use it to pass...
2021-04-16  drhPerformance optimizations in the code generator, especi...
2021-04-16  larrybrMake a test conditioned on feature used.
2021-04-16  drhAdd new dbsqlfuzz-generated cases to test/fuzzdata8.db.
2021-04-16  danFix another undefined behaviour in fts3 that could...
2021-04-16  danAvoid signed integer overflow when finding snippets...
2021-04-16  drhRemove an ALWAYS() from a branch in sqlite3ExprAddColla...
2021-04-16  drhFix an assert() in whereLoopAddOr() that can be wrong...
2021-04-16  danFix an assert() in fts3 that might fail when handing...
2021-04-16  drhFix the comment on the implementation of the pi() SQL...
2021-04-16  drhDo not invoke sqlite3ExprAffinity() if there is a possi...
2021-04-15  danFix a bad interaction between constant propagation...
2021-04-15  danAdd extra test case for OOM handling in where.c.
2021-04-15  drhMake sure the WhereInfo.pExprMods list is properly...
2021-04-14  danPrevent an assert() from failing if sqlite3_blob_reopen...
2021-04-14  danFix a potential crash when using json_group_array(...
2021-04-14  drhFix an assert() in the code generator for expressions...
2021-04-13  danFix an undefined signed integer overflow in fts5.
next