| 2026-03-05 |
stephan | Strip the opfs-wl "back to formula", removing the curre... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
stephan | The opfs-wl lock hang has been traced to starvation... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
drh | Add a little flexibility to checkpoint sizes in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Add some debugging output to opfs and track down the... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Get opfs-wl plugged in to the concurrency tester. Somew... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Consolidate the last 200 lines of common OPFS VFS code... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Factor out about 300 lines of common OPFS VFS bootstrap... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Consolidate the OPFS VFS's metrics-tracking code. |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Baby steps in consolidating common OPFS VFS code. |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
drh | Remove dead (commented-out) code that came to my attent... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
drh | Fix a code-generator bug introduced by the UNION/INTERS... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | Consolidate much of the OPFS utility code into a new... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | A potential fix for the probable breakage of bundler... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
stephan | opfs-wl is now loading and registering but it's still... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | An initial attempt to plugging opfs-wl into the build... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | Add a missing reset of the lock handshake SharedArrayBu... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | Implementations of WebLock-based opfs::xLock() and... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Avoid an obscure race condition between a checkpointer... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | Merge trunk into the opfs-wl branch. |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Do not run test script walrestart.test with the "memsub... wal-restart-fix |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
drh | Minor tweaks to the previous, for testability. |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Avoid an obscure race condition between a checkpointer... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | Add JS tests for sqlite3_bind_zeroblob(). wasm-zeroblob |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
stephan | Expose sqlite3_bind_zeroblob() to JS/WASM, per request... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Convert many sqlite3_realloc() calls to sqlite3_realloc... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Omit explain_i calls from TCL test scripts. |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Fix TEMP INSTEAD OF triggers so that they work on TEMP... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Change some sqlite3_realloc() calls into sqlite3_reallo... realloc64 |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Remove the experimental and incomplete ext/repair exten... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Disable test shell1-5.0 as it is causing a use of initi... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Use only 64-bit memory allocation in FTS5. Fix for... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
dan | Fix a possible 9-byte buffer overread in the zipfile... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | The intck01.sql test should only be run if virtual... |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | More floating point conversion test cases. |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | New floating-point test case. |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | Fix an OOB read in the incremental integrity-check... |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | Simplified rounding logic in sqlite3Fp10Convert2(). |
commit | commitdiff | tree | snapshot |
| 2026-02-28 |
drh | Code changes in sqlite3Fp10Convert2() for easier mainte... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Improvements to power-of-ten computations used for... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Minor simplification to the text→binary64 conversi... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | Two code comment typo fixes reported in the forum.... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Fix an off-by-one error in the indentation of multi... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Add an assert() to sqlite3RegisterLikeFunctions() to... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | Another nano-optimization in kvvfs v2. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | JS: slight performance improvements in KVVfsStorage. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | An initial copy/paste stub for experimenting with using... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Fix typos in the SQLITE_PREPARE_FROM_DDL documentation. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Improvements to the SQLITE_PREPARE_FROM_DDL documentation. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Fix an inconsequential typo in the output of the datede... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
dan | Fix a problem where the wrong collation could be used... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | The GCC bug is fixed in GCC-15. |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | Reinstant the work-around for [https://gcc.gnu.org... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | Use a 64-bit hash for the testing option SQLITE_CHECK_P... |
commit | commitdiff | tree | snapshot |
| 2026-02-24 |
drh | Adjust the changes to shell8.test from [5da9bf09cc00faf... |
commit | commitdiff | tree | snapshot |
| 2026-02-24 |
drh | Rename SQLITE_ENABLE_MULTITHREADED_CHECKS to SQLITE_THR... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Fix an assert() that is incorrect when the SQLITE_DBCON... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Add test cases for the symlink defenses of the previous... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Change the SQLAR archive extraction algorithm in the... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Enhance the realpath() SQL function in the fileio.c... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | When doing an SQLAR archive extraction in the CLI,... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Improved implementation of realpath() in the fileio... |
commit | commitdiff | tree | snapshot |
| 2026-02-22 |
drh | Add the realpath() SQL function to the fileio.c extensi... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Fix typos and include wording in the documentation for |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Fix a harmless warning in the decimal extension. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Improved rounding of double→text conversions for... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | New sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that... fp-performance-v2 |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | New test cases for floating-point conversions. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Remove an unreachable branch. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Increase the precision of double → text conversion... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Further simplification, performance gain, and size... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Small performance increase and size reduction in sqlite... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Inconsequential changes to floating-point conversion... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | In the decimal extension, an optional second argument... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
stephan | Fix a cse in the fiddle.debug build where it could... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Add new functions ieee754_to_int() and ieee754_from_int... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Improved rounding of floating-point conversions in... |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
drh | In the CLI, the ".quit" command in a --cmd argument... |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
drh | Improvements to rounding behavior in the new floating... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Restore the CLI function dtostr() back to its original... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Minor fixes to tmstmpvfs.c. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Increase the number of floating-point precision test... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Fix a harmless compiler warning from MSVC. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | New assert()s for the return value from sqlite3SchemaTo... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Further simplifications, performance improvements,... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Faster conversion of integers to text, by converting... numeric-conversion |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Simplifications to sqlite3AtoF(), resulting in slightly... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Fix a bad assert() in the previous check-in. numeric-conversion-perf |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Refactor the sqlite3AtoF() routine so that it requires... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
dan | Fix another case where SQLite might fail to identify... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
dan | Fix a problem with identifying ON clauses attached... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Performance improvement in floating-point conversions. |
commit | commitdiff | tree | snapshot |
| 2026-02-15 |
drh | Avoid the big power-of-ten lookup table. fp-perf |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Fix to [9d3a12d3926d55ef] to force the static const... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Add the "LLU" suffix to 64-bit integer constants, for... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Fix to the generic version of the 128-bit multiple... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Another minor performance refinement. |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Minor corrections. |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Improved comment. No code changes. |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Use a precomputed table of 696 powers of 10 to improve... |
commit | commitdiff | tree | snapshot |
| 2026-02-13 |
drh | Add new assert() statements to demonstrate that the... |
commit | commitdiff | tree | snapshot |
| next |