]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2024-01-20  drhFix the version number in the TEA configure script...
2024-01-20  drhImplement a new algorithm for computing ISO week values...
2024-01-19  danAllow large hexadecimal literals to be used as DEFAULT...
2024-01-18  drhIncrease the version number to 3.46.0 to begin the...
2024-01-18  drhAdd support in the strftime() SQL function for conversi...
2024-01-16  drhFix harmless "unused parameter" compiler warning in...
2024-01-16  danEnsure that the xIntegrity methods of fts3 and fts5...
2024-01-16  drhClutter the code with "fall-through" comments in order...
2024-01-16  drhRemove the LLONG_MAX preprocessor macro from the series...
2024-01-16  stephanVarious build- and code-reorg cleanups for ext/wasm...
2024-01-15  drhVersion 3.45.0 version-3.45.0
2024-01-12  danHave the shell tool automatically enable SQLITE_CONFIG_...
2024-01-11  stephanwasm build: reformulate an awk invocation to account... wasm-post-3.45
2024-01-11  stephanInternal JS doc cleanups.
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-11  stephanRemove some dead JS code. Minor doc cleanups.
2024-01-11  stephanSplit the JS vfs/vtab helper code into discreet units...
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-08  stephanMake explicit which JS APIs are for internal use only...
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  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...
2024-01-01  stephanJNI: move the ByteBuffer-using APIs from public to...
2024-01-01  stephanWASM: various build cleanups and add initial infrastruc...
2023-12-31  stephanUse SQLITE_ENABLE_STAT4 in both the WASM and JNI builds.
2023-12-29  stephanMinor doc touchup in the JS bits.
2023-12-28  drhEnable SQLITE_DIRECT_OVERFLOW_READ unless it is specifi...
2023-12-28  danUpdate fts5origintext4.test to work with SQLITE_DIRECT_...
2023-12-28  drhPerformance improvement by unwinding a loop in jsonAppe...
2023-12-28  drhFix harmless compiler warnings in FTS5.
2023-12-28  drhEnhance the (undocumented, debug-only) json_parse(...
2023-12-27  danFix a problem in the shell tool (not library) causing...
2023-12-26  danEnsure that the xColumnText(), xQueryPhrase() and xPhra...
2023-12-26  drhImproved handling of malformed unicode within JSON...
2023-12-24  drhRemove an ALWAYS() added in [c50e6c2ace49d092] because...
2023-12-24  drhFix harmless compiler warnings associated with [5db30bc...
2023-12-24  drhAvoid signed integer overflow during integrity_check...
2023-12-23  drhImprovements to the query planner to address the ineffi...
2023-12-23  drhAdd debugging output routines sqlite3ShowWhereLoop...
2023-12-22  drhChange parameters on a debugging function to include...
2023-12-22  danAdd the -fno-sanitize-recover=undefined to the sanitize...
2023-12-22  stephanUpdate #ifdef checks in pager.c and util.c to account...
2023-12-22  danFix a usan complaint about signed integer overflow.
2023-12-22  drhAdd a new comment to debugging output routine sqlite3Wh...
2023-12-21  drhAdd internal core-developer-only documentation of the...
2023-12-20  danFix SQLITE_ENABLE_SETLK_TIMEOUT assert() statements...
2023-12-20  drhAvoid harmless integer overflow in pager status statist...
2023-12-19  drhIn JSON - minor code cleanup and refactoring with a...
2023-12-19  drhRemove redundant conditional from sqlite3ExprCanBeNull().
2023-12-19  drhOn second thought, we don't really need sqlite_dbdata...
2023-12-19  drhFix harmless compiler warning in the randomjson.c exten...
2023-12-19  drhMore precise computation of the size of data structures...
2023-12-19  drhAdd ALWAYS() and NEVER() on branches made unreachable...
2023-12-19  drhIgnore COLLATE operators when determining whether the...
2023-12-19  drhTest case for the previous check-in.
2023-12-19  drhWhen unable to resolve an identifier, change the Expr...
next