]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-04-15  drhMerge all 3.45.3 changes into the begin-concurrent... begin-concurrent-3.45
2024-04-15  drhVersion 3.45.3 branch-3.45 release version-3.45.3
2024-04-12  drhAdjustment to EQP output in one test case.
2024-04-12  drhIncrease the version number to 3.45.3.
2024-04-12  drhMark the BTree cell overflow cache as invalid whenever...
2024-04-11  stephanFix handling of the SQLITE_OMIT_WAL check in one place...
2024-04-10  danFix the pragma4.test script so that it works with SQLIT...
2024-04-09  danAvoid some performance problems in the recover extensio...
2024-04-09  drhIgnoring CHECK constraints when qualifying the xfer...
2024-04-05  drhFix obscure issues associated with SQLITE_ALLOW_ROWID_I...
2024-04-04  stephanFix exception propagation when the opfs-sahpool VFS...
2024-03-24  drhFix the xBestIndex method of the pragma virtual table...
2024-03-24  drhFix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility...
2024-03-21  drhFix a assert() that is incorrect, though harmless....
2024-03-19  drhFix a problem involving infinities int the Kahan-Babush...
2024-03-12  drhMerge all version 3.45.2 patches into the begin-concurr...
2024-03-12  drhVersion 3.45.2 version-3.45.2
2024-03-11  drhMerge the latest branch-3.45 changes into the begin...
2024-03-11  drhFix the ".import" command in the CLI so that it works...
2024-03-09  drhReenable the use of SQLITE_OMIT_VIRTUALTABLE by fixing
2024-03-09  drhFix the rtreeJ.test module to align it with [cd017c28d5...
2024-03-09  drhHandle an OOM case in fts5 code to query tokendata...
2024-03-09  drhThe NOT NULL strength reduction optimization should
2024-03-08  drhSilently ignore redundant ON CONFLICT clauses in an...
2024-03-06  drhFix a memory leak in new memdb1.test test cases that...
2024-03-06  mistachkinFix harmless compiler warning seen with MSVC.
2024-03-06  mistachkinFix harmless compiler warnings seen with MSVC.
2024-03-06  mistachkinFix a minor test file locking issue on Windows.
2024-03-06  mistachkinWork around obscure floating point issue seen with...
2024-03-06  mistachkinFix two -Werror=lto-type-mismatch warnings reported...
2024-03-06  mistachkinThe quote() SQL function should convert +Inf into 9...
2024-03-06  mistachkinMake sure key comprisons are done correctly if the...
2024-03-06  mistachkinWhen inserting a 3-byte cell into a btree, ensure that...
2024-03-06  mistachkinRig sqlite3_serialize() so that it will initialize...
2024-03-06  mistachkinWhen doing a text-affinity comparison between two value...
2024-03-06  mistachkinEnsure that the replace() SQL function always returns...
2024-03-05  stephanReformulate [34439fe3aeea7cbb] slightly to resolve...
2024-03-05  drhThe value returned by the json_each.json field needs...
2024-02-17  drhFix rounding in zero-precision %f and %g printf convers...
2024-02-16  drhFix the subtype on the value column from json_each...
2024-02-13  drhFix a bug in PRAGMA integrity_check introduced by enhan...
2024-02-12  drhHave rtree avoid keeping a blob handle open following...
2024-02-11  drhCherrypick multiple fixes for trifling faults from...
2024-02-10  larrybrFurther clarify sqlite3_exec() callback parameter lifetime.
2024-02-08  larrybrMention limited lifetime of string arrays passed to...
2024-02-07  drhDetect and respond to an OOM on the jsonStringTerminate...
2024-02-06  drhReturn SQLITE_ABORT if the underlying shadow tables...
2024-02-03  drhFollowing a ROLLBACK that reverts changes to an RTREE...
2024-01-30  drhMerge the 3.45.1 patch release into the begin-concurren... begin-concurrent-3.45.1
2024-01-30  drhVersion 3.45.1 version-3.45.1 vesion-3.45.1
2024-01-29  drhDetect malformed nested JSONB earlier and stop renderin...
2024-01-29  drhAvoid a potential buffer overread when handling corrupt...
2024-01-29  drhWhen rendering JSONB back into text JSON, report an...
2024-01-28  drhAutomatically disable the DISTINCT optimization during...
2024-01-28  drhApply the same fix found in [99057383acc8f920] to desce...
2024-01-23  drhSlight adjustment to test results for Windows in mmap1...
2024-01-23  drhIn os_unix.c and os_win.c, do not allow xFetch() to...
2024-01-23  drhFix harmless "unused parameter" compiler warning in...
2024-01-23  drhBump the version number to 3.45.1
2024-01-23  drhWhen a JSON input is a blob, but it looks like valid...
2024-01-23  danEnsure that the xIntegrity methods of fts3 and fts5...
2024-01-20  drhWhen backing out a character in a constructed string...
2024-01-16  stephanwasm build: reformulate an awk invocation to account...
2024-01-15  drhVersion 3.45.0 version-3.45.0
2024-01-13  danMerge latest trunk changes into this branch.
2024-01-12  danHave the shell tool automatically enable SQLITE_CONFIG_...
2024-01-11  drhFix a comment in sessions. No functional changes.
2024-01-11  danIn fts5, flush the contents of the in-memory hash table...
2024-01-09  drhPut an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the...
2024-01-09  drhImproved resolution of unqualified names in the REINDEX...
2024-01-08  danAutomatically turn off DEFENSIVE mode in the shell...
2024-01-08  danFix date on new file shell9.test. shell-dump-fix
2024-01-08  danAutomatically turn off DEFENSIVE mode in the shell...
2024-01-08  drhMinor change to os_unix.c to facilitate 100% MC/DC...
2024-01-08  danEnsure that SQLITE_PROTOCOL is not returned too early...
2024-01-07  drhRemove an ALWAYS() from RTREE. Dbsqlfuzz found a way...
2024-01-07  drhUpdates to RTREE to facility testing.
2024-01-06  danEnsure that SQLITE_PROTOCOL is not returned too early... enable-setlk-fix
2024-01-06  drhUpdate JSON performance testing procedures for clarity...
2024-01-06  danUpdate extension ext/misc/totext.c to avoid both ubsan...
2024-01-05  danUpdate extension ext/misc/totext.c to avoid both ubsan... totype-fix
2024-01-04  drhAvoid errors with SQLITE_OMIT_VIRTUALTABLE builds in...
2024-01-04  danAvoid errors with SQLITE_OMIT_VIRTUALTABLE builds in...
2024-01-04  drhMerge the latest trunk enhancements into the begin...
2024-01-04  drhRestructure some code to fix what appears to be a false...
2024-01-03  drhFix a #ifdef in sqlite3_test_control() that was prevent...
2024-01-03  drhConvert the JSON functions to use lookaside memory...
2024-01-03  drhChange a constant from decimal to hex to avoid a compil...
2024-01-03  drhEnhance sqlite3_analyzer.exe so that it uses the ext...
2024-01-03  drhUpdate the sqldiff.exe utility program so that it uses...
2024-01-02  drhBack out [b517a52fa36df0a0] which is no longer reachabl...
2024-01-02  drhAdjust the sqlite3PagerDirectReadOk() routine (part...
2024-01-02  danFix a problem in fts5 caused by a COMMIT involving...
2024-01-02  drhIncrease the default "max_page_count" to its theoretica...
2024-01-02  stephanElaborate on the various build flavors used by ext...
2024-01-02  stephanUpdate and clean up the in-makefile docs for ext/wasm.
2024-01-01  stephanBack out [99d11e6d0ae6] (enabling of STAT4 in WASM...
2024-01-01  drhNew logic to avoid using indexes that ANALYZE has ident...
2024-01-01  drhRemove some unnecessary computations from ANALYZE so... avoid-low-quality-indexes
2024-01-01  drhExtra steps taken to avoid using low-quality indexes...
next