]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-06-29  danPassive checkpoints do not use the busy-handler. So... wal-setlk-changes
2020-06-29  danChange things so that if SQLITE_ENABLE_SETLK_TIMEOUT...
2020-06-29  danAdd test script to verify busy-timeouts are working...
2020-06-29  drhDo not run resetAccumulator() after a malloc failure.
2020-06-29  danFix another fts3 problem with processing corrupt records.
2020-06-29  drhSmall performance improvement in the sqlite3_step(...
2020-06-26  danFix a problem that could cause an infinite loop in...
2020-06-26  drhWhen computing the verification hash in speedtest1...
2020-06-26  drhImprovements to speedtest1.c for more consistent verifi...
2020-06-26  drhImprovements to speedtest1. Added the --memdb and...
2020-06-26  drhAdd the ieee754_to_blob() and ieee754_from_blob() funct...
2020-06-26  drhAdd --verify to speed-check.sh and add --memdb and... speedtest-hash
2020-06-26  drhFix a possible null pointer deref following OOM. Disco...
2020-06-25  drhUpdate the showlocks utility program so that it functio...
2020-06-25  drhEnhance the --verify option to speedtest1.c so that...
2020-06-24  drhAdd the ieee754_mantissa() and ieee754_exponent() funct...
2020-06-24  drhFix the decoding of subnormal values in the ieee754...
2020-06-24  drhIn the one-argument version of the ieee754() extension...
2020-06-24  drhAdd the decimal extension. It is built into the shell...
2020-06-24  drhFix the ".selecttrace" command in the CLI (only availab...
2020-06-23  drhEnhance the --testset option on speedtest1 so that...
2020-06-23  drhTry to remove end-of-line whitespace when building...
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-22  danFix problems with handling return value of mmap() in...
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.
next