]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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  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...
2024-01-27  drhImprovements to parser stack overflow testing.
2024-01-27  drhPerformance enhancements to the parser template.
2024-01-27  drhUse an alternative memory allocator for parser stack...
2024-01-27  drhAllocate new parser stack space from the heap if needed...
2024-01-27  drhOptimizations to ParseFinalize() to make up for the... growable-parser-stack
2024-01-27  drhOmit the "parser stack overflow" error message, since...
2024-01-26  drhBug fixes in the function that expands the parser stack.
2024-01-26  drhExperimental changes that prevent parser stack overflow...
2024-01-24  drhAdd NEVER() to a branch that is no longer reachable.
2024-01-24  stephanUpdate ext/wasm/SQLTester for recent internal-API reorgs.
2024-01-23  drhSlight adjustment to test results for Windows in mmap1...
2024-01-23  danIn os_unix.c and os_win.c, do not allow xFetch() to...
2024-01-23  drhImproved error message when a double-quoted identifier...
2024-01-23  drhWhen a JSON input is a blob, but it looks like valid...
2024-01-23  drhFix typo in the tag-20240123-a in a comment. blob-as-json
2024-01-23  drhIf a BLOB looks like JSON when cast to text, then treat...
2024-01-23  stephanChange the shell's --help flag to exit with code 0...
2024-01-22  drhSimplification of the error reporting logic. improved-dqs-error-msg
2024-01-22  drhImproved error message when a double-quoted string...
2024-01-22  drhThe -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile...
2024-01-22  danFix test script literal.test so that it works with...
2024-01-22  drhFix userauth so that it works together with SQLITE_OMIT...
2024-01-22  drhAdd a notice to the user-authentication documentation...
2024-01-22  larrybrMake CLI .dump immune to pragma reverse_unordered_selec...
2024-01-21  drhFix a harmless typo in a comment.
2024-01-20  danEnsure that values generated by DEFAULT clauses that...
2024-01-20  drhSimplifications to the strftime() logic.
2024-01-20  drhFix a memory leak in new memdb1.test test cases that...
2024-01-20  drhMake sure that %V and %G are testing for every since...
2024-01-20  drhRig sqlite3_serialize() so that it will initialize...
2024-01-20  drhWhen doing a text-affinity comparison between two value...
2024-01-20  drhEnsure that the replace() SQL function always returns...
2024-01-20  drhWhen backing out a character in a constructed string...
next