]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-01-01  drhImproved defenses against deliberately corrupted sqlite... enhanced-stat1
2024-01-01  drhFix a harmless compiler warning.
2024-01-01  drhOmit the uneven=N argument in sqlite_stat1 and replace...
2023-12-31  drhBetter comments. Slight tuning of parameters.
2023-12-31  drhEnsure that all elements of aiRowLogEst[] have been...
2023-12-30  drhIn sqlite_stat1, revert the number of rows to the avera...
2023-12-30  drhOmit the "noquery" argument in sqlite_stat1. Instead...
2023-12-29  drhRevise the "noquery" decision algorithm again. The...
2023-12-29  drhFix an issue in the "noquery" decision in the previous...
2023-12-29  drhAdd the "noquery" argument as an option for the stat...
2023-12-29  drhAttempt to improve the ANALYZE command so that it does...
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...
2023-12-11  drhjson_error_position() now uses jsonValidityCheck()...
2023-12-11  drhjson_valid(*,8) allows minus-signs on hexadecimal literals.
2023-12-11  drhActivate JSON_SELFCHECK within fuzzcheck.
2023-12-11  drhRename the new test-control to SQLITE_TESTCTRL_JSON_SEL...
2023-12-11  drhAdd SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled...
2023-12-11  drhWork toward enhanced functionality for json_valid(...
2023-12-11  drhFix a potential use of uninitialized value in json_vali...
2023-12-08  drhFix a harmless UBSAN warning.
2023-12-08  drhFix a potential problem RCStr access on a JsonString...
2023-12-08  drhFix a harmless compiler warning about "confusing indent...
2023-12-08  danAvoid dropping an error code in new fts5 tokendata...
2023-12-07  danEnsure an fts5vocab table never uses a special tokendat...
2023-12-07  danAvoid an assert() failure when querying an fts5vocab...
2023-12-07  danFix a null-pointer dereference in fts5 tokendata=1...
2023-12-07  danFix a problem with handling OOM and other errors in...
2023-12-07  danDifferent fix for the fts5 COMMIT-following-OOM problem...
2023-12-07  drhRework the jsonEachPathLength() routine in json_tree...
2023-12-07  drhAdd ALWAYS() on branches added in [ec0ae4030968c782...
2023-12-07  drhImproved detection of corrupt JSONB in the jsonReturnFr...
2023-12-06  danFix compiler warning about shadowed variable in fts5_in...
next