]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-06-14  drhAdd SQLITE_DBCONFIG_RANDOM_SCANORDER. This option... random-scanorder
2023-06-14  drhWork around what appears to be a GCC 32-bit optimizatio...
2023-06-13  drhImproved sqlite3_error_offset() values for bare column...
2023-06-13  drhExtended the time-diff format so that it can have a...
2023-06-12  drhInitialize a local variable in FTS3 to avoid a GCC...
2023-06-12  danFix a problem causing bloom filters to be used less...
2023-06-12  drhCheck-in [70e12efd1b189560] left a path through lockBtr...
2023-06-12  danFix a buffer over-read that could occur as part of...
2023-06-11  drhMake sure temporary sqlite3_value objects used by STAT4...
2023-06-10  drhDefer setting the BTS_PAGESIZE_FIXED flag until after...
2023-06-10  drhFix an assert that can go bad if STAT4 content is corru...
2023-06-10  drhExtra space to prevent a buffer overread on corrupt...
2023-06-10  drhEnhance fuzzcheck so that it understand the sqlite3_db_...
2023-06-09  drhSimplify a memcpy() in defragmentPage(). It now might...
2023-06-08  danRemove SQLITE_EXTENSION_INIT macros from dbdata.c.
2023-06-08  drhImprovements to the src-verify.c utility program so...
2023-06-08  drhFix the amagamation generator so that it works one...
2023-06-08  drhInclude source provenance in the header comment of...
2023-06-08  drhEnhance Lemon so that it remembers which -D command...
2023-06-07  larrybrAdd spell-checking for all comments in main sources...
2023-06-07  larrybrFix straggler misspellings and tidy the custom dictiona... spell-check
2023-06-07  drhRemove additional traces of FTS1 and FTS2 that were...
2023-06-07  drhRemove unused, legacy shell script "mkso.sh" from the...
2023-06-07  larrybrAdd a C-source spell-checking facility. make misspell...
2023-06-05  drhFix compiler warning in src-verify.c.
2023-06-05  drhUpdate the README.md file to talk about the verify...
2023-06-05  stephanRemove extraneous console trace output from previous...
2023-06-05  stephanAdd a JS test confirming that binding of statement...
2023-06-05  drhGeneralize the src-verify.c utility program and provide...
2023-06-05  mistachkinMinor cosmetic normalizations for the MSVC makefile.
2023-06-04  drhFix harmless compiler warnings in tool/src-verify.c
2023-06-04  drhEnhancement to tool/src-verify.c to also check the...
2023-06-04  drhAdd a prototype implementation for the "verify-source...
2023-06-02  larrybrClarify sqlite3_is_interrupted() return. No code change.
2023-06-02  drhRestore the LEFT JOIN strength reduction that was parti...
2023-06-02  larrybrDo that last CLI fix more simply, using established...
2023-06-02  larrybrFix CLI fault on missing -nonce reported by [forum...
2023-06-02  drhFix the OUTER JOIN strength reduction theorem prover...
2023-06-01  drhGeneralize the LEFT JOIN strength reduction optimizatio...
2023-06-01  drhIf the filename argument to sqlite3_load_extension...
2023-06-01  drhAdd an ALWAYS() on an unreachable branch.
2023-06-01  drhFix the LEFT JOIN strength reduction for IN operators...
2023-05-31  drhAdd a comment to explain why both sides of an AND must...
2023-05-31  drhImproved detection of when the LEFT JOIN strength reduc...
2023-05-31  drhMinor enhancement to the sqlite3_trace_v2() documentati...
2023-05-31  danFix a problem causing an infinite loop in the recovery...
2023-05-30  drhEnhancements to date/time functions:
2023-05-30  drhSimplifications to the new timediff() logic. timediff
2023-05-30  stephanMinor tweak to the OPFS async proxy to attempt to accou...
2023-05-30  stephanMinor internal JS doc fix. No code changes.
2023-05-30  drhNew test cases for the timediff enhancements.
2023-05-30  drhAll date/time modifiers of the form (+/-)YYYY-MM-DD...
2023-05-30  drhProblems fixed. All tests are passing now.
2023-05-30  drhImprovements to the timediff() function. Test cases...
2023-05-29  drhNew date/time modifier: (+|-)YYYY-MM-DD HH:MM(:SS...
2023-05-29  drhPrototype implementation of a proposed "timediff(X...
2023-05-27  drhFix an issue with sqldiff reported by
2023-05-27  danAdd extra tests for fts5, large rowids and "ORDER BY...
2023-05-25  stephanAdd ability for the JS Worker1.exec() API to report...
2023-05-23  stephanMinor cleanups in demo JS code, per forum feedback.
2023-05-23  danAvoid performing aggregate processing more than once...
2023-05-23  drhWhen converting an aggregate expression to AGG_COLUMN...
2023-05-23  danFix a buffer overread in the recovery extension that...
2023-05-23  danAdd test cases for the recovery extension. No changes...
2023-05-22  larrybrAvoid duplicate WIN32_LEAN_AND_MEAN #define. Fix a...
2023-05-22  drhWhen a floating-point RTREE is presented with large...
2023-05-22  danFix a buffer overrun that could occur in fts5 when...
2023-05-19  stephanExtend detection of the INSERT...RETURNING locking...
2023-05-19  stephanMinor doc typo fix.
2023-05-19  stephanoo1.Stmt.finalize() no longer throws, but instead retur...
2023-05-19  drhImproved documentation for sqlite3_reset(), in response to
2023-05-19  stephansqlite3.oo1.Stmt.reset() now throws if sqlite3_reset...
2023-05-19  stephanAdd a basic INSERT RETURNING test for the oo1.DB.exec...
2023-05-19  stephansqlite3.oo1.Stmt.finalize() now throws if sqlite3_final...
2023-05-19  stephanCorrect typo in an 'extern' decl name, reported in...
2023-05-19  drhChange the RTREE engine so that equality comparisons...
2023-05-18  drhFix incorrect b-tree root page reports from the enhance...
2023-05-17  drhFast-path the btree transaction start for the common...
2023-05-17  drhSimplification, performance improvement, and size reduc...
2023-05-17  drhNew assert() statements to verify that Expr.iColumn...
2023-05-17  drhImproved assertions on substExpr().
2023-05-17  danAvoid an assert() failure that could occur in SQLITE_EN...
2023-05-17  drhFix two assert() statements that failed to take into...
2023-05-16  drhIncrease the version number to 3.43.0 in order to begin...
2023-05-16  stephanResolve the JS-side corner case reported in [forum...
2023-05-16  drhVersion 3.42.0 version-3.42.0
2023-05-16  drhUpdate the tool/mkmsvcmin.tcl script so that it prints...
2023-05-15  drhFix a C++-style variable declaration in the generate_se...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express...
2023-05-15  drhIncrease the stack size available to fuzzcheck to 8MB...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express... fts5-expr-limit
2023-05-15  drhAdd the --wait command-line option to fuzzcheck.
2023-05-15  larrybrMake generate_series() correct on ones complement ALUs...
2023-05-15  drhAs evidenced by [forum:/forumpost/f3f546025a|forum...
2023-05-15  drhSimplify the interface to constructAutomaticIndex().
2023-05-13  danFix windows-specific problems in test scripts sessionno...
2023-05-13  danRemove unnecessary call to sqlite3_dbdata_init() from...
2023-05-13  danAdd an "#ifndef SQLITE_HAVE_SQLITE3R" directive to...
2023-05-13  larrybrMention that sqlite3_mutex_free() accepts NULL as a...
2023-05-13  mistachkinFix compilation issue seen with MSVC.
next