]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-11-22  danAdd Makefile.in targets for sqlite3r.c and sqlite3r... make-sqlite3r.c
2022-11-21  drhSmall performance improvement in sqlite3BtreeTransferRow().
2022-11-21  stephanAdd new JS tests dir to those pushed to the test server.
2022-11-21  stephanMore tweaking of OPFS concurrency measures and the...
2022-11-21  stephanResolve missing SQLITE_LOCKED result code which trigger...
2022-11-21  stephanAdd test app for experimenting with multi-worker OPFS...
2022-11-20  stephanjs dist: account for a file rename in the previous...
2022-11-20  stephanFurther minor cleanups in the JS build related to vanil...
2022-11-20  stephanRemove an obsolete reference to WASMFS from ext/wasm...
2022-11-20  stephanGeneric cleanups and doc additions in the wasm build...
2022-11-20  stephanAdd 'snapshot' target to create distinctly-named snapsh...
2022-11-20  stephanMinor cleanups in the ESM-related preprocessor filtering.
2022-11-19  drhNew assert()s confirm that BTREE_PREFORMAT must be...
2022-11-19  drhPerformance optimization in sqlite3BtreeInsert().
2022-11-19  drhPerformance improvement and size reduction in balance_n...
2022-11-19  drhSmall performance improvement and size reduction in...
2022-11-19  stephanGet tester1.js working via an ES6 worker module and...
2022-11-19  drhImproved comments on the pageFreeArray() routine of...
2022-11-19  drhStreamline the decodeFlags() routine in btree.c for...
2022-11-19  stephanAdd build of sqlite3.mjs (ES6 module), add a test app...
2022-11-19  stephanIntegrate a custom preprocessor to the JS build process...
2022-11-19  stephanMore work towards creation of a ES6 JS module. js-cpp
2022-11-19  drhSmall performance optimization in btree.c.
2022-11-19  drhDatabases created using sqlite3_deserialize() should...
2022-11-18  drhUpdate the version number to 3.41.0 to begin the next...
2022-11-18  stephanshell.c.in: on non-Windows platforms, check for $XDG_CO...
2022-11-18  stephanReplace use of cpp with the fit-to-purpose c-pp to...
2022-11-17  drhFix corner cases in UTF8 handling in the REGEXP extension.
2022-11-17  stephanMerge trunk into js-cpp branch.
2022-11-17  drhUse the log10() and log2() functions from the standard...
2022-11-17  drhSplit out the documentation for sqlite3_value_encoding...
2022-11-17  drhRaise an error if an attempt is made to compile the...
2022-11-16  stephanChange a self.X JS reference to X to account for a...
2022-11-16  stephanwasm build: include FTS5 instead of FTS4, per /chat...
2022-11-16  drhFix harmless typo in comment, reported by Debian in...
2022-11-16  drhAvoid returning SQLITE_SCHEMA if the first query run...
2022-11-16  drhVersion 3.40.0 version-3.40.0
2022-11-14  drhPrevious change to the fake_big_file command in the...
2022-11-14  drhChange the fake_big_file test command so that it fails...
2022-11-14  danAvoid running bigsort.test with SQLITE_DEBUG builds...
2022-11-13  stephanRemove some outdated code comments. No code changes.
2022-11-12  drhDisable the ability to change the schema_version cookie...
2022-11-10  drhRemove unnecessary tabs in the ChaCha20 implementation.
2022-11-10  danAvoid returning SQLITE_SCHEMA if the first query run... schema-error-fix
2022-11-10  stephanAutomatically relinquish implicitly-acquired OPFS file...
2022-11-10  stephanRework automatically acquired OPFS locks to be released... opfs-lock-without-xlock
2022-11-10  stephanOPFS: if an op which needs a lock is called when no...
2022-11-09  danBetter handle an error in the fts5 integrity-check...
2022-11-09  drhAdditional defense against corrupt database files in...
2022-11-09  drhIncrease the precision of the nData parameter to the...
2022-11-08  danFix a problem with URI formatting in calls to sqlite3rb...
2022-11-08  danDo not attempt to run test script dbpagefault.test...
2022-11-08  danFix a problem in main.mk preventing the amalgamation...
2022-11-07  drhFurther improvements to the handling of the u32 and...
2022-11-07  drhImprove the ability of mkshellc.tcl to remove redundant...
2022-11-07  danAdd the sqlite3rbu_rename_handler() API. To override...
2022-11-07  stephanMinor doc updates in speed-check.sh. No code changes.
2022-11-07  drhFix an obsolete comment.
2022-11-07  drhFix typo in comment.
2022-11-07  stephanAdd sqlite3.wasm.alloc.impl() as a "public back door...
2022-11-07  drhFix requirements marks so that they match documentation...
2022-11-07  stephanMinor wasm doc touchups. No code changes.
2022-11-07  drhFix the documentation regarding negative length paramet...
2022-11-07  drhMake sure that the recoverStrlen() function (used inter...
2022-11-06  drhThe recoverAssertMutexHeld() function is for testing...
2022-11-06  stephanshell.c.in: on non-Windows platforms, check for $XDG_CO... sqliterc-xdg-config
2022-11-05  danUpdate test file dbpagefault.test to account for the...
2022-11-04  danTweaks to recover module test scripts to work with...
2022-11-04  danAnother test case fix for auto-vacuum builds.
2022-11-04  danFixes to recover module test scripts so that they may...
2022-11-04  danFix Tcl tests so that they again build and run with...
2022-11-04  drhRemove an unimportant testcase() macro that is no longe...
2022-11-04  danAdd another test case for the OP_Found fix.
2022-11-04  drhEnhance the ability of the OP_Found and similar opcodes...
2022-11-04  stephanCorrect sqlite3-wasm.c's SQLITE_DEFAULT_CACHE_SIZE...
2022-11-03  stephanAdd experimental esm target to ext/wasm/GNUmakefile...
2022-11-03  stephanExperimentally use clang's C preprocessor to filter...
2022-11-03  stephanGlobally replace '' with "" for empty JS strings to...
2022-11-02  stephanMinor build cleanups and fix a harmless race condition...
2022-11-02  drhClarify documentation regarding the --recovery-db optio...
2022-11-02  drhMinor improvements to API documentation in comments...
2022-11-02  stephanAdd sqlite3_wasm_vfs_create_file() to replace Emscripte...
2022-11-02  drhEmcc seems confused by SQLITE_DEBUG, for reasons unknow...
2022-11-02  stephanFix a symbol name typo which broke and exception-handli...
2022-11-02  stephanFix a missing symbol in non-SQLITE_DEBUG builds.
2022-11-01  drhFix a harmless compiler warning.
2022-11-01  danInstead of (const char*), use a special type - sqlite3_...
2022-11-01  drhFix harmless compiler warnings. sqlite3_filename
2022-11-01  danInstead of (const char*), use a special type - sqlite3_...
2022-11-01  mistachkinFix compilation errors in the recover API seen with...
2022-11-01  drhFix a #ifdef involving SQLITE_OS_KV that was adding...
2022-11-01  drhEnforce affinity on materialized tables for subqueries...
2022-11-01  drhImprovements to comments. Change the "optimization_con... tkt-57c47526
2022-11-01  stephanMinor internal cleanups in the js pieces.
2022-11-01  stephanSignificant cleanups and expansion of the sqlite3.opfs...
2022-11-01  drhDo not flatten a UNION ALL subquery where the column...
2022-11-01  drhEnforce column affinity on the materialization of a...
2022-10-31  drhMake the UPDATE method of the sqlite_dbpage virtual...
2022-10-31  stephanWorker1: use a list, rather than a single slot, to...
2022-10-31  stephanInternal tweaks to the OPFS VFS result codes.
next