]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-02  larrybrEliminate a redundant NK_DbAboutToClose notification. cli_extension
2023-09-02  larrybrIssue NK_DbAboutToClose notifications for any shell...
2023-06-29  larrybrSync w/trunk
2023-06-29  drhFix harmless compiler warnings about unused function...
2023-06-29  drhImprove the range of floating-point numbers that can...
2023-06-29  drhFurther refine the dtostr() testing function in the...
2023-06-29  drhChange the (undocumented) dtostr() SQL function in...
2023-06-29  drhAdd the decimal_sci(X) function to the Decimal extensio...
2023-06-29  drhCLI enhancements to facilitate SQLite core testing:
2023-06-28  drhEnhance the SUM() aggregate (and related AVG() and...
2023-06-28  drhImproved accuracy of floating-point conversion constant...
2023-06-26  drhSimple test cases for the enhanced SUM() function. extended-precision-fp
2023-06-26  drhUse ideas from T. J. Dekker in "A Floating-Point Techni...
2023-06-26  larrybrFix CLI .sha3sum error message for keyword identifiers...
2023-06-26  stephanReplace some JS 'self' references with 'globalThis...
2023-06-25  drhFix typo in the README.md file.
2023-06-23  drhAdd support for the octet_length() SQL function, with...
2023-06-22  drhOptimize the argument to the octet_length() function... octet_length
2023-06-22  drhbasic test cases for octet_length().
2023-06-22  drhMerge recent trunk enhancements into the octet_length...
2023-06-22  drhSimplification to the getAndInitPage() routine that...
2023-06-21  drhImproved comment on the getAndInitPage() in btree.c...
2023-06-21  larrybrSync w/trunk (for CLI -cachetrace)
2023-06-21  drhAdd the --pcachetrace option to the CLI.
2023-06-20  drhOmit unnecessary calls to table locking routines in...
2023-06-20  drhAvoid unnecessary calls to sqlite3DeleteTable() with...
2023-06-20  drhAvoid unnecessary calls to sqlite3CodeRowTrigger().
2023-06-20  drhPerformance optimization in sqlite3VdbeAddOp4Int().
2023-06-19  drhAvoid unnecessary NULL pointer checks on calls to sqlit...
2023-06-19  drhSmall performance improvement and size reduction by...
2023-06-19  drhFix large integer constants so that they work on older...
2023-06-17  larrybrCure tclshext build warning. Sync w/trunk.
2023-06-17  drhFix harmless compiler warnings that show up on 32-bit...
2023-06-17  drhIn date/time functions, fix the rendering of "subsecond...
2023-06-17  larrybrSync w/trunk.
2023-06-16  larrybrClear MSVC warnings and fix a typedef issue with MSVC...
2023-06-16  drhAddress various harmless compiler warnings from
2023-06-16  drhFix the pager such that if the xOpen() message sends...
2023-06-16  larrybrMore doc tweaks, one teensy enhancement, and a new...
2023-06-15  drhUpdates to the README.md file.
2023-06-15  drhFix harmless typo in a comment.
2023-06-14  drhWork around what appears to be a GCC 32-bit optimizatio...
2023-06-13  larrybrImprove and add docs for extensible shell.
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  larrybrFinish .parameter improvements. (no set <cast_op> anymo...
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-09  larrybrMore .parameter improvements, a WIP for ".parameter...
2023-06-09  larrybrSync w/trunk. Fix spelling nits. Add ".parameter edit...
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-06  larrybrMore ExportHandler use. Sync w/trunk. Fix .archive UB.
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-03  drhPrototype implementation of the octet_length() SQL...
2023-06-02  larrybrClarify sqlite3_is_interrupted() return. No code change.
2023-06-02  larrybrGet built-in ExportHandler instances to do more of...
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.
next