]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-01-25  drhFix the xFetch method of the "memdb" VFS (used by deser... dbsqlfuzz-in-fuzzcheck
2019-01-25  drhIn fuzzcheck, activate vdbe_debug for dbsqlfuzz cases...
2019-01-25  drhImproved automatic detection of dbsqlfuzz cases in...
2019-01-25  drhAdd the ability to process dbsqlfuzz cases in fuzzcheck...
2019-01-24  danFix a buffer overread in fts3 that could occur in a...
2019-01-24  danFix a problem with running ALTER TABLE on a schema...
2019-01-24  drhOmit deprecated PRAGMAs when compiling with the -DSQLIT...
2019-01-24  drhMake sure the column name flags are restored correctly...
2019-01-24  danFix a potential problem with "INSERT INTO ... SELECT...
2019-01-24  drhChange a integer variable in sqlite3VdbeRecordUnpack...
2019-01-24  drhUse memmove() instead of memcpy() in a place where...
2019-01-24  drhRemove an unreachable branch.
2019-01-23  danFix an assert() in vdbemem.c that could fire if the...
2019-01-23  danFix a problem with renaming a table within a schema...
2019-01-23  drhStricter enforcement of cell sizes when doing balancing...
2019-01-23  danFix another fts5 crash that can occur if the database...
2019-01-23  danFix problems with sub-selects in WINDOW definitions...
2019-01-23  danFix a buffer overwrite triggered by a prefix query...
2019-01-22  danFix a buffer overrun that could occur in fts5 if a...
2019-01-22  danDo not run shmlock.test as part of the journaltest...
2019-01-22  drhUse _strdup() instead of strdup() on Windows builds...
2019-01-22  drhFix the SQLITE_DESERIALIZE_READONLY feature so that...
2019-01-22  drhUpdate dbfuzz2 to set a maximum database size of 100MiB...
2019-01-22  drhEnhancements to deserialize: (1) Add the SQLITE_FCNTL_S...
2019-01-22  drhMake sure cursors are opened on all indexes for an...
2019-01-22  danFix another segfault caused by a corrupt fts3 database.
2019-01-22  drhEnsure that a key comparison does not read a collating...
2019-01-21  drhEnhance the btree search routine so that it does early...
2019-01-21  danAvoid deferencing a freed pointer following an OOM...
2019-01-21  danRemove a faulty assert() from fts3.
2019-01-21  drhMake sure the extra bytes allocated for the saved curso...
2019-01-21  drhAdd the --memtrace option to the CLI.
2019-01-21  drhMinor fix the fallocate.test module change from [7cd56c...
2019-01-21  drhAdd the --max-data and --max-as options to dbfuzz2...
2019-01-20  drhAdd the --max-stack option to dbfuzz2.
2019-01-19  danAvoid a division-by-zero error in fts5 caused by a...
2019-01-19  danRemove a broken assert() triggered by a "PRAGMA max_pag...
2019-01-19  danFix a problem with using ALTER TABLE to rename a table...
2019-01-18  danFix a memory leak introduced by [55c5d72a].
2019-01-18  danFix a crash in the fts5vocab module caused by including...
2019-01-18  danFix an infinite loop caused by a corrupt database in...
2019-01-18  danAvoid passing a NULL pointer to memcpy in fts5, even...
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...
next