]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-02-01  drhEnsure that the Walker.pParse structure is initialized...
2019-02-01  drhNew test cases added to test/fuzzdata8.db.
2019-02-01  drhImprove the strict enforcement of cell sizes in balanci...
2019-02-01  danFix an assert() in fts5 that could fail if the database...
2019-02-01  danFix another corrupt-database-handling problem in fts5.
2019-01-31  drhRemove an incorrect assert() from the deserialize in...
2019-01-31  drhAdd the SQLITE_CONFIG_MEMDB_MAXSIZE configuration optio...
2019-01-31  danFix another buffer overrun that could occur when querin...
2019-01-31  drhIf the amalgamation file "sqlite3.c" is generated using the
2019-01-31  drhImprovements to "PRAGMA parser_trace=ON": Make it a...
2019-01-30  drhChange the error message slightly for when two or more...
2019-01-30  danWhen parsing the schema, check for duplicate index...
2019-01-30  danAdd test case for the previous commit.
2019-01-30  drhDetect if two indexes of the same table share a common...
2019-01-30  drhFix an off-by-one error when parsing the names of index...
2019-01-30  drhAdd the --progress, --using, and -q options to the...
2019-01-30  drhEnhancements to the index_usage utility program.
2019-01-30  danFix another buffer overread in fts5 that may occur...
2019-01-29  drhFix harmless compiler warnings.
2019-01-29  drhLoad all the latest dbsqlfuzz finds into test/fuzzdata8.db.
2019-01-29  drhMore robust handling of corrupt database file in the...
2019-01-29  danAvoid an integer overflow in the fts5 snippet() functio...
2019-01-29  danAvoid a crash when the fts5 snippet() function (or...
2019-01-29  danFix a buffer overrun triggered by a merge operation...
2019-01-29  drhSet a low limit on the length of strings and blobs...
2019-01-28  drhFix the query planner so that it is able to use an...
2019-01-28  drhFix a performance regression caused by the previous... index-on-cast
2019-01-28  danMake indexes on CAST(...) expressions work.
2019-01-28  danFix a buffer overread in fts3 that could occur when...
2019-01-28  danDo not assume that text parameters passed to fts4aux...
2019-01-28  drhAdd a new test case to fuzzdata8.db.
2019-01-28  drhChange the definition of the BtCursor.skipNext field...
2019-01-27  drhImprovements to the ".eqp trace" command in the CLI...
2019-01-27  drhNew test cases form dbsqlfuzz
2019-01-27  drhWindow functions that can abort should indicate this...
2019-01-27  drhUpdate fuzzcheck so that with the --load-dbsql options...
2019-01-26  drhEnsure that the btree cursor is correctly set up prior...
2019-01-26  danFix a broken assert() in fts3. Also some test script...
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...
next