]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-01-11  danFix another problem with corrupt databases in fts5.
2019-01-11  danFix a problem handling a negative value in the "number...
2019-01-11  drhImproved detection and reporting of errors in the readf...
2019-01-11  drhOmit errors about missing SAVEPOINTs when aborting...
2019-01-11  drhImproved detection of cell corruption in sqlite3VdbeRec...
2019-01-11  drhFix PRAGMA integrity_check so that it does not cancel...
2019-01-11  drhAdd the --vdbe-debug command-line option to dbfuzz2.
2019-01-11  drhAdd the "dbfuzz2" target to main.mk. Remove an unused...
2019-01-11  drhThe keywords TRUE and FALSE should only act as boolean...
2019-01-11  drhSeparate makefile targets for "dbfuzz2", "dbfuzz2-asan...
2019-01-10  danFix a memory leak in fts5 that could occur if scalar...
2019-01-10  danFix a memory leak in fts5.
2019-01-10  danAvoid use-after-free and double-free errors that could...
2019-01-10  danFix further problems with fts5 handling corrupt databases.
2019-01-10  drhMore aggressive early detection of orphaned and malform...
2019-01-10  drhUse the new SQLITE_IDXTYPE_IPK values (3) on Index...
2019-01-10  drhFix the fts3DecodeIntArray() function so that it will...
2019-01-09  danFix an out-of-bounds read in SQL function fts5_decode...
2019-01-09  drhAdjustments to the page cache to try to avoid harmless...
2019-01-09  drhImproved database corruption detection in the dbstat...
2019-01-09  drhSmall simplification to the dbstat virtual table.
2019-01-09  drhEnhance the ALTER TABLE RENAME COLUMN feature so that...
2019-01-08  drhUse 64-bit math to compute the sizes of memory allocati...
2019-01-08  drhPerformance improvement on the instr() function, especi...
2019-01-08  drhFix a possible memory leak when trying to UPDATE a...
2019-01-08  danFix further problems with fts5 and corrupt databases...
2019-01-07  danFix another potential buffer overread in fts5.
2019-01-07  danFor SQLITE_ENABLE_PREUPDATE_HOOK builds, disable the...
2019-01-06  drhThe page size becomes fixed as soon as page1 from a...
2019-01-05  drhAdd the exprNodeCopy() routine that will safely memcpy...
2019-01-05  drhIf the OP_ParseSchema opcode with a non-NULL P4 operand...
2019-01-05  danFix two more problems with corrupt database handling...
2019-01-04  drhGive a meaningful error on an attempt to use UPSERT...
2019-01-04  drhIf the ".open" command fails in the CLI, reopen to...
2019-01-04  drhRemove debugging pragmas accidently left in by a prior...
2019-01-04  drhFix a typo in a comment used to generate documentation...
2019-01-04  danFix another fts5 assert() that may fail if the database...
2019-01-03  danFix some problems with sqlite3_interrupt() handling...
2019-01-03  drhFix the csv01.test module so that it works on systems...
2019-01-03  drhFix the shmlock.test script so that it works with the...
2019-01-03  drhFix a harmless compiler warning in the CSV extension.
2019-01-03  danFix a problem with the second and subsequent sqlite3rbu...
2019-01-03  drhFix the geopoly_svg() function so that it returns NULL...
2019-01-02  drhFix harmless compiler warnings in the unicode2 logic...
2019-01-02  danAdd another test case to vacuum-into.test.
2019-01-02  danAdd test cases for commit [6c6fb1c6].
2019-01-02  drhRaise an error if the argument to VACUUM INTO is an...
2019-01-01  danFix another fts5 problem caused by a corrupt database.
2019-01-01  danEnsure that when a new cursor is opened by OP_OpenDup...
2019-01-01  danFix another case in fts5 where a corrupt database could...
2018-12-31  drhFix harmless compiler warnings.
2018-12-31  drhAdditional steps to help ensure that scalar subqueries...
2018-12-31  drhRemove an optimization that can no longer occur, being...
2018-12-31  drhMerge enhancements and bug fixes from trunk.
2018-12-31  drhSmall changes to the OP_OpenEphemeral opcode to improve...
2018-12-31  drhFix the OP_OpenEphemeral opcode in the bytecode engine...
2018-12-29  drhAdditional small performance increase and size reductio...
2018-12-29  drhA new implementation of sqlite3VdbeMakeLabel() is faste...
2018-12-28  drhMerge performance enhancements from trunk.
2018-12-28  drhFaster allocation of new sqlite3_stmt objects.
2018-12-28  drhMove the nOpAlloc field from Parse into Vdbe to avoid...
2018-12-28  drhMerge patches and enhancements from trunk.
2018-12-28  danFix another problem with loading the structure record...
2018-12-28  danFix a problem causing the sqlite_master entry correspon...
2018-12-28  danAvoid an undefined left-shift operation in fts5 caused...
2018-12-28  danFix a buffer overwrite in fts5 triggered by a corrupt...
2018-12-28  danFix problems in fts5 found by ASAN.
2018-12-27  danFix another problem with corrupt database handling...
2018-12-27  drhModify the btree02.test module so that it does not...
2018-12-27  danFix another problem in fts5 caused by a corrupt schema...
2018-12-27  drhFix the filename normalization in the dbtotxt utility...
2018-12-27  danFix a null-pointer dereference that could occur in...
2018-12-27  drhFix a problem in which nested CTEs with the same table...
2018-12-27  drhIn the treeview debugging output,
2018-12-26  danUpdate the coverage-wal permutation to cover branches...
2018-12-26  danAdd a few more test cases to walvfs.test.
2018-12-26  danAvoid an "unitialized value read" problem in fts5 that...
2018-12-26  danFix a problem with handling corrupt databases in the...
2018-12-26  danFix a problem with corrupt fts3 database detection...
2018-12-26  drhFix a problem with the CSV extension when it uses the...
2018-12-25  drhFix a typo in a comment that is used to generate sessio...
2018-12-25  drhIncrease the number of parameters to sqlite3WhereCodeOn...
2018-12-24  drhImprovements to EXPLAIN QUERY PLAN formatting. The...
2018-12-24  danAdd a few more test cases to walfault2.test and walvfs...
2018-12-24  danChange another fts5 assert() that may fail with a corru...
2018-12-24  danAdd test cases to test file walvfs.test.
2018-12-24  drhAlways include OP_Explain opcodes in the bytecode when...
2018-12-24  danCopy some extra test infrastructure from the mutexfree...
2018-12-24  drhRestore a line of code that was previously commented...
2018-12-24  danChange the way a comparison used to detect corrupt...
2018-12-24  drhDo not generate subroutines for non-static SELECT and...
2018-12-24  drhPrevent the use of subroutines to implement the RHS...
2018-12-24  drhExperimental code that tries to put the computation...
2018-12-23  drhSplit the code generation for the RHS of IN operators...
2018-12-22  danImprove the coverage of wal.c provided by the "coverage...
2018-12-22  danCatch another case of a corrupted structure record...
2018-12-22  danChange a faulty assert() in fts5 that could fail on...
2018-12-22  drhFix one more instance of excess whitespace in test...
2018-12-22  drhRemove unnecessary whitespace from testcase result...
2018-12-22  danFix an assert() in fts5 that could fail with a corrupt...
next