]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-01-26  danFix another typo in fts3_common.tcl causing test failur... rollback-abort
2019-01-26  danFix a typo in fts3corrupt4.test causing it to fail...
2019-01-26  danFix a broken assert() in fts3.
2019-01-26  danIf a write statement fails with OE_Abort, but there...
2019-01-26  danFix "PRAGMA journal_mode" so that if it fails because...
2019-01-26  danRoll back the transaction if a write statement fails...
2019-01-26  drhAdd the ".eqp trace" command to the CLI when using...
2019-01-25  drhDo not accidently truncate zeroblob values when doing...
2019-01-25  drhReinitialize debugging information on registers of...
2019-01-25  drhFix harmless compiler warnings.
2019-01-25  drhFix the assert_fts3_nc() macro so that it works for...
2019-01-25  drhFix harmless compiler warnings in fuzzcheck
2019-01-25  danFix a segfault that could follow an OOM when querying...
2019-01-25  danFix asan warnings in fts5 triggered by corrupt database...
2019-01-25  danAdd an assert_fts3_nc() macro to fts3 - for assert...
2019-01-25  drhExtend fuzzcheck so that it can process dbsqlfuzz cases...
2019-01-25  drhFix the xFetch method of the "memdb" VFS (used by deser... dbsqlfuzz-in-fuzzcheck
2019-01-25  danFix a couple of assert() statments in btree.c that...
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...
next