2022-11-28 |
larrybr | Sync w/trunk, zap surplus space. base_convert |
commit | commitdiff | tree |
2022-11-28 |
dan | Ensure the RETURNING clause is honoured when a row... |
commit | commitdiff | tree |
2022-11-28 |
larrybr | Conform CLI .trace arg handling to its help. |
commit | commitdiff | tree |
2022-11-27 |
stephan | Document an OPFS API change in Chrome v108 which does... |
commit | commitdiff | tree |
2022-11-26 |
drh | Show which AggInfo.aCol an Expr node represents in... |
commit | commitdiff | tree |
2022-11-26 |
drh | Fix an incorrect assertion-fault in the "TREETRACE... |
commit | commitdiff | tree |
2022-11-26 |
stephan | OPFS VFS: add the opfs-unlock-asap=1 URI flag which... |
commit | commitdiff | tree |
2022-11-25 |
drh | Relax restriction (8) on the push-down optimization... |
commit | commitdiff | tree |
2022-11-25 |
drh | Fix #ifdefs so that restrictions (8) and (9) of the... |
commit | commitdiff | tree |
2022-11-25 |
drh | Immprove the query planner such that it is able to... |
commit | commitdiff | tree |
2022-11-25 |
drh | Add restriction (9) to the push-down optimization:... |
commit | commitdiff | tree |
2022-11-25 |
drh | Remove a redundant assert() statement. agg-with-indexed-expr |
commit | commitdiff | tree |
2022-11-25 |
drh | Improve the robustness of the updateAccumulator() routi... |
commit | commitdiff | tree |
2022-11-25 |
drh | Improved comments. Add assert()s to verify that the... |
commit | commitdiff | tree |
2022-11-24 |
drh | Correctly deal with IF-NULL-ROW operators when dealing... |
commit | commitdiff | tree |
2022-11-24 |
larrybr | Speed up base85() conversions and sync w/trunk. |
commit | commitdiff | tree |
2022-11-24 |
drh | Take care not to try to add comments to a TK_AGG_COLUMN... |
commit | commitdiff | tree |
2022-11-24 |
drh | Change a NEVER() into an assert(). |
commit | commitdiff | tree |
2022-11-24 |
dan | Fix a test case in fts3expr4.test to account for differ... |
commit | commitdiff | tree |
2022-11-24 |
stephan | More work on the OPFS concurrency testing app. opfs-unlock-asap |
commit | commitdiff | tree |
2022-11-24 |
stephan | JS documentation cleanups. No code changes. |
commit | commitdiff | tree |
2022-11-24 |
dan | Update multiplex3.test to account for the fact that... |
commit | commitdiff | tree |
2022-11-24 |
drh | Add NEVER() and ALWAYS() macros on branches that are... |
commit | commitdiff | tree |
2022-11-24 |
drh | New test cases. Fix the logic so that it works for... |
commit | commitdiff | tree |
2022-11-24 |
larrybr | Speed up base64 conversions, and add test with more... |
commit | commitdiff | tree |
2022-11-24 |
stephan | Add sqlite3.oo1.DB.prototype.checkRc() and tests for... |
commit | commitdiff | tree |
2022-11-24 |
drh | Merge the latest trunk changes into the agg-with-indexe... |
commit | commitdiff | tree |
2022-11-24 |
drh | Add explanatory comment to the new optimization. And... |
commit | commitdiff | tree |
2022-11-23 |
stephan | Minor JS doc updates. |
commit | commitdiff | tree |
2022-11-23 |
stephan | Add optional zSchema argument to sqlite3_js_db_export(). |
commit | commitdiff | tree |
2022-11-23 |
stephan | OPFS concurrency test: add a URL flag to enable/disable... |
commit | commitdiff | tree |
2022-11-23 |
stephan | Add an experimental OPFS VFS-specific URI flag, opfs... |
commit | commitdiff | tree |
2022-11-23 |
drh | Aggregates with GROUP BY now make use of expressions... |
commit | commitdiff | tree |
2022-11-23 |
drh | This attempt at modifying AggInfo to make use of indexe... |
commit | commitdiff | tree |
2022-11-23 |
stephan | Initial infrastructure for adding a mode to the OPFS... |
commit | commitdiff | tree |
2022-11-23 |
dan | Update Makefile.in to include new target "sqlite3r... |
commit | commitdiff | tree |
2022-11-23 |
stephan | Remove a bit of over-cleverness which breaks loading... |
commit | commitdiff | tree |
2022-11-23 |
stephan | OPFS concurrency tester: ensure that the work interval... |
commit | commitdiff | tree |
2022-11-23 |
drh | Further foundation prep work prior to starting to flesh... |
commit | commitdiff | tree |
2022-11-22 |
larrybr | Add more baseNN tests, get oversize error trapping... |
commit | commitdiff | tree |
2022-11-22 |
drh | Merge enhancements and fixes from trunk. |
commit | commitdiff | tree |
2022-11-22 |
drh | Add the stub function: optimizeAggregateUsingIndexedExp... |
commit | commitdiff | tree |
2022-11-22 |
mistachkin | Avoid naming collision between the sha1 and shathree... |
commit | commitdiff | tree |
2022-11-22 |
drh | Include the treetrace bitmap comment accidentally omitt... |
commit | commitdiff | tree |
2022-11-22 |
drh | Merge trunk fixes and enhancements into the agg-with... |
commit | commitdiff | tree |
2022-11-22 |
drh | Rename the SELECTTRACE macro to TREETRACE, so that... |
commit | commitdiff | tree |
2022-11-22 |
larrybr | Sync w/trunk. Ready for merge to trunk. |
commit | commitdiff | tree |
2022-11-22 |
larrybr | Add test/basexx1.test to test is_base85(t), base85... |
commit | commitdiff | tree |
2022-11-22 |
drh | Fix the error message in the CLI for "no such VFS". |
commit | commitdiff | tree |
2022-11-22 |
dan | Add Makefile.in targets for sqlite3r.c and sqlite3r... make-sqlite3r.c |
commit | commitdiff | tree |
2022-11-22 |
drh | Since the memory registers used by the columns and... |
commit | commitdiff | tree |
2022-11-22 |
larrybr | Fix last function pointer in sqlite3Apis init. Reported... |
commit | commitdiff | tree |
2022-11-22 |
drh | Omit the unnecessary AggInfo.mnReg field. |
commit | commitdiff | tree |
2022-11-22 |
drh | Factor out the allocation of registers for aggregates... |
commit | commitdiff | tree |
2022-11-22 |
drh | This is the first in what is anticipated to be a long... |
commit | commitdiff | tree |
2022-11-22 |
drh | Convert an ALWAYS() in sqlite3DbSpanDup() into an asser... |
commit | commitdiff | tree |
2022-11-21 |
drh | Split out the debugging code that dumps an AggInfo... |
commit | commitdiff | tree |
2022-11-21 |
drh | Change the name of the Parse.pIdxExpr field to pIdxEpr... |
commit | commitdiff | tree |
2022-11-21 |
stephan | OPFS contention test: give each worker a distinct recog... |
commit | commitdiff | tree |
2022-11-21 |
drh | Performance optimization and size reduction in insertCe... |
commit | commitdiff | tree |
2022-11-21 |
drh | Performance optimization to sqlite3BtreeInsert(). |
commit | commitdiff | tree |
2022-11-21 |
drh | Small performance improvement in sqlite3BtreeTransferRow(). |
commit | commitdiff | tree |
2022-11-21 |
stephan | Add new JS tests dir to those pushed to the test server. |
commit | commitdiff | tree |
2022-11-21 |
stephan | More tweaking of OPFS concurrency measures and the... |
commit | commitdiff | tree |
2022-11-21 |
stephan | Resolve missing SQLITE_LOCKED result code which trigger... |
commit | commitdiff | tree |
2022-11-21 |
stephan | Add test app for experimenting with multi-worker OPFS... |
commit | commitdiff | tree |
2022-11-21 |
larrybr | Get clean builds for MS tools. Add build examples for... |
commit | commitdiff | tree |
2022-11-21 |
larrybr | Fix a base64 decode bug. Provide for convenient inclusi... |
commit | commitdiff | tree |
2022-11-20 |
stephan | js dist: account for a file rename in the previous... |
commit | commitdiff | tree |
2022-11-20 |
stephan | Further minor cleanups in the JS build related to vanil... |
commit | commitdiff | tree |
2022-11-20 |
stephan | Remove an obsolete reference to WASMFS from ext/wasm... |
commit | commitdiff | tree |
2022-11-20 |
stephan | Generic cleanups and doc additions in the wasm build... |
commit | commitdiff | tree |
2022-11-20 |
stephan | Add 'snapshot' target to create distinctly-named snapsh... |
commit | commitdiff | tree |
2022-11-20 |
stephan | Minor cleanups in the ESM-related preprocessor filtering. |
commit | commitdiff | tree |
2022-11-19 |
drh | New assert()s confirm that BTREE_PREFORMAT must be... |
commit | commitdiff | tree |
2022-11-19 |
drh | Performance optimization in sqlite3BtreeInsert(). |
commit | commitdiff | tree |
2022-11-19 |
drh | Performance improvement and size reduction in balance_n... |
commit | commitdiff | tree |
2022-11-19 |
drh | Small performance improvement and size reduction in... |
commit | commitdiff | tree |
2022-11-19 |
stephan | Get tester1.js working via an ES6 worker module and... |
commit | commitdiff | tree |
2022-11-19 |
drh | Improved comments on the pageFreeArray() routine of... |
commit | commitdiff | tree |
2022-11-19 |
drh | Streamline the decodeFlags() routine in btree.c for... |
commit | commitdiff | tree |
2022-11-19 |
stephan | Add build of sqlite3.mjs (ES6 module), add a test app... |
commit | commitdiff | tree |
2022-11-19 |
stephan | Integrate a custom preprocessor to the JS build process... |
commit | commitdiff | tree |
2022-11-19 |
stephan | More work towards creation of a ES6 JS module. js-cpp |
commit | commitdiff | tree |
2022-11-19 |
larrybr | New extensions for base85 and base64 conversion UDFs |
commit | commitdiff | tree |
2022-11-19 |
larrybr | Create new branch named "base_convert" |
commit | commitdiff | tree |
2022-11-19 |
drh | Small performance optimization in btree.c. |
commit | commitdiff | tree |
2022-11-19 |
drh | Databases created using sqlite3_deserialize() should... |
commit | commitdiff | tree |
2022-11-18 |
drh | Update the version number to 3.41.0 to begin the next... |
commit | commitdiff | tree |
2022-11-18 |
stephan | shell.c.in: on non-Windows platforms, check for $XDG_CO... |
commit | commitdiff | tree |
2022-11-18 |
stephan | Replace use of cpp with the fit-to-purpose c-pp to... |
commit | commitdiff | tree |
2022-11-17 |
drh | Fix corner cases in UTF8 handling in the REGEXP extension. |
commit | commitdiff | tree |
2022-11-17 |
stephan | Merge trunk into js-cpp branch. |
commit | commitdiff | tree |
2022-11-17 |
drh | Use the log10() and log2() functions from the standard... |
commit | commitdiff | tree |
2022-11-17 |
drh | Split out the documentation for sqlite3_value_encoding... |
commit | commitdiff | tree |
2022-11-17 |
drh | Raise an error if an attempt is made to compile the... |
commit | commitdiff | tree |
2022-11-16 |
stephan | Change a self.X JS reference to X to account for a... |
commit | commitdiff | tree |
2022-11-16 |
stephan | wasm build: include FTS5 instead of FTS4, per /chat... |
commit | commitdiff | tree |
2022-11-16 |
drh | Fix harmless typo in comment, reported by Debian in... |
commit | commitdiff | tree |
2022-11-16 |
drh | Avoid returning SQLITE_SCHEMA if the first query run... |
commit | commitdiff | tree |
next |