2024-03-13 |
D. Richard Hipp | If the NJOB environment variable is a positive integer...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Document the testrunner.tcl --explain option in doc...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Add the --explain option to testrunner.tcl.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Improve one of the error messages from testrunner.tcl.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Minor tweaks to the testrunner documentation.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Improvements to the "help" message generated by testrunner...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | On testrunner.tcl: (1) Add the "help" command. (2...
|
commit | commitdiff | tree |
2024-03-11 |
D. Richard Hipp | Run shell*.test modules with "make mdevtest".
|
commit | commitdiff | tree |
2024-03-11 |
D. Richard Hipp | Fix the ".import" command in the CLI so that it works...
|
commit | commitdiff | tree |
2024-03-09 |
D. Richard Hipp | Fix the .expert command in the shell so that it does...
|
commit | commitdiff | tree |
2024-03-09 |
D. Richard Hipp | Fuzzcheck is run automatically by testrunner.tcl, so...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | The NOT NULL strength reduction optimization from ...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | One of the assert()s added by the previous check-in...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Add new assert() statements, which if they had existed...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Silently ignore redundant ON CONFLICT clauses in an...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Must use sqlite3IntFloatCompare() for accurate comparisons...
|
commit | commitdiff | tree |
2024-03-07 |
D. Richard Hipp | Fix harmless compiler warnings in test code for the...
|
commit | commitdiff | tree |
2024-03-07 |
D. Richard Hipp | Do not allow the query planner to be tricked into thinking...
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Add the json_pretty() SQL function.
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Add test cases for json_pretty().
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Add the json_pretty(J) function for pretty-printing...
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Correction to the previous check-in.
|
commit | commitdiff | tree |
2024-03-05 |
D. Richard Hipp | The value returned by the json_each.json field needs...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix a compiler warning in date.c. Update makefiles...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Change test results in corruptC.test to account for...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix harmless compiler warnings in the increment integrity_ch...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Adjust date/time functions so that they do a better...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix assert() statements in date/time computations:...
|
commit | commitdiff | tree |
2024-03-03 |
D. Richard Hipp | Back out the previous change. Replace it with new...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | New date/time modifiers "mnth" and "yr" work like ...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Change the magic time-interval names that do truncate...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Proof-of-concept for new time-interval operator "pg...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Add in a VdbeCoverage() macro needed by STAT4 that...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Always convert 32-bit integer literals into EP_IntValue...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Fix an eputf() macro without its argument in the CLI.
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Add an assert() to help scan-build recognize that a...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Adjust a VdbeCoverage() macro in PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Remove unreachable branches from the PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | The quote() SQL function should convert +Inf into 9...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | When inserting a 3-byte cell into a btree, ensure that...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Fix header comments on test scripts.
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Remove a local variable from sqlite3IntFloatCompare...
|
commit | commitdiff | tree |
2024-02-25 |
D. Richard Hipp | Make sure key comprisons are done correctly if the...
|
commit | commitdiff | tree |
2024-02-24 |
D. Richard Hipp | Add two GIFs that contain the feather logo.
|
commit | commitdiff | tree |
2024-02-22 |
D. Richard Hipp | Fix debugging code so that it compiles on MSVC.
|
commit | commitdiff | tree |
2024-02-21 |
D. Richard Hipp | Fix typo in comment. [https://fossil-scm.org/forum...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Fixes to comments associated with the recent PRAGMA...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unreachable branch from printf(). Change...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unused variable from the merge in the previous...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Enhancements to PRAGMA optimize and ANALYZE. Add the...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Another simplification of the PRAGMA optimize logic...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Minor fixes.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Fix a minor hiccup in the computation of the number...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If there is no mention of a table in sqlite_stat1,...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | In PRAGMA optimize, scale back the analysis_limit when...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Merge trunk fixes into the better-pragma-optimize branch.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If a table has one or more rows and it has a partial...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Simplifications to PRAGMA optimize to make it easier...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Change the 0x20000 bit (use analysis limit) to 0x10...
|
commit | commitdiff | tree |
2024-02-18 |
D. Richard Hipp | Hold a transaction during PRAGMA optimize, for performance.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | Add new MASK bits to PRAGMA optimize: 0x70000.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | Fix rounding in zero-precision %f and %g printf conversions.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | The PRAGMA optimize command invokes ANALYZE if a table...
|
commit | commitdiff | tree |
2024-02-16 |
D. Richard Hipp | Fix the subtype on the value column from json_each...
|
commit | commitdiff | tree |
2024-02-16 |
D. Richard Hipp | Rename the TF_StatsUsed flag to TF_MaybeReanalyze,...
|
commit | commitdiff | tree |
2024-02-13 |
D. Richard Hipp | Fix a bug in PRAGMA integrity_check introduced by enhancemen...
|
commit | commitdiff | tree |
2024-02-13 |
D. Richard Hipp | Changes to vtabCallConstructor() to avoid a harmless...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Replace the assert() that was removed by [f023cb541b5dd72c...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add a new sqlite3FaultSim() to btree for better fault...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add a new sqlite3FaultSim() call in the btree logic...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add support for the ".testctrl fault_install" dot-command...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | In the RTREE extension, allow the xBeginTransaction...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | If a term of an ORDER BY or GROUP BY contains an aggregate...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | Improved AggInfo tracing in debug builds. No changes...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Fix an #endif (added in the wrong place by [8f4b1ceafe4a271b...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Bring test cases into alignment with the latest enhancements.
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Turns out the branch is reachable, so back out the...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Detect and respond to an OOM on the jsonStringTerminate...
|
commit | commitdiff | tree |
2024-02-06 |
D. Richard Hipp | Slight change to OOM handling in JSON to catch a corner...
|
commit | commitdiff | tree |
2024-02-03 |
D. Richard Hipp | Following a ROLLBACK that reverts changes to an RTREE...
|
commit | commitdiff | tree |
2024-02-02 |
D. Richard Hipp | More extensive use of SQLITE_CORRUPT_PGNO.
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | In PRAGMA integrity_check, defer running xIntegrity...
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | Add tracing logic to the shared-cache locks in btree...
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | Add the test_oom_breakpoint() routine on debug builds...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Replace an conditional assignment that was made obsolete...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Allow control characters in JSON5 string literals.
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Add NEVER() and ALWAYS() macros for the JSON5-control...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Fix failure to detect unterminated string literals...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Allow control characters in JSON5 string literals.
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Fix a memory allocation bug in the (debug-use-only...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | Detect malformed nested JSONB earlier and stop rendering...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | When generated text JSON from JSONB, do not continue...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | When rendering JSONB back into text JSON, report an...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Use __ppc__ instead of __POWERPC__ to identify 32-bit...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Automatically disable the DISTINCT optimization during...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Apply the same fix found in [99057383acc8f920] to descending...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Improvements to parser stack overflow testing.
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Performance enhancements to the parser template.
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Use an alternative memory allocator for parser stack...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Allocate new parser stack space from the heap if needed...
|
commit | commitdiff | tree |