]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-08-11  drhFix bug in the test case for the previous check-in. legacy-json-valid
2023-08-11  drhUp until version 3.42.0, there was a bug in json_valid...
2023-08-10  drhNew testcase() macro in the tokenizer, to better docume...
2023-08-10  stephanMove ext/wasm/version-info.c to tool/ for re-use in...
2023-08-08  drhMinor cleanups in sqlite3Int.h. By reordering some...
2023-08-08  drhFix an issue in the amalgamation generator in which...
2023-08-07  danEnhance sqlite3_vtab_nochange() so that it works with...
2023-08-07  danChanges so that sqlite3_vtab_nochange() works with... fts5-contentless-delete
2023-08-07  stephanRename fts5_api pContext parameters to pUserData, per...
2023-08-05  stephanTiny doc typo fixes from [forum:31eb707250|forum post...
2023-08-04  stephanIn the opfs-sahpool VFS's importDb() and exportFile...
2023-08-04  drhFix a bug in the jsonLookup() routine used to search...
2023-08-04  danChange comment on Fts5ExtensionApi.iVersion from "alway...
2023-08-04  stephanResolve the timing/ordering issue of a JS-to-WASM-conve...
2023-08-04  stephanPart 2 of the fix from [a0f808363318c00fd1db78b].
2023-08-03  drhFix harmless scan-build warnings.
2023-08-03  stephanFix a discrepancy between sqlite3_values_to_js() and...
2023-08-03  drhFix build problems associated with SQLITE_OMIT_WSD...
2023-08-03  drhFix a test case whose value changes under the no_optimi...
2023-08-03  drhUnix builds now assume the presence of nanosleep()...
2023-08-02  drhPerformance optimization for JSON rendering logic.
2023-08-02  drhRemove an unreachable branch in the ascii-to-floating...
2023-08-02  drhStricter enforcement of the idea that a MATERIALIZED...
2023-08-02  drhRemove a condition from query flattening that is now... materialize-order-by
2023-08-02  drhSimplify the select.c logic that enforces the optimizat...
2023-08-02  drhNever flatten a CTE that is labeled MATERIALIZED. ...
2023-08-02  drhWhen a query is inside an AS MATERIALIZED CTE, do not...
2023-08-01  drhAvoid ASAN warnings when converting over-sized long...
2023-08-01  stephanFilter the wasmfs-specific JS module result type check...
2023-08-01  stephanFix part 2 of 2 for /fiddle: a make deps problem which...
2023-08-01  stephanFix part 1 of 2 for /fiddle not running: build flags...
2023-08-01  danFix an assert() in fts5_index.c that might fail when...
2023-08-01  drhRemove redundant comparison operator.
2023-08-01  drhRestore part of the UPDATE one-pass optimization that...
2023-07-31  drhRestrict the new column cache to table-btree, which...
2023-07-31  drhThe original column-cache implementation from check...
2023-07-31  drhAdd bit to sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZ...
2023-07-31  drhImproved debug tracking of the Parse.nQueryLoop value.
2023-07-30  stephanAdd tests for SAHPoolUtil.exportFile() and importDb().
2023-07-29  drhDo not try to add MEM_Term to an MEM_Static string...
2023-07-29  drhDo not try to apply MEM_Term to a MEM_Ephem strings.
2023-07-29  danFix a buffer overread in the fts5_structure virtual...
2023-07-29  drhSimplification to the sqlite3_stmt_explain() implementa...
2023-07-29  stephanSAHPoolUtil.importDb() now accepts either a byte array...
2023-07-29  drhEnhancements to the new sqlite3_stmt_explain() interfac...
2023-07-28  larrybrFix doc error noted in [forum:/forumpost/11fc7308d5e607...
2023-07-28  drhDo not allow the same JSON parse to be input to both...
2023-07-28  drhAdd the sqlite3_stmt_explain() API.
2023-07-28  drhMinor tweaks to the JSON performance measurement docume...
2023-07-28  drhEnhancements to the JSON performance testing scripts...
2023-07-28  drhJSON performance improvements: (1) Add a cache for...
2023-07-28  stephanCorrect a recently-introduced falsehood in ext/wasm...
2023-07-28  drhMark an unreachable branch as ALWAYS().
2023-07-28  drhRemove some unnecessary and incorrect code that was...
2023-07-27  drhSwitch to using jsonParseCached() for json_patch().
2023-07-27  drhIf the input JSON to a json function that uses cache...
2023-07-27  danFix a couple of compiler warnings in fts5_index.c.
2023-07-27  drhThe OP_Column opcode caches large column values coming...
2023-07-27  danAdd the contentless_delete=1 option to fts5. For creati...
2023-07-27  drhMerge trunk enhancements into the json-opt branch.
2023-07-27  stephanDynamically determine whether the wasm.xWrap() argc...
2023-07-27  stephanAccommodate a breaking change in emcc 3.1.44.
2023-07-27  drhFix a performance regression in JSON associated with...
2023-07-26  drhReduce the number of memory allocations when parsing...
2023-07-26  drhMinor changes to make coverage testing easier.
2023-07-26  drhChange a switch() case to default for coverage.
2023-07-26  drhMake sure jsonReplaceNode() always leaves the JsonParse...
2023-07-26  danAdd the ".scanstats vm" command to the shell tool....
2023-07-26  danImprove the output when ".scanstats vm" is enabled. scanstatus-exp
2023-07-26  drhImproved caching and reuse of JSON parses.
2023-07-26  drhChange the debugging "json_parse(X)" function so that...
2023-07-26  drhMore comment improvements in json.c. Do not run jsonLo...
2023-07-26  drhImproved comments and other cleanup for the changes...
2023-07-26  stephanRemove the batch SQL runner from the JS build's 'all...
2023-07-26  stephanAdd SAHPoolUtil.getFileNames() method, and tests for...
2023-07-26  drhFix jsonForceRCStr() to also add the NULL terminator.
2023-07-26  stephanReformulate [907dfc4a7aa1] using awk instead of sed...
2023-07-26  drhMerge the latest trunk fixes into the json-opt branch.
2023-07-26  drhAdd the concept of an RCStr string - a "Reference Count...
2023-07-26  drhExtend the enhancement to json_set() and json_replace... json-opt-rcstr
2023-07-26  drhAdd the JsonParse.zAlt field to old revised JSON text...
2023-07-25  drhClarify ownership of the various objects involved in...
2023-07-25  drhIncremental improvements to JSON parsing - trying to...
2023-07-25  danFix a harmless "set-but-not-used" compiler warning...
2023-07-25  danMerge trunk changes into this branch.
2023-07-25  danAdd extra test for 'deletemerge'.
2023-07-25  danChange the name of the fts5 'delete-automerge' option...
2023-07-25  drhFix a minor problem with error reporting in JSON.
2023-07-25  drhCreate the new RCStr class of strings and try to use...
2023-07-25  danFurther tests for 'delete-automerge'.
2023-07-25  stephanReformulate a (sed -i) construct in ext/wasm/GNUmakefil...
2023-07-24  drhIt is an error to try to insert a BLOB value into JSON.
2023-07-24  drhClean up some #defines in json.
2023-07-24  drhRework the JSON parse structure to facilitate better...
2023-07-24  danAdd the fts5 'delete-automerge' integer option. A level...
2023-07-24  drhIncremental progress toward improved caching of parsed...
2023-07-24  stephanResolve an ES6 module export construct which is incompa...
2023-07-24  drhMerge the latest trunk enhancements into the json-opt...
2023-07-23  stephanWhen writing the filename header in a opfs-sahpool...
2023-07-22  stephanAdd the opfs-sahpool sqlite3_vfs implementation to...
next