]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2023-12-19  drhAlways make the sqlite_dbdata virtual table available...
2023-12-19  drhExtra ALWAYS() macros to verify state in the sqlite3Exp...
2023-12-19  drhRemove a stray comment in the JSON code.
2023-12-18  drhNew JSON invariant test cases.
2023-12-18  drhAdd NEVER() to an unfalsifiable branch.
2023-12-18  drhFix JSON to JSONB translation so that it deals correctl...
2023-12-18  drhEnsure that the insert/delete size delta on JSONB objec...
2023-12-18  drhAdd randomjson.c to testfixture. Use it for a new...
2023-12-18  drhEnsure that all object labels for individual objects...
2023-12-18  drhBug fix in the randomjson.c extension.
2023-12-18  drhEnhancements to ext/misc/randomjson.c.
2023-12-17  drhEnhancements to the "randomjson.c" extension. Automati...
2023-12-16  drhEnable SQLITE_STRICT_SUBTYPE for default builds of...
2023-12-16  drhNew test case based on Chromium bug report 1511689.
2023-12-15  drhIn the count-of-view optimization, deferring freeing...
2023-12-15  danAvoid expiring prepared statements in the middle of...
2023-12-15  drhAdd mention of --buildonly and --dryrun to the testrunn...
2023-12-15  drhFix a new JSON test case so that it works even if SQLIT...
2023-12-15  danDo not run test script fts5origintest4.test with either...
2023-12-15  danAvoid running the "no_mutex_try" tests with SQLITE_ENAB...
2023-12-15  stephanCorrect --enable-sab flag in ext/wasm/GNUmakefile to...
2023-12-14  stephanUse SQLITE_STRICT_SUBTYPE=1 by default for the JNI...
2023-12-14  drhAdd assert()s to FTS5 to fix static analyzer warnings.
2023-12-14  drhFix harmless compiler warnings in JSON and FTS5.
2023-12-14  danImprove the error message returned by an fts5 'rebuild...
2023-12-14  drhEnhance aggregate order-by so that it transmits subtype...
2023-12-14  drhPass subtype information through the aggregate ORDER... agg-orderby-subtype
2023-12-13  larrybrIn CLI, fix .read inability to open 2GB+ files on WIN32.
2023-12-13  drhAvoid invoking sqlite3ExprColUsage() on an unresolve...
2023-12-13  drhBug fix in the JSONB validator.
2023-12-13  drhImprovements to UTF8 handling, and especially the handl...
2023-12-12  drhFix the JSON object label comparison object so that...
2023-12-12  stephanWorker1 Promiser API: when multiple db connections...
2023-12-12  drhThe json_valid(*,8) function does a much better check...
2023-12-12  drhAdd NEVER to two unreachable branches in JSON. jsonb-valid
2023-12-12  drhImprovements to JSONB validation - catch more cases...
2023-12-12  drhValidity checking of text nodes in JSONB.
2023-12-11  drhThe json_error_position() function now reports an appro...
next