2024-02-27 |
stephan | Bring the extra-src branch up to date with the trunk. extra-src |
commit | commitdiff | tree |
2024-02-26 |
drh | The quote() SQL function should convert +Inf into 9... |
commit | commitdiff | tree |
2024-02-26 |
drh | When inserting a 3-byte cell into a btree, ensure that... |
commit | commitdiff | tree |
2024-02-26 |
dan | Add the intck extension. For performing incremental... |
commit | commitdiff | tree |
2024-02-26 |
drh | Fix header comments on test scripts. incr-integrity-check |
commit | commitdiff | tree |
2024-02-26 |
drh | Remove a local variable from sqlite3IntFloatCompare... |
commit | commitdiff | tree |
2024-02-26 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2024-02-25 |
drh | Make sure key comprisons are done correctly if the... |
commit | commitdiff | tree |
2024-02-24 |
drh | Add two GIFs that contain the feather logo. |
commit | commitdiff | tree |
2024-02-24 |
dan | Add further tests for the intck module. |
commit | commitdiff | tree |
2024-02-23 |
dan | Add tests for the new code on this branch. |
commit | commitdiff | tree |
2024-02-23 |
dan | Add the ".intck ?STEPS_PER_UNLOCK?" command to the... |
commit | commitdiff | tree |
2024-02-23 |
stephan | Typo fixes [forum:c19bbf245d|reported in the forum... |
commit | commitdiff | tree |
2024-02-23 |
dan | Fix detection of surplus index entries when all indexed... |
commit | commitdiff | tree |
2024-02-23 |
dan | Fix problems with resuming integrity-check operations... |
commit | commitdiff | tree |
2024-02-22 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2024-02-22 |
drh | Fix debugging code so that it compiles on MSVC. |
commit | commitdiff | tree |
2024-02-21 |
dan | Fix various issues in sqlite3intck.c. |
commit | commitdiff | tree |
2024-02-21 |
drh | Fix typo in comment. [https://fossil-scm.org/forum... |
commit | commitdiff | tree |
2024-02-21 |
dan | Simplify the way the restart key is saved internally... |
commit | commitdiff | tree |
2024-02-21 |
dan | Add documentation to ext/intck/sqlite3intck.h. |
commit | commitdiff | tree |
2024-02-21 |
dan | Ensure intck tests are run by testrunner.tcl. |
commit | commitdiff | tree |
2024-02-21 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree |
2024-02-20 |
dan | Have the intck extension better handle corruption at... |
commit | commitdiff | tree |
2024-02-20 |
dan | Use fewer cycles to generate the "next key" value used... |
commit | commitdiff | tree |
2024-02-20 |
dan | Consider using "=" and IS operators with even low-quali... |
commit | commitdiff | tree |
2024-02-20 |
drh | Fixes to comments associated with the recent PRAGMA... |
commit | commitdiff | tree |
2024-02-20 |
drh | Remove an unreachable branch from printf(). Change... |
commit | commitdiff | tree |
2024-02-20 |
drh | Remove an unused variable from the merge in the previou... |
commit | commitdiff | tree |
2024-02-20 |
drh | Enhancements to PRAGMA optimize and ANALYZE. Add the... |
commit | commitdiff | tree |
2024-02-20 |
drh | Another simplification of the PRAGMA optimize logic... better-pragma-optimize |
commit | commitdiff | tree |
2024-02-19 |
drh | Minor fixes. |
commit | commitdiff | tree |
2024-02-19 |
drh | Fix a minor hiccup in the computation of the number... |
commit | commitdiff | tree |
2024-02-19 |
dan | Use more efficient SQL to verify that indexes contain... |
commit | commitdiff | tree |
2024-02-19 |
drh | If there is no mention of a table in sqlite_stat1,... |
commit | commitdiff | tree |
2024-02-19 |
drh | In PRAGMA optimize, scale back the analysis_limit when... |
commit | commitdiff | tree |
2024-02-19 |
drh | Merge trunk fixes into the better-optimize branch. |
commit | commitdiff | tree |
2024-02-19 |
dan | Add implementation of sqlite3_intck_suspend(). |
commit | commitdiff | tree |
2024-02-19 |
drh | If a table has one or more rows and it has a partial... optimize-after-shrink |
commit | commitdiff | tree |
2024-02-19 |
drh | Simplifications to PRAGMA optimize to make it easier... |
commit | commitdiff | tree |
2024-02-19 |
drh | Change the 0x20000 bit (use analysis limit) to 0x10... |
commit | commitdiff | tree |
2024-02-19 |
stephan | Extend the strerror_r() result type discrepancy check... |
commit | commitdiff | tree |
2024-02-18 |
drh | Hold a transaction during PRAGMA optimize, for performance. |
commit | commitdiff | tree |
2024-02-17 |
dan | Add start of extension for incremental integrity-checks... |
commit | commitdiff | tree |
2024-02-17 |
drh | Add new MASK bits to PRAGMA optimize: 0x70000. |
commit | commitdiff | tree |
2024-02-17 |
drh | Fix rounding in zero-precision %f and %g printf convers... |
commit | commitdiff | tree |
2024-02-17 |
drh | The PRAGMA optimize command invokes ANALYZE if a table... |
commit | commitdiff | tree |
2024-02-16 |
drh | Fix the subtype on the value column from json_each... |
commit | commitdiff | tree |
2024-02-16 |
larrybr | Retweak last check-in to retain compile-time checking... |
commit | commitdiff | tree |
2024-02-16 |
stephan | Work around a __VA_ARGS__ complaint in fiddle builds. |
commit | commitdiff | tree |
2024-02-16 |
drh | Rename the TF_StatsUsed flag to TF_MaybeReanalyze,... |
commit | commitdiff | tree |
2024-02-16 |
dan | Handle an OOM case in fts5 code to query tokendata... |
commit | commitdiff | tree |
2024-02-13 |
drh | Fix a bug in PRAGMA integrity_check introduced by enhan... |
commit | commitdiff | tree |
2024-02-13 |
drh | Changes to vtabCallConstructor() to avoid a harmless... |
commit | commitdiff | tree |
2024-02-12 |
drh | Replace the assert() that was removed by [f023cb541b5dd... |
commit | commitdiff | tree |
2024-02-12 |
dan | Have rtree avoid keeping a blob handle open following... |
commit | commitdiff | tree |
2024-02-12 |
drh | Add a new sqlite3FaultSim() to btree for better fault... |
commit | commitdiff | tree |
2024-02-12 |
drh | Add a new sqlite3FaultSim() call in the btree logic... new-btree-faultsim |
commit | commitdiff | tree |
2024-02-12 |
drh | Add support for the ".testctrl fault_install" dot-comma... |
commit | commitdiff | tree |
2024-02-11 |
drh | In the RTREE extension, allow the xBeginTransaction... |
commit | commitdiff | tree |
2024-02-11 |
drh | If a term of an ORDER BY or GROUP BY contains an aggreg... |
commit | commitdiff | tree |
2024-02-11 |
drh | Improved AggInfo tracing in debug builds. No changes... |
commit | commitdiff | tree |
2024-02-10 |
larrybr | Further clarify sqlite3_exec() callback parameter lifetime. |
commit | commitdiff | tree |
2024-02-08 |
larrybr | Mention limited lifetime of string arrays passed to... |
commit | commitdiff | tree |
2024-02-07 |
drh | Fix an #endif (added in the wrong place by [8f4b1ceafe4... |
commit | commitdiff | tree |
2024-02-07 |
drh | Bring test cases into alignment with the latest enhance... |
commit | commitdiff | tree |
2024-02-07 |
drh | Turns out the branch is reachable, so back out the... |
commit | commitdiff | tree |
2024-02-07 |
drh | Detect and respond to an OOM on the jsonStringTerminate... |
commit | commitdiff | tree |
2024-02-06 |
drh | Slight change to OOM handling in JSON to catch a corner... |
commit | commitdiff | tree |
2024-02-06 |
stephan | Correct docs about the first OFPS VFS's importDb()... |
commit | commitdiff | tree |
2024-02-06 |
stephan | Make explicit that using the importDb() methods of... |
commit | commitdiff | tree |
2024-02-05 |
dan | Return SQLITE_ABORT if the underlying shadow tables... |
commit | commitdiff | tree |
2024-02-05 |
dan | Return SQLITE_ABORT if the underlying shadow tables... rtree-fix |
commit | commitdiff | tree |
2024-02-05 |
stephan | Extend [d294a23ed6d] to apply to all wasm speedtest1... |
commit | commitdiff | tree |
2024-02-05 |
stephan | wasm: pass the promiser function to the promiser onread... |
commit | commitdiff | tree |
2024-02-05 |
stephan | wasm: squelch a new (and, in our case, invalid) warning... |
commit | commitdiff | tree |
2024-02-04 |
mistachkin | Fix a minor test file locking issue on Windows. |
commit | commitdiff | tree |
2024-02-04 |
mistachkin | Fix harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2024-02-03 |
drh | Following a ROLLBACK that reverts changes to an RTREE... |
commit | commitdiff | tree |
2024-02-02 |
drh | More extensive use of SQLITE_CORRUPT_PGNO. |
commit | commitdiff | tree |
2024-02-02 |
dan | Fix typo in vdbe.c comment. No changes to code. |
commit | commitdiff | tree |
2024-02-01 |
dan | Ensure the fts5 xIntegrity method correctly returns... |
commit | commitdiff | tree |
2024-02-01 |
dan | Ensure the fts3 xIntegrity method correctly returns... |
commit | commitdiff | tree |
2024-02-01 |
drh | In PRAGMA integrity_check, defer running xIntegrity... |
commit | commitdiff | tree |
2024-02-01 |
drh | Add tracing logic to the shared-cache locks in btree... |
commit | commitdiff | tree |
2024-02-01 |
drh | Add the test_oom_breakpoint() routine on debug builds... |
commit | commitdiff | tree |
2024-01-31 |
drh | Replace an conditional assignment that was made obsolet... |
commit | commitdiff | tree |
2024-01-31 |
drh | Allow control characters in JSON5 string literals. |
commit | commitdiff | tree |
2024-01-31 |
drh | Add NEVER() and ALWAYS() macros for the JSON5-control... json5-ctrl-char |
commit | commitdiff | tree |
2024-01-31 |
drh | Fix failure to detect unterminated string literals... |
commit | commitdiff | tree |
2024-01-31 |
drh | Allow control characters in JSON5 string literals. |
commit | commitdiff | tree |
2024-01-31 |
drh | Fix a memory allocation bug in the (debug-use-only... |
commit | commitdiff | tree |
2024-01-29 |
drh | Detect malformed nested JSONB earlier and stop renderin... |
commit | commitdiff | tree |
2024-01-29 |
drh | When generated text JSON from JSONB, do not continue... |
commit | commitdiff | tree |
2024-01-29 |
dan | Consider an index for queries like "SELECT count(DISTIN... |
commit | commitdiff | tree |
2024-01-29 |
dan | Avoid a potential buffer overread when handling corrupt... |
commit | commitdiff | tree |
2024-01-29 |
drh | When rendering JSONB back into text JSON, report an... |
commit | commitdiff | tree |
2024-01-28 |
drh | Use __ppc__ instead of __POWERPC__ to identify 32-bit... |
commit | commitdiff | tree |
2024-01-28 |
drh | Automatically disable the DISTINCT optimization during... |
commit | commitdiff | tree |
2024-01-28 |
drh | Apply the same fix found in [99057383acc8f920] to desce... |
commit | commitdiff | tree |
next |