]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-02-08  drhUse a fast compiler-provided memory barrier exclusively... faster-memory-barrier
2019-02-08  drhFurther simplifications to sqlite3VdbeMemSetStr().
2019-02-08  drhChange the sqlite3VdbeMemGrow() routine so that it...
2019-02-08  drhGive the sqlite3 object a pointer to the current Parse...
2019-02-08  drhDo not do the optimization that attempts to pull expres...
2019-02-07  drhChange VACUUM so that it preserves ROWID values.
2019-02-07  drhVersion 3.27.0 version-3.27.0
2019-02-07  drhExperimental change to VACUUM so that it preserves... vacuum-preserves-rowid
2019-02-07  drhIn the fuzzcheck test program, make sure the isspace...
2019-02-06  danEnsure all bytes of the PgHdr1 structure are initialize...
2019-02-06  danUpdate an assert() in test_journal.c to take the new...
2019-02-06  danAvoid attempting to delete a file while it is still...
2019-02-06  danUpdate test file dbfuzz001.test so that it works with...
2019-02-06  danAdd -DSQLITE_ENABLE_DESERIALIZE to the default testing...
2019-02-06  danDo not attempt to test the shell ".trace" command in...
2019-02-06  danFix a problem preventing testfixture from being built...
2019-02-06  drhWhen extending the size of SrcList objects, do not...
2019-02-06  drhIf the query flattener detects an error, cause the...
2019-02-06  drhBack out check-in [008112bcef561a8], reenabling depreca...
2019-02-05  drhOmit the ".progress" command from the shell if it is...
2019-02-05  drhFix a harmless compiler warning in the memtrace.c exten...
2019-02-05  drhFix compiler warnings on Windows.
2019-02-05  danUpdate the tester.tcl --malloctrace option so that...
2019-02-05  drhThe IS NOT NULL operator does not imply that the operan...
2019-02-05  drhKeep the temp_store_directory and data_store_directory...
2019-02-05  danUpdate test file "resetdb.test" so that it works with...
2019-02-04  drhEarly detection of implausibly sized records to avoid...
2019-02-04  drhMention the new -memtrace command-line option in the...
2019-02-04  drhAdd the -memtrace option to dbfuzz2.
2019-02-04  drhEnhance dbfuzz2 so that with the -v option it shows...
2019-02-04  drhEnsure that the sqlite3_exec() callback gets the correc...
2019-02-04  danDo not run shmlock.test as part of the inmemory_journal...
2019-02-04  drhUpdate the test/fuzzdata8.db database with new interest...
2019-02-04  danFix problems with SAVEPOINT and related commands within...
2019-02-04  drhAdd the ".progress" command to the CLI.
2019-02-04  danFix another potential buffer overread in fts5.
2019-02-04  danFix another corruption case in fts5.
2019-02-03  danFix an assertion failure in fts3 triggered by a corrupt...
2019-02-02  drhNew testcase added to test/fuzzdata8.db.
2019-02-02  drhHonor key query parameters for SEE on the URI filename...
2019-02-02  drhGive a link to the URI Filename document in the documen...
2019-02-02  danFix a buffer overread in fts5 debugging scalar function...
2019-02-02  mistachkinFix harmless compiler warning.
2019-02-01  drhSlight adjustment to the printf formatter large memory...
2019-02-01  drhPrevent the printf formatter from doing large memory...
2019-02-01  drhPerformance improvement in the parsing of options to...
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...
next