]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2024-02-17  drhFix rounding in zero-precision %f and %g printf convers...
2024-02-17  drhThe PRAGMA optimize command invokes ANALYZE if a table...
2024-02-16  drhFix the subtype on the value column from json_each...
2024-02-16  larrybrRetweak last check-in to retain compile-time checking...
2024-02-16  stephanWork around a __VA_ARGS__ complaint in fiddle builds.
2024-02-16  drhRename the TF_StatsUsed flag to TF_MaybeReanalyze,...
2024-02-16  danHandle an OOM case in fts5 code to query tokendata...
2024-02-13  drhFix a bug in PRAGMA integrity_check introduced by enhan...
2024-02-13  drhChanges to vtabCallConstructor() to avoid a harmless...
2024-02-12  drhReplace the assert() that was removed by [f023cb541b5dd...
2024-02-12  danHave rtree avoid keeping a blob handle open following...
2024-02-12  drhAdd a new sqlite3FaultSim() to btree for better fault...
2024-02-12  drhAdd a new sqlite3FaultSim() call in the btree logic... new-btree-faultsim
2024-02-12  drhAdd support for the ".testctrl fault_install" dot-comma...
2024-02-11  drhIn the RTREE extension, allow the xBeginTransaction...
2024-02-11  drhIf a term of an ORDER BY or GROUP BY contains an aggreg...
2024-02-11  drhImproved AggInfo tracing in debug builds. No changes...
2024-02-10  larrybrFurther clarify sqlite3_exec() callback parameter lifetime.
2024-02-08  larrybrMention limited lifetime of string arrays passed to...
2024-02-07  drhFix an #endif (added in the wrong place by [8f4b1ceafe4...
2024-02-07  drhBring test cases into alignment with the latest enhance...
2024-02-07  drhTurns out the branch is reachable, so back out the...
2024-02-07  drhDetect and respond to an OOM on the jsonStringTerminate...
2024-02-06  drhSlight change to OOM handling in JSON to catch a corner...
2024-02-06  stephanCorrect docs about the first OFPS VFS's importDb()...
2024-02-06  stephanMake explicit that using the importDb() methods of...
2024-02-05  danReturn SQLITE_ABORT if the underlying shadow tables...
2024-02-05  danReturn SQLITE_ABORT if the underlying shadow tables... rtree-fix
2024-02-05  stephanExtend [d294a23ed6d] to apply to all wasm speedtest1...
2024-02-05  stephanwasm: pass the promiser function to the promiser onread...
2024-02-05  stephanwasm: squelch a new (and, in our case, invalid) warning...
2024-02-04  mistachkinFix a minor test file locking issue on Windows.
2024-02-04  mistachkinFix harmless compiler warnings seen with MSVC.
2024-02-03  drhFollowing a ROLLBACK that reverts changes to an RTREE...
2024-02-02  drhMore extensive use of SQLITE_CORRUPT_PGNO.
2024-02-02  danFix typo in vdbe.c comment. No changes to code.
2024-02-01  danEnsure the fts5 xIntegrity method correctly returns...
2024-02-01  danEnsure the fts3 xIntegrity method correctly returns...
2024-02-01  drhIn PRAGMA integrity_check, defer running xIntegrity...
2024-02-01  drhAdd tracing logic to the shared-cache locks in btree...
2024-02-01  drhAdd the test_oom_breakpoint() routine on debug builds...
2024-01-31  drhReplace an conditional assignment that was made obsolet...
2024-01-31  drhAllow control characters in JSON5 string literals.
2024-01-31  drhAdd NEVER() and ALWAYS() macros for the JSON5-control... json5-ctrl-char
2024-01-31  drhFix failure to detect unterminated string literals...
2024-01-31  drhAllow control characters in JSON5 string literals.
2024-01-31  drhFix a memory allocation bug in the (debug-use-only...
2024-01-29  drhDetect malformed nested JSONB earlier and stop renderin...
2024-01-29  drhWhen generated text JSON from JSONB, do not continue...
2024-01-29  danConsider an index for queries like "SELECT count(DISTIN...
2024-01-29  danAvoid a potential buffer overread when handling corrupt...
2024-01-29  drhWhen rendering JSONB back into text JSON, report an...
2024-01-28  drhUse __ppc__ instead of __POWERPC__ to identify 32-bit...
2024-01-28  drhAutomatically disable the DISTINCT optimization during...
2024-01-28  drhApply the same fix found in [99057383acc8f920] to desce...
next