]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-12-08  drhImprovements on the decision of whether or not to use...
2021-12-08  drhMerge the WhereClause fix from trunk
2021-12-08  drhIn the WhereClause object, do not assume that all TERM_...
2021-12-07  drhDo not generate a Bloom filter if it cannot be used...
2021-12-06  drhImproved EXPLAIN QUERY PLAN output for Bloom filters.
2021-12-06  drhAdd SQLITE_STMTSTATUS_FILTER_HIT and _MISS for tracking...
2021-12-06  drhOmit the OP_FilterInit opcode. Use OP_Blob to initiali...
2021-12-06  drhMerge trunk fixes into the bloom-filter branch.
2021-12-06  danFix an OOB read that could occur in fts5 when processin...
2021-12-06  drhDo not allow SQLITE_LIMIT_LENGTH to be set lower than...
2021-12-06  drhDo not allow certain dangerous ".testctrl" commands...
2021-12-06  drhFix SQLITE_TESTCTRL_IMPOSTER so that it is a harmless...
2021-12-06  drhAttempt to vary the size of Bloom filters based on...
2021-12-05  drhRun as many Bloom filters as possible before index...
2021-12-05  drhTry to run all Bloom filters before any Seeks. This...
2021-12-04  drhMiscellaneous cleanup of the new Bloom-filter code.
2021-12-04  drhAdd VdbeCoverage() macros. Adjust the Bloom-filter...
2021-12-04  drhApply the Bloom filter only on those terms of an index...
2021-12-04  drhAdd the "WITH BLOOM FILTER" clause to the EXPLAIN QUERY...
2021-12-04  drhFirst attempt to use Bloom filters to optimize star...
2021-12-03  drhMerge the sqlite3WhereBegin() simplification from trunk.
2021-12-03  drhFactor the noop-join-elimination optimization out of...
2021-12-03  drhMerge recent trunk enhancements into the bloom-filter...
2021-12-03  drhFix exprAnalyze() after recent performance enhancements...
2021-12-03  drhFix unreachable branches resulting from prior optimizat...
2021-12-03  drhFix an over-length source code line in build.c. No...
2021-12-03  drhPerformance optimization in the B-Tree cursor allocator...
2021-12-02  drhOptimizations to exprAnalyze() and sqlite3WhereExprUsag...
2021-12-02  drhMove the TK_IS token so that it is adjacent to the...
2021-12-02  danIn the shell tool, avoid modifying internal data struct...
2021-12-02  drhRemove an unnecessary branch from exprAnalyze(), result...
2021-12-02  drhSmall performance optimization in sqlite3WhereClauseCle...
2021-12-02  drhMore small performance optimizations for sqlite3WhereGe...
2021-12-02  drhSmall performance optimization in sqlite3WhereGetMask().
2021-12-02  drhSmall performance enhancement for whereScanInit().
2021-12-02  drhPerformance improvement in query planning.
2021-12-01  drhMerge trunk fixes into the bloom-filter branch.
2021-12-01  drhCheck for foreign key constraint errors prior to return...
2021-12-01  drhAdd a Bloom filter to the automatic-index mechanism.
2021-12-01  danAdd the "static" qualifier to some internal functions...
2021-11-30  drhIn the automatic index generator logic, be more precise...
2021-11-29  drhMerge in the proposed date/time function enhancements...
2021-11-29  drhBump the version number up to 3.38.0 in order to begin...
2021-11-29  drhAdd the unixepoch() function and the 'auto' and 'julian... unixepoch
2021-11-28  drhFollowing a prior error, an ALWAYS() in sqlite3ExprCanB...
2021-11-27  drhVersion 3.37.0 version-3.37.0
2021-11-27  drhFix a harmless comment typo.
2021-11-26  drhAdd platform "Darwin-arm64" to test/releasetest_data...
2021-11-26  drhImproved defenses against integer overflow when computi...
2021-11-26  drhFixes to internal comments. No changes to code or...
2021-11-24  danAvoid splitting Failure-Detection test cases in wapptes...
2021-11-24  danUpdate Makefile.msc to support target "tcltest" in...
2021-11-23  drhChanges a test pattern for RBU so that it works regardl...
2021-11-23  drhFix a compiler warning in the dbserialize method of...
2021-11-23  danExclude two recently added tests in where.test from...
2021-11-22  danOmit wal mode tests in memdb1.test for builds and confi...
2021-11-22  danOmit wal mode tests in vacuum-into.test for builds...
2021-11-22  danDo not attempt to run the tests in alterfault.est with...
2021-11-22  danFix a typo in memdb1.test preventing tests from passing...
2021-11-22  drhThere are two possible error messages from stat-9.1...
2021-11-22  drhIn fuzzcheck, improve the defense against long delays...
2021-11-22  drhFix the build for SQLITE_OMIT_CTE.
2021-11-22  drhIn the previous check-in, do not overwrite the SQLITE_C...
2021-11-22  danFix a crash in the fts3aux code that could occur handli...
2021-11-20  drhNew test cases for STRICT and NOT NULL in PRIMARY KEY.
2021-11-19  drhSmall performance increase and size reduction for sqlit...
2021-11-19  danFix a benign data race in os_unix.c that might trouble...
2021-11-18  drhMinor tweaks to the way auxiliary tools are built,...
2021-11-18  danFix a performance regression in rtree introduced by...
2021-11-18  danFix a problem slowing down the handling of == constrain...
2021-11-18  drhImprove CSV quoting in the CLI using the strstr() function.
2021-11-18  drhFix an obscure problem associated with quoting of CSV...
2021-11-16  danFix a problem causing an OOM within an ALTER TABLE...
2021-11-15  drhStrengthen the sticky-CORRUPT idea of check-in [3feb0f1...
2021-11-15  drhSmall performance optimization in sqlite3VdbeHalt().
2021-11-15  danFix a problem causing the count(*) optimization to...
2021-11-15  drhImproved context shown for the "ABORT-due-to-error...
2021-11-15  drhFix a faulty JSON assert() added 30 days ago by check...
2021-11-12  drhImproved handling of OOM while reallocating a column...
2021-11-11  drhMake sure the rowid value returned by the VUpdate opcod...
2021-11-11  drhRemove a NEVER() that was add yesterday. The fuzzer...
2021-11-11  drhNew assert() statements to help prove correct usage...
2021-11-10  drhLoad new test cases into test/fuzzdata8.db
2021-11-10  drhMake SQLITE_CORRUPT sticky: If a CORRUPT error is...
2021-11-09  drhChange test case error message text to match the curren...
2021-11-09  drhFix lempar.c so that Lemon can compile with NDEBUG...
2021-11-08  drhRefactor the code that figures out which SELECT in...
2021-11-08  danFix the zeroblob() function and related APIs so that...
2021-11-08  danFix an assert() in memdbTruncate() that could fail...
2021-11-07  drhEnsure that the window function rewrite does not leave...
2021-11-06  drhAdd ALWAYS() to a branch made unreachable by the previo...
2021-11-06  danReturn an error if an attempt is made to drop an eponym...
2021-11-06  drhAvoid accessing the sqlite3_module.xShadowName field...
2021-11-05  drhAdd the rbu_exclusive_checkpoint query parameter to...
2021-11-05  drhNew test cases for rbu_exclusive_checkpoint query param... rbu_exclusive_checkpoint
2021-11-05  drhUpdate an assert() statement to conform to the changes...
2021-11-05  drhAdd the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2().
2021-11-05  danIf the target database URI passed to sqlite3rbu_open...
2021-11-05  danUpdate sqllimits1.test to account for recent changes...
2021-11-05  drhUse the FTS_CORRUPT_VTAB macro rather than a direct...
next