]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-11-25  drhRemove a redundant assert() statement. agg-with-indexed-expr
2022-11-25  drhImprove the robustness of the updateAccumulator() routi...
2022-11-25  drhImproved comments. Add assert()s to verify that the...
2022-11-24  drhCorrectly deal with IF-NULL-ROW operators when dealing...
2022-11-24  drhTake care not to try to add comments to a TK_AGG_COLUMN...
2022-11-24  drhChange a NEVER() into an assert().
2022-11-24  drhAdd NEVER() and ALWAYS() macros on branches that are...
2022-11-24  drhNew test cases. Fix the logic so that it works for...
2022-11-24  drhMerge the latest trunk changes into the agg-with-indexe...
2022-11-24  drhAdd explanatory comment to the new optimization. And...
2022-11-23  stephanMinor JS doc updates.
2022-11-23  stephanAdd optional zSchema argument to sqlite3_js_db_export().
2022-11-23  drhAggregates with GROUP BY now make use of expressions...
2022-11-23  drhThis attempt at modifying AggInfo to make use of indexe...
2022-11-23  danUpdate Makefile.in to include new target "sqlite3r...
2022-11-23  stephanRemove a bit of over-cleverness which breaks loading...
2022-11-23  stephanOPFS concurrency tester: ensure that the work interval...
2022-11-23  drhFurther foundation prep work prior to starting to flesh...
2022-11-22  drhMerge enhancements and fixes from trunk.
2022-11-22  drhAdd the stub function: optimizeAggregateUsingIndexedExp...
2022-11-22  mistachkinAvoid naming collision between the sha1 and shathree...
2022-11-22  drhInclude the treetrace bitmap comment accidentally omitt...
2022-11-22  drhMerge trunk fixes and enhancements into the agg-with...
2022-11-22  drhRename the SELECTTRACE macro to TREETRACE, so that...
2022-11-22  drhFix the error message in the CLI for "no such VFS".
2022-11-22  danAdd Makefile.in targets for sqlite3r.c and sqlite3r... make-sqlite3r.c
2022-11-22  drhSince the memory registers used by the columns and...
2022-11-22  larrybrFix last function pointer in sqlite3Apis init. Reported...
2022-11-22  drhOmit the unnecessary AggInfo.mnReg field.
2022-11-22  drhFactor out the allocation of registers for aggregates...
2022-11-22  drhThis is the first in what is anticipated to be a long...
2022-11-22  drhConvert an ALWAYS() in sqlite3DbSpanDup() into an asser...
2022-11-21  drhSplit out the debugging code that dumps an AggInfo...
2022-11-21  drhChange the name of the Parse.pIdxExpr field to pIdxEpr...
2022-11-21  stephanOPFS contention test: give each worker a distinct recog...
2022-11-21  drhPerformance optimization and size reduction in insertCe...
2022-11-21  drhPerformance optimization to sqlite3BtreeInsert().
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...
next