]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-06-23  drhFix a harmless compiler warning. decimal
2020-06-23  drhAvoid unnecessary normalization in decimal_sum(). ...
2020-06-22  drhAdd the decimal_mul() function.
2020-06-22  drhAn extension for doing decimal arithmetic on strings.
2020-06-20  drhWork around a bug (an incorrect warning) in Clang-8.
2020-06-19  mistachkinReverse unintentional spacing change in the previous...
2020-06-19  mistachkinInclude 'sqlite3rc.h' in the amalgamation archive targets.
2020-06-19  drhExtend the refactoring into extensions. Clean up stray...
2020-06-19  drhFurther refactoring of the schema table name.
2020-06-19  drhRefactoring various names. No changes in the resulting...
2020-06-17  danFix an assert() that could fail when operating on a...
2020-06-17  danFix an assert() in fts3 that could fail when processing...
2020-06-17  danFix a problem with retrying constraint failures within...
2020-06-16  danAdd new file doc/wal-lock.md, containing notes on wal...
2020-06-16  drhIn the CLI, only interrupt tabular outputs at the end...
2020-06-16  drhAdd a test case covering the previous check-in to the...
2020-06-16  danFix an assert() in fts3 that can fail when processing...
2020-06-15  drhProvide "sqlite_schema" as an alternative name to the...
2020-06-15  drhFix the CLI so that interrupts work in columnar output...
2020-06-15  drhFix the --enable-update-limit option to ./configure.
2020-06-15  drhFix a defect in the query-flattener optimization identi...
2020-06-14  drhCheck-in [1d4f86201dab9a22] changed a testcase() to...
2020-06-13  danAvoid deleting expression nodes in the flattener code...
2020-06-13  drhIdentifiers "TRUE" and "FALSE" cannot take on their...
2020-06-12  drhNew test case added to test/fuzzdata8.db.
2020-06-12  danFix a buffer overread in fts3 that could occur when...
2020-06-12  drhRemove a NEVER() that turns out to be reachable.
2020-06-11  drhAdd a new assert() to the SELECT processing.
2020-06-11  danAvoid rewriting compound SELECT statements that use...
2020-06-11  drhProvide the ability to use the SELECTTRACE() debugging...
2020-06-10  drhMake sure the bbox object is fully initialized in geopo...
2020-06-10  danEnsure that the "push-down" optimization does not push...
2020-06-10  drhDisable AggInfo consistency checks when unwinding after...
2020-06-09  drhEnsure that aggregate functions that (a) are part of...
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.
next