]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2021-04-05  drhDo not invoke the xDelete method when converting to...
2021-04-05  drhAs a continuation of [1f66a85b7757754f], ensure that...
2021-04-04  drhFix an assert() in sqlite3BtreeLast() that needs an...
2021-04-04  larrybrAvoid compile error when SQLITE_OMIT_VIRTUALTABLE defined.
2021-04-04  larrybrMake shell .parameter feature type-agnostic. Hush harml...
2021-04-03  drhImproved robustness to OOM conditions in the window...
2021-04-03  drhTake care not to change an SQLITE_NOMEM error into...
2021-04-03  danFix a crash in handling queries of the form "SELECT...
2021-04-02  drhCorrectly capture the error when a RETURNING clause...
2021-04-02  danAdd experimental SQLITE_FCNTL_EXTERNAL_READER file...
2021-04-02  drhFix a problem with the geopoly_bbox() function.
2021-03-31  drhWhen resolving names in the RETURNING clause, do not...
2021-03-31  drhWhen resolving column names in the RETURNING clause...
2021-03-31  drhDefer deletion of expressions that are optimized out...
2021-03-31  danEnsure that negative numbers may not be used in frame...
2021-03-30  drhRaise an error if a term of the form "TABLE.*" appears...
2021-03-29  danDo not do the EXISTS-to-IN transformation if the sub...
2021-03-29  danAdd "#ifdef SQLITE_DEBUG" blocks around test variables...
2021-03-29  drhSimplify the comparison opcodes in the bytecode engine...
2021-03-29  drhFix VDBE coverage macros. compare-opcode-opt
2021-03-29  drhOmit the SQLITE_STOREP2 and SQLITE_KEEPNULL options...
2021-03-29  drhAdd the OP_ZeroOrNull opcode and use it to compute...
2021-03-29  drhThe comparison opcodes (ex: OP_Eq) now set the iCompare...
2021-03-28  drhAlternative implementation of the comparison opcode...
2021-03-28  drhDocument the "%token" directive for Lemon. This direct...
2021-03-27  drhFor the sqlite3_bind_text16 TCL binding used for testin...
2021-03-26  drhIn the sqlite3_bind_text and sqlite3_bind_text16 TCL...
2021-03-24  drhRemove old testcases() macros. Also remove surplus...
2021-03-24  drhComment improvements to on the distinct-agg optimizatio...
2021-03-24  drhImprovements to distinct aggregates such that they...
2021-03-24  drhFix a harmless compiler warning.
2021-03-23  danFix a problem with renaming a column when there is...
2021-03-23  drhAdd an ALWAYS() on a branch that is always taken.
2021-03-23  drhTest result adjustments in test/misc7.test due to the...
2021-03-23  drhWhen doing schema updates, try to convert (incorrect...
2021-03-23  drhTweaks to test/scanstatus.test to account for the new...
2021-03-23  drhChanges to test/analyzeG.test to conform to the new...
2021-03-23  drhFix a test case in bigmmap.test so that it works with...
2021-03-23  drhAdd the ExprList.nAlloc column and use it to make the...
2021-03-23  drhEnhance the EXPLAIN QUERY PLAN output to use symbolic...
2021-03-22  drhMerge recent fixes from trunk. eqp-improvements
2021-03-22  drhIncrease the version number to 3.36.0 to begin the...
2021-03-21  drhFix an assert() that in preupdate-hook logic (not norma... same-as-3.35.3
2021-03-21  drhAdd a better comment and an assert() on the code inside...
2021-03-20  drhFix the "box" output mode in the shell when statement...
2021-03-20  drhUse the canonical name, not the AS name, when showing...
2021-03-20  drhRevise tests cases to align with the new EXPLAIN QUERY...
2021-03-20  drhFix a faulty assert() in the OP_SkipScan opcode.
2021-03-19  drhFurther simplification of the EQP output. Only show...
2021-03-19  drhMerge enhancements from trunk.
2021-03-19  drhIn the wholenumber virtual table, increase the cost...
2021-03-19  drhDbsqlfuzz found a new way to make that branch in codeVe...
2021-03-19  larrybrFix tokenizer's classification of EBCDIC newline.
next