]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-09-05  drhVersion 3.39.3 patches applied to the begin-concurrent... begin-concurrent-3.39
2022-09-05  drhVersion 3.39.3 version-3.39.3
2022-09-02  danEnsure the Pager.journalOff variable is zeroed if an...
2022-09-02  drhRemove a NEVER() that is sometimes true.
2022-09-02  drhFix an assert() associated with the dbsqlfuzz error...
2022-09-02  drhWhen an OOM occurs and sets the Parse.nErr value, also...
2022-09-02  drhMutex protect access to the sqlite3_test_directory...
2022-09-01  drhDefer deleting a transient SELECT statement associated...
2022-08-31  drhDo not attempt the OP_Count optimization on queries...
2022-08-30  drhAny function call can abort. Take this into account...
2022-08-05  drhAvoid having fts3 read uninitialized values when proces...
2022-08-04  drhFix a problem with the query optimizer for LIMIT/OFFSET...
2022-08-03  drhImprovement on the previous check-in.
2022-08-03  drhFor an IN operator used with a RIGHT JOIN, use the...
2022-08-01  drhBump the version number up to 3.39.3.
2022-08-01  drhIn the xUpdate method of the GeoPoly virtual table...
2022-07-21  drhVersion 3.39.2 version-3.39.2
2022-07-21  drhIn the query planner, restore the former aggressiveness...
2022-07-20  drhSimplify the logic that converts the "1" expression...
2022-07-18  drhIncrease the size of loop variables in the printf(...
2022-07-15  mistachkinFix harmless compiler warnings seen with MSVC.
2022-07-15  danFix a memory leak in fts3 that could occur when process...
2022-07-15  drhFix the whereKeyStats() routine (part of STAT4 processi...
2022-07-15  danUpdate some faulty assert() statements in fts3.
2022-07-14  drhBump the version number up to 3.39.2.
2022-07-14  drhWhen applying the omit-ORDER-BY optimization, defer...
2022-07-13  drhVersion 3.39.1 version-3.39.1
2022-07-13  drhThe query flattener should not run if the subquery...
2022-07-13  drhFix test case error messages so that they work with...
2022-07-12  danUpdate makefiles to fix building the non-amalgamation...
2022-07-11  drhUse 64-bit memory allocation APIs in the sqlite_stmt...
2022-07-11  drhFix harmless compiler warnings.
2022-07-11  drhIncrease the version number to 3.39.1.
2022-07-11  drhEnsure that the Parse.nErr flag is set following an...
2022-07-11  drhFix a problem in fts3 to do with deferred tokens and...
2022-07-05  danFix for builds with both SQLITE_DEBUG and SQLITE_OMIT_W...
2022-07-03  drhFix the initial-prefix optimization for the REGEXP...
2022-06-30  drhFix documentation and test-script typos and a dependenc...
2022-06-25  drhMerge version 3.39.0 into the begin concurrent branch.
2022-06-25  drhVersion 3.39.0 version-3.39.0
2022-06-25  drhChange a harmless assert() into a testcase(). The...
2022-06-24  drhMerge 3.39.0 release candidate 1 changes into the begin...
2022-06-24  drhFix a harmless UBSAN warning associated with PRAGMA...
2022-06-24  danIn sqlite3WhereBegin, do not proceed with coding the...
2022-06-24  drhA minor fix to test/fuzzinvariants.c so that it works...
2022-06-23  drhMinor correction to a comment. No code changes.
2022-06-22  drhEnhance the TCL scrip that generates sqlite3-all.c...
2022-06-22  drhFix requirements marks that changed due to typo fixes...
2022-06-22  drhMore comment fixes. No changes to code.
2022-06-22  drhAllow more line with on the debugging output for SrcIte...
2022-06-22  drhAdditional enhancements to comments. No changes to...
2022-06-22  larrybrGive dbtotxt an option to prepend .open --hexdb
2022-06-22  drhFix a typo in a comment. No changes to code.
2022-06-21  drhDisable the short-cut query planner if the NOT INDEXED...
2022-06-21  drhAllow a HAVING clause on any aggregate query, even...
2022-06-20  drhAdd an ALWAYS() macro to an always-true branch.
2022-06-20  drhDo not allow FROM-clause terms on the left side of...
2022-06-20  drhDo not allow an ON clause to references tables to its...
2022-06-20  drhThe fix at [cab9b4cccd13bf0a] was incomplete, as demons...
2022-06-19  drhFollow-up to check-in [0057bbb508e7662b] - ensure that...
2022-06-18  drhEnable query invariant checking in fuzzcheck by default...
2022-06-18  drhAbandon a query-invariant check in fuzzcheck if the...
2022-06-18  drhIn the --query-invariants option of fuzzcheck, correctl...
2022-06-17  drhFix the OP_Concat operator such that when concatenating...
2022-06-17  drhOmit the --query-invariants processing in fuzzcheck...
2022-06-17  drhDo not run --query-invariants on statements that make...
2022-06-17  drhVarious fixes and improvements to the --query-invariant...
2022-06-17  drhAllow integers and floating point numbers to compare... query-invariants
2022-06-17  drhImprove query-invariants to the point that it would...
2022-06-17  drhOnly run query-invariant checks after the original...
2022-06-17  drhFix the virtual table detection mechanism to avoid...
2022-06-17  drhFix the new --query-invariants option on fuzzcheck...
2022-06-17  danAvoid omitting the rhs of FULL JOINs in cases where...
2022-06-16  drhMinor fix to the query invariant testing logic of fuzzc...
2022-06-16  drhMerge the latest trunk enhancements into the begin...
2022-06-15  drhImprovements to query invariants in fuzzcheck.
2022-06-15  drhImprovements to query invariant checking in fuzzcheck.
2022-06-15  drhWhen running an incremental vacuum, detect growth in...
2022-06-15  drhAdd the --query-invariants option to fuzzcheck. No...
2022-06-15  drhDbsqlfuzz discovered a case where a bytecode branch...
2022-06-15  drhAdd the --query-invariants flag to fuzzcheck. The... query-invariant-tests
2022-06-15  drhImprovements to query invariant testing. Almost workin...
2022-06-14  drhFix the OP_NullRow opcode so that it works even if...
2022-06-14  danAdd missing SQLITE_FCNTL_SIZE_HINT call to a path taken...
2022-06-14  drhAttempt to enhance fuzzcheck to do some simple invarian...
2022-06-13  drhDo not remove the EP_CanBeNull flag from expressions...
2022-06-10  drhThe same restrictions on the use of WHERE clause terms...
2022-06-10  stephanfiddle: minor style tweaks, including using swapped...
2022-06-10  drhDo not allow constant propagation between WHERE-clause...
2022-06-10  drhFix a faulty assert() statement identified by
2022-06-10  stephanfiddle: modernized the UI based on related code in...
2022-06-09  drhDo not allow the subtype of a value to cross a subquery...
2022-06-09  drhPrevent subtype values from slipping across a subquery... subtype-subquery
2022-06-09  drhThe subtype of a value should not propagate across...
2022-06-08  drhMove an #ifdef in shell.c to avoid a harmless "unused...
2022-06-08  danAvoid zeroing the value returned by sqlite3_changes...
2022-06-08  drhImproved comments on the new query flattener restrictio...
2022-06-08  drhFix the query flattener so that it refuses a flattening...
2022-06-08  drhAdd restriction (29) to the query flattener - do not... right-join-query-flattener
2022-06-08  drhNew test cases refute check-in [3f45007d544e5f78].
next