]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-06-09  drhMark an always-true conditional with ALWAYS(). agg-context-fix
2020-06-09  danEnsure that aggregate functions that (a) are part of...
2020-06-09  danModify a test file to avoid causing Tcl to allocate...
2020-06-09  drhGive the expression pointer fields of AggInfo distincti...
2020-06-09  drhImproved tree-view debugging output for aggregate funct...
2020-06-08  danFix a case where a corrupted fts3 record could cause...
2020-06-08  drhWhen an Expr object is changed and that Expr is referen...
2020-06-07  drhFix minor OOM problems. persist-agginfo
2020-06-07  drhAggInfo objects might be referenced even after the...
2020-06-07  drhAlternative fix to ticket [c8d3b9f0a750a529]: Prior...
2020-06-05  drhIn the debugging treeview output, change the name of...
2020-06-05  drhAlways use ?...? to indicate optional arguments in...
2020-06-04  drhAdd support for "box" mode in the CLI: Like "table...
2020-06-04  drhImproved display of ".mode table" output for empty...
2020-06-04  danUse __has_extension(c_atomic) instead of __has_feature...
2020-06-04  danUse AtomicStore() to set values in the wal-index hash...
2020-06-04  drhWork around a bug in clang-11.0.0.
2020-06-03  drhFix for ticket [810dc8038872e212]. Thank to user ...
2020-06-03  drhSimplification to the interrupt handling logic in sqlit...
2020-06-03  drhImprove the query planner so that it is better able...
2020-05-30  drhDraw the dashes below the headers in "explain" mode...
2020-05-30  drhImproved VDBE comments on the ANALYZE code generator...
2020-05-29  mistachkinEnhancements to the incremental build support for MSVC.
2020-05-29  drhRemove a stray "&" character in the CLI, detected...
2020-05-29  drhAdd the "shelltest" target to the MSVC makefile as...
2020-05-29  drhFix the ".import" command of the CLI to clean up better...
2020-05-29  drhImprovements to help text for the CLI.
2020-05-29  drhFix a memory leak in the CLI when an unknown or unrecog...
2020-05-29  drhImprovements to columnar output in the CLI. Columns...
2020-05-29  drhSpace to hold the ".width" of columns in the CLI is...
2020-05-29  drhIncremental improvements to tabular output modes in...
2020-05-29  danExpand upon a comment in os_unix.c. No changes to code.
2020-05-29  drhIn the json output mode of the CLI, do correct quoting...
2020-05-28  drhProgress toward adding new output modes to the CLI...
2020-05-28  drhEnhance the ".quote" mode in the shell so that it honor...
2020-05-28  drhWhen the sqlite_stat1 data is missing for some indexes...
2020-05-27  drhSmall performance improvement and size reduction in...
2020-05-27  drhChange a datatype from i16 to int to appease Converity...
2020-05-26  drhFix the cksumvfs extension so that it will not register...
2020-05-26  drhPerformance optimization in the transfer of error messa...
2020-05-26  drhIncrease the version number to 3.33.0 to begin the...
2020-05-26  drhChanges to sqlite3SelectNew() to work around a false...
2020-05-26  drhInnocuous changes to help Coverity avoid false-positives.
2020-05-25  drhVersion 3.32.1 version-3.32.1
2020-05-25  drhExtra assert() statements in the printf() logic.
2020-05-25  drhDefensive code that tries to prevent a recurrence of...
2020-05-25  drhFix minor compile issues with optional extensions.
2020-05-25  drhMake sure variable declarations are at start of scope...
2020-05-25  drhAttempt to work around a false-positive warning in... cgo-warning-workaround
2020-05-24  drhVersion number to 3.32.1.
2020-05-24  drhWhen rewriting a query for window functions, if the...
2020-05-24  drhMove some utility Walker callbacks into the walker...
2020-05-24  drhImprovements to parse-tree tracing logic. No changes...
2020-05-24  drhMinor fix to a comment. No code changes.
2020-05-23  drhLimit the "precision" of floating-point to text convers...
2020-05-23  drhImproved bytecode comment.
2020-05-22  drhVersion 3.32.0 version-3.32.0
2020-05-21  drhChange a NEVER macro into a NO_TEST comment, as the...
2020-05-21  danAvoid another potential OOB read in sqlite3expert.c.
2020-05-20  drhBack out the change from [7fab1393c2b22b1f] that tries...
2020-05-19  drhAdd compiler hints to disable TSAN for the routines...
2020-05-19  danIn os_win.c, avoid calling sqlite3_uri_boolean() on...
2020-05-19  drhUser-suggested improvement to the README.txt for the...
2020-05-19  drhIn wal.c, improved comments on concurrency issues....
2020-05-18  danAdd vdbevtab.lo to build of libsqlite3.lib in Makefile...
2020-05-17  drhAvoid harmless UB in memcpy() in the JSON extension.
2020-05-17  drhUse the sqlite3Realloc() interface internally, rather...
2020-05-16  drhPerformance optimization for the sqlite3FindTable(...
2020-05-16  drhThe OP_RealAffinity opcode is not necessary after readi...
2020-05-16  danFix a use-after-free bug in the fts3 snippet() function.
2020-05-16  drhExtra memory barrier during initialization.
2020-05-16  danAdd sqlite3BeginBenignMalloc() and EndBenignMalloc...
2020-05-15  danUpdate code in sqlite3expert.c to account for the fact...
2020-05-15  danFix another build problem for SQLITE_OMIT_VIRTUALTABLE...
2020-05-15  drhFix a documentation typo. No changes to code.
2020-05-15  drhAdjust some requirement marks. No changes to code.
2020-05-15  danUpdate test file e_fkey.test to account for the fact...
2020-05-15  danFix SQLITE_OMIT_VIRTUALTABLE testfixture builds.
2020-05-15  danTest script changes to account for the fact that the...
2020-05-15  mistachkinEnhancements to long-path support in the Win32 VFS.
2020-05-15  drhMove some new test cases from fts3snippet.test into...
2020-05-15  drhAdd the SQLITE_ENABLE_FTS3_PARENTHESIS option to fuzzch...
2020-05-14  drhFix a null pointer deference that can occur on a strang...
2020-05-14  drhDo not allow a virtual table to be renamed into the...
2020-05-13  drhImplement the IIF(x,y,z) SQL function that is short...
2020-05-13  drhRemove unused constant SQLITE_FUNC_COALESCE.
2020-05-13  danUse AtomicStore() and AtomicLoad() in a few more places...
2020-05-11  drhNew test case in test/fuzzdata8.db.
2020-05-11  danFix a problem handling constant integer expressions...
2020-05-08  drhRelease some restrictions on columns added by ALTER...
2020-05-08  drhFix the count-optimization so that it honors the NOT...
2020-05-08  drhNew test cases added to test/fuzzdata8.db.
2020-05-08  drhDo not retry on a failed realloc() unless SQLITE_ENABLE...
2020-05-07  danFix a failing assert() in fts3 triggered by a corrupt...
2020-05-07  danChanges to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU...
2020-05-07  danFix an error that could occur if the first transaction... setlk-deadlock-changes
2020-05-07  danMerge trunk changes into this branch.
2020-05-07  drhFix the handling of reserve-bytes so that the maximum...
2020-05-06  danAvoid leaking a file-handle in test file walsetlk.test.
2020-05-06  danFix an assert() failure that could follow an IO error.
next