]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-01-18  drhTypecasts added to the GeoPoly extension to avoid harml...
2019-01-18  danFix problems causing undefined left-shift operations...
2019-01-18  drhAvoid integer overflow when computing the array of...
2019-01-18  drhHandle oversize floating point values carefully when...
2019-01-18  danFix a fairly obscure problem allowing an "ALTER TABLE...
2019-01-18  drhUse the full 64-bit integer value in the argument to...
2019-01-17  drhDisable the xfer-optimization if the two tables have...
2019-01-17  danFix another corruption related crash in fts5.
2019-01-17  drhAdd the SQLITE_ENABLE_EARLY_CURSOR_CLOSE compile-time...
2019-01-17  danFix a buffer overwrite that could occur when running...
2019-01-17  danFix problems with joining two or more fts5_vocab tables...
2019-01-17  drhRevamp the SrcList allocator routines to be methods...
2019-01-17  drhLimit the size of SrcList objects to 200 entries (compi...
2019-01-17  drhFix a corner-case for the logic that cause an insert...
2019-01-17  drhEnsure that the variable-length integer decoder in...
2019-01-17  drhFix a failure in sqlite3ExprCompare()
2019-01-16  danFix a problem with fix [b4b57413].
2019-01-16  danFix a problem in the fts3 matchinfo() function with...
2019-01-16  drhFix a problem in the code generator for sorting results...
2019-01-16  danFix a problem with renaming a column that is used as...
2019-01-16  danAvoid a dangling pointer comparison when renaming a...
2019-01-16  danFix a memory leak that could occur in fts3 when handlin...
2019-01-15  danFix a problem with ALTER TABLE and vector assignments...
2019-01-15  danHandle SQL NULL values without crashing in the fts5...
2019-01-15  danFix a buffer overread in fts3 caused by a corrupt record.
2019-01-15  danHave fts5 reject attempts to insert a non-integer,...
2019-01-15  drhFix a harmless memory leak in the Lemon parser generato...
2019-01-15  danFix a problem triggered by DELETE statements with WHERE...
2019-01-14  danAdd scalar function "prefix_length()" to ext/misc/prefi...
2019-01-14  danFix a problem causing some Tcl test cases to fail with...
2019-01-14  drhAdd the "prefixes" table-valued function in the ext...
2019-01-14  danFix a problem causing a crash if an fts5vocab table...
2019-01-14  danFix a problem with querying a corrupt fts3 database.
2019-01-14  drhWhen parsing a corrupt record using sqlite3VdbeRecordUn...
2019-01-14  danHave fts3 ignore empty sets of parenthesis if built...
2019-01-14  drhAvoid reading off the front of a page buffer when balan...
2019-01-13  drhIn dbfuzz2, avoid using a malloc in the LLVMFuzzerIniti...
2019-01-13  drhRelax the minimum size database file constraint on...
2019-01-13  drhImproved detection of database corruption while balanci...
2019-01-13  drhMove a local variable declaration into the outermost...
2019-01-12  drhPrevent unsigned 32-bit integer overflow from leading...
2019-01-12  danFix another problem with handling corrupt records in...
2019-01-12  drhFix an off-by-one error on a Goto in the code generator...
2019-01-12  danFix a problem with corrupt database handling in the...
2019-01-12  drhImproved detection of shadow table corruption in the...
2019-01-12  drhImproved shadow table corruption detection in the match...
2019-01-12  drhIndicate that the database may be corrupt in the fts3co...
2019-01-11  drhUse 64-bit APIs in the fileio.c extension.
2019-01-11  danFix a segfault in fts3 prompted by a corrupted database.
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.
next