]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-03-11  stephanAdd delete-before-open=1 URI flag to the 'opfs' VFS... opfs-delete-before-open
2024-03-09  drhFix the .expert command in the shell so that it does...
2024-03-09  drhFuzzcheck is run automatically by testrunner.tcl, so...
2024-03-08  drhThe NOT NULL strength reduction optimization from ...
2024-03-08  drhOne of the assert()s added by the previous check-in...
2024-03-08  drhAdd new assert() statements, which if they had existed...
2024-03-08  drhSilently ignore redundant ON CONFLICT clauses in an...
2024-03-08  danOmit some extra tests for the intck extension in OMIT_V...
2024-03-08  danFix pragma6.test so that it works with ENABLE_OVERSIZE_...
2024-03-08  danDo not run tests for the intck extension in OMIT_VIRTUA...
2024-03-08  drhMust use sqlite3IntFloatCompare() for accurate comparis...
2024-03-07  stephanIntroducing JS worker1 promiser v2, which initializes...
2024-03-07  stephanResolve duplicate loading of promiser v2 demo code... wasm-promiser1-v2
2024-03-07  stephanwasm promiser.v2 is essentially working but the demo...
2024-03-07  stephanInitial work at getting sqlite3Worker1Promiser.v2(...
2024-03-07  drhFix harmless compiler warnings in test code for the...
2024-03-07  drhDo not allow the query planner to be tricked into think...
2024-03-06  drhAdd the json_pretty() SQL function.
2024-03-06  drhAdd test cases for json_pretty(). json-pretty
2024-03-06  mistachkinWork around obscure floating point issue seen with...
2024-03-06  stephanAdd a couple of json_pretty() examples to /fiddle.
2024-03-06  drhAdd the json_pretty(J) function for pretty-printing...
2024-03-06  drhCorrection to the previous check-in.
2024-03-06  danFix handling of "id=?" corner cases in rtree when the...
2024-03-05  danRemove code that added a P4 parameter to the OP_Variabl...
2024-03-05  stephanReformulate [34439fe3aeea7cbb] slightly to resolve...
2024-03-05  drhThe value returned by the json_each.json field needs...
2024-03-05  stephan/fiddle: reorder/replace example entries to make them...
2024-03-05  stephan/fiddle 'Mandlebrot' typo fix reported in the forum.
2024-03-05  stephanUpdate fiddle.make to account for Makefile changes...
2024-03-05  stephan/fiddle: before resetting a db, roll back any transacti...
2024-03-04  drhFix a compiler warning in date.c. Update makefiles...
2024-03-04  drhChange test results in corruptC.test to account for...
2024-03-04  drhFix harmless compiler warnings in the increment integri...
2024-03-04  drhAdjust date/time functions so that they do a better...
2024-03-04  drhFix assert() statements in date/time computations:...
2024-03-04  stephanDocument why the wasm build does not use Emscripten...
2024-03-04  stephanWhen warning about multiple invocations of JS's sqlite3...
2024-03-04  stephanAfter wasm bootstrapping has read the optional global...
2024-03-03  drhBack out the previous change. Replace it with new...
2024-03-02  drhNew date/time modifiers "mnth" and "yr" work like ...
2024-03-02  drhChange the magic time-interval names that do truncate... month-truncate
2024-03-02  drhProof-of-concept for new time-interval operator "pg...
2024-02-29  stephanFix two -Werror=lto-type-mismatch warnings reported...
2024-02-29  stephanFix two -Werror=lto-type-mismatch warnings reported... lto-type-mismatch
2024-02-28  drhAdd in a VdbeCoverage() macro needed by STAT4 that...
2024-02-28  drhAlways convert 32-bit integer literals into EP_IntValue...
2024-02-27  drhFix an eputf() macro without its argument in the CLI.
2024-02-27  drhAdd an assert() to help scan-build recognize that a...
2024-02-27  drhAdjust a VdbeCoverage() macro in PRAGMA integrity_check...
2024-02-27  drhRemove unreachable branches from the PRAGMA integrity_c...
2024-02-27  danEnsure memory cells are properly freed before they...
2024-02-27  danHave "PRAGMA quick_check" compare the number of entries...
2024-02-27  stephanExtend sqlite3.c makefile rule to support EXTRA_SRC...
2024-02-27  danAllow "_" characters to appear between any two digits...
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2024-02-26  drhThe quote() SQL function should convert +Inf into 9...
2024-02-26  drhWhen inserting a 3-byte cell into a btree, ensure that...
2024-02-26  danAdd the intck extension. For performing incremental...
2024-02-26  drhFix header comments on test scripts. incr-integrity-check
2024-02-26  drhRemove a local variable from sqlite3IntFloatCompare...
2024-02-26  danMerge latest trunk changes into this branch.
2024-02-25  drhMake sure key comprisons are done correctly if the...
2024-02-24  drhAdd two GIFs that contain the feather logo.
2024-02-24  danAdd further tests for the intck module.
2024-02-23  danAdd tests for the new code on this branch.
2024-02-23  danAdd the ".intck ?STEPS_PER_UNLOCK?" command to the...
2024-02-23  stephanTypo fixes [forum:c19bbf245d|reported in the forum...
2024-02-23  danFix detection of surplus index entries when all indexed...
2024-02-23  danFix problems with resuming integrity-check operations...
2024-02-22  mistachkinFix harmless compiler warning seen with MSVC.
2024-02-22  drhFix debugging code so that it compiles on MSVC.
2024-02-21  danFix various issues in sqlite3intck.c.
2024-02-21  drhFix typo in comment. [https://fossil-scm.org/forum...
2024-02-21  danSimplify the way the restart key is saved internally...
2024-02-21  danAdd documentation to ext/intck/sqlite3intck.h.
2024-02-21  danEnsure intck tests are run by testrunner.tcl.
2024-02-21  danMerge trunk changes into this branch.
2024-02-20  danHave the intck extension better handle corruption at...
2024-02-20  danUse fewer cycles to generate the "next key" value used...
2024-02-20  danConsider using "=" and IS operators with even low-quali...
2024-02-20  drhFixes to comments associated with the recent PRAGMA...
2024-02-20  drhRemove an unreachable branch from printf(). Change...
2024-02-20  drhRemove an unused variable from the merge in the previou...
2024-02-20  drhEnhancements to PRAGMA optimize and ANALYZE. Add the...
2024-02-20  drhAnother simplification of the PRAGMA optimize logic... better-pragma-optimize
2024-02-19  drhMinor fixes.
2024-02-19  drhFix a minor hiccup in the computation of the number...
2024-02-19  danUse more efficient SQL to verify that indexes contain...
2024-02-19  drhIf there is no mention of a table in sqlite_stat1,...
2024-02-19  drhIn PRAGMA optimize, scale back the analysis_limit when...
2024-02-19  drhMerge trunk fixes into the better-optimize branch.
2024-02-19  danAdd implementation of sqlite3_intck_suspend().
2024-02-19  drhIf a table has one or more rows and it has a partial... optimize-after-shrink
2024-02-19  drhSimplifications to PRAGMA optimize to make it easier...
2024-02-19  drhChange the 0x20000 bit (use analysis limit) to 0x10...
2024-02-19  stephanExtend the strerror_r() result type discrepancy check...
2024-02-18  drhHold a transaction during PRAGMA optimize, for performance.
2024-02-17  danAdd start of extension for incremental integrity-checks...
2024-02-17  drhAdd new MASK bits to PRAGMA optimize: 0x70000.
next