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 |
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 |
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 |
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 |
2024-01-27 |
drh | Improvements to parser stack overflow testing. |
commit | commitdiff | tree |
2024-01-27 |
drh | Performance enhancements to the parser template. |
commit | commitdiff | tree |
2024-01-27 |
drh | Use an alternative memory allocator for parser stack... |
commit | commitdiff | tree |
2024-01-27 |
drh | Allocate new parser stack space from the heap if needed... |
commit | commitdiff | tree |
2024-01-27 |
drh | Optimizations to ParseFinalize() to make up for the... growable-parser-stack |
commit | commitdiff | tree |
2024-01-27 |
drh | Omit the "parser stack overflow" error message, since... |
commit | commitdiff | tree |
2024-01-26 |
drh | Bug fixes in the function that expands the parser stack. |
commit | commitdiff | tree |
2024-01-26 |
drh | Experimental changes that prevent parser stack overflow... |
commit | commitdiff | tree |
2024-01-24 |
drh | Add NEVER() to a branch that is no longer reachable. |
commit | commitdiff | tree |
2024-01-24 |
stephan | Update ext/wasm/SQLTester for recent internal-API reorgs. |
commit | commitdiff | tree |
2024-01-23 |
drh | Slight adjustment to test results for Windows in mmap1... |
commit | commitdiff | tree |
2024-01-23 |
dan | In os_unix.c and os_win.c, do not allow xFetch() to... |
commit | commitdiff | tree |
2024-01-23 |
drh | Improved error message when a double-quoted identifier... |
commit | commitdiff | tree |
2024-01-23 |
drh | When a JSON input is a blob, but it looks like valid... |
commit | commitdiff | tree |
2024-01-23 |
drh | Fix typo in the tag-20240123-a in a comment. blob-as-json |
commit | commitdiff | tree |
2024-01-23 |
drh | If a BLOB looks like JSON when cast to text, then treat... |
commit | commitdiff | tree |
2024-01-23 |
stephan | Change the shell's --help flag to exit with code 0... |
commit | commitdiff | tree |
2024-01-22 |
drh | Simplification of the error reporting logic. improved-dqs-error-msg |
commit | commitdiff | tree |
2024-01-22 |
drh | Improved error message when a double-quoted string... |
commit | commitdiff | tree |
2024-01-22 |
drh | The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile... |
commit | commitdiff | tree |
2024-01-22 |
dan | Fix test script literal.test so that it works with... |
commit | commitdiff | tree |
2024-01-22 |
drh | Fix userauth so that it works together with SQLITE_OMIT... |
commit | commitdiff | tree |
2024-01-22 |
drh | Add a notice to the user-authentication documentation... |
commit | commitdiff | tree |
2024-01-22 |
larrybr | Make CLI .dump immune to pragma reverse_unordered_selec... |
commit | commitdiff | tree |
2024-01-21 |
drh | Fix a harmless typo in a comment. |
commit | commitdiff | tree |
2024-01-20 |
dan | Ensure that values generated by DEFAULT clauses that... |
commit | commitdiff | tree |
2024-01-20 |
drh | Simplifications to the strftime() logic. |
commit | commitdiff | tree |
2024-01-20 |
drh | Fix a memory leak in new memdb1.test test cases that... |
commit | commitdiff | tree |
2024-01-20 |
drh | Make sure that %V and %G are testing for every since... |
commit | commitdiff | tree |
2024-01-20 |
drh | Rig sqlite3_serialize() so that it will initialize... |
commit | commitdiff | tree |
2024-01-20 |
drh | When doing a text-affinity comparison between two value... |
commit | commitdiff | tree |
2024-01-20 |
drh | Ensure that the replace() SQL function always returns... |
commit | commitdiff | tree |
2024-01-20 |
drh | When backing out a character in a constructed string... |
commit | commitdiff | tree |
next |