2024-03-04 |
drh | The ability to DROP multiple tables (or views or indexe... multi-drop |
commit | commitdiff | tree |
2024-03-02 |
drh | Remove an unused line of code. |
commit | commitdiff | tree |
2024-03-02 |
drh | Simplifications to multi-DROP logic. |
commit | commitdiff | tree |
2024-03-02 |
drh | Improved rebustness against OOM and corruption. |
commit | commitdiff | tree |
2024-03-01 |
drh | When doing DROP TABLE or DROP INDEX, use a heap to... |
commit | commitdiff | tree |
2024-03-01 |
drh | RTREE uses multi-DROP to erase shadow tables. |
commit | commitdiff | tree |
2024-03-01 |
drh | Omit unreachable branches in the parser. |
commit | commitdiff | tree |
2024-03-01 |
drh | Fix harmless compiler warning. |
commit | commitdiff | tree |
2024-03-01 |
drh | Improved handling of foreign-key constraints on a multi... |
commit | commitdiff | tree |
2024-03-01 |
drh | When doing a multi-drop, delete btrees beginning with... |
commit | commitdiff | tree |
2024-02-29 |
drh | Attempt to fix multi-object DROP. Working better,... |
commit | commitdiff | tree |
2024-02-29 |
drh | Add the ability to DROP one or more objects of the... |
commit | commitdiff | tree |
2024-02-29 |
stephan | Fix two -Werror=lto-type-mismatch warnings reported... |
commit | commitdiff | tree |
2024-02-29 |
stephan | Fix two -Werror=lto-type-mismatch warnings reported... lto-type-mismatch |
commit | commitdiff | tree |
2024-02-28 |
drh | Add in a VdbeCoverage() macro needed by STAT4 that... |
commit | commitdiff | tree |
2024-02-28 |
drh | Always convert 32-bit integer literals into EP_IntValue... |
commit | commitdiff | tree |
2024-02-27 |
drh | Fix an eputf() macro without its argument in the CLI. |
commit | commitdiff | tree |
2024-02-27 |
drh | Add an assert() to help scan-build recognize that a... |
commit | commitdiff | tree |
2024-02-27 |
drh | Adjust a VdbeCoverage() macro in PRAGMA integrity_check... |
commit | commitdiff | tree |
2024-02-27 |
drh | Remove unreachable branches from the PRAGMA integrity_c... |
commit | commitdiff | tree |
2024-02-27 |
dan | Ensure memory cells are properly freed before they... |
commit | commitdiff | tree |
2024-02-27 |
dan | Have "PRAGMA quick_check" compare the number of entries... |
commit | commitdiff | tree |
2024-02-27 |
stephan | Extend sqlite3.c makefile rule to support EXTRA_SRC... |
commit | commitdiff | tree |
2024-02-27 |
dan | Allow "_" characters to appear between any two digits... |
commit | commitdiff | tree |
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 |
next |