]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-04-22  danAdd the sqlite3session_object_config() API. Current... session-changeset-size
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.
2021-04-13  drhDo not leave a WITHOUT ROWID table without a primary...
2021-04-13  drhThe SQLITE_NoSchemaError flag should not apply to OOM...
2021-04-13  drhEarlier detection empty_result_callbacks in sqlite3Init...
2021-04-13  drhIn the rtreedepth() function, detect OOM when convertin...
2021-04-13  drhFix an error in the inversion function for json_group_a...
2021-04-12  drhFix a faulty assert() inside sqlite3ExprDup().
2021-04-12  drhFix an assert() in OP_ParseSchema so that it works...
2021-04-12  drhAvoid taking the address of a NULL pointer following...
2021-04-12  drhAdd an assert() to show that the SF_Resolved flag does...
2021-04-12  danFix a segfault that could occur if the ORDER BY clause...
2021-04-12  drhFix the display of SrcList in the sqlite3TreeView debug...
2021-04-12  danAvoid an assert() failure when a compound scalar sub...
2021-04-12  drhFix harmless comment typo in main.c.
2021-04-11  drhAdd NEVER() to a branch that is no longer reachable...
2021-04-10  danAvoid an uninitialized-memory valgrind error by tighten...
2021-04-10  drhAdd NEVER() to a branch that became unreachable with
2021-04-10  drhAvoid invoking sqlite3Atoi64() will a null pointer...
2021-04-10  danFix a problem with handling expressions like "(col...
2021-04-10  drhRefactor NameContext.nErr into nNcErr to avoid confusio...
2021-04-09  drhRemove a NEVER() in a corruption detection conditional...
2021-04-09  drhRemove an ALWAYS() that is actually reachable following...
2021-04-09  danHave the VFS in memdb.c return SQLITE_IOERR_NOMEM inste...
2021-04-08  danFix a use-after-free error that could occur when proces...
2021-04-08  drhRemove an ALWAYS() that might be false under very unusu...
2021-04-08  danHandle the corruption fixed by the previous commit...
2021-04-08  danHandle a special case of corruption that can present...
2021-04-08  drhHardden the filter_over grammar rule against OOM faults.
2021-04-08  drhRemove an incorrect assert() from sqlite3EndTable().
2021-04-08  drhFix an obscure memory leak in FTS3. dbsqlfuzz 26a51001...
2021-04-07  drhDo not allow the use of rowid for views and subqueries...
2021-04-07  drhAdd the SQLITE_ALLOW_ROWID_IN_VIEW option to omitttest... no-rowid-on-view
2021-04-07  drhAlso prohibit the use of rowid from a subquery. Add the
2021-04-07  drhUnnecessary local variable initialization to fix a...
2021-04-07  drhIn FTS3, if the xBegin method fails to start a transact...
2021-04-07  drhFix an assert in the automatic-index constructor that...
2021-04-07  drhEarlier detection of page 1 on the freelist (which...
2021-04-07  danFix a possible crash that could occur when executing...
2021-04-07  larrybrFix seg-fault upon appendvfs attempt to open non-existe...
2021-04-06  drhDo not apply the optimization that omits DISTINCT if...
2021-04-06  drhDetect OOM earlier in the geopoly extension.
2021-04-06  danModify the drop column code to handle WITHOUT ROWID...
2021-04-06  drhRaise an error if a query tries to access the "rowid...
2021-04-06  danRestructure a loop in window.c to avoid hitting an...
2021-04-06  danUpdate an assert statement that could fail when using...
2021-04-06  danFix issue with failing --enable-debug --enable-fts5...
2021-04-06  drhNew test cases added to fuzzdata8.db.
2021-04-06  danSilence an msan warning triggered by a corrupt database...
2021-04-06  danAvoid a use-after-free that may occur when accessing...
2021-04-06  danRemove some test routines from release builds of fts5.
2021-04-06  danFix incorrect RETURNING test cases in wherelimit.test
2021-04-06  drhEarlier detection of OOM errors during window function...
2021-04-06  danHandle "RETURNING rowid" clauses attached to INSERTs...
2021-04-06  drhFurther improvements (subsequent to [d91450847a3a3a72...
2021-04-06  drhEarlier detection and handling of OOM problems.
2021-04-05  drhRelax an assertion on the sqlite3WhereEnd() routine...
2021-04-05  drhAdd a missing CORRUPT_DB to an assert in the OP_ResultR...
2021-04-05  drhAdjust the README.md file so that build instructions...
2021-04-05  danDo not allow floating point rounding errors to cause...
2021-04-05  drhFix an assert() that can be false when doing an increme...
2021-04-05  danAvoid coding unindexed WHERE constraints if an equivale...
next