]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-03-15  larrybrMake shell's .help output for .dump more accurate as... cli-tweaks
2021-03-15  larrybrCreate new branch named "cli-tweaks"
2021-03-12  larrybrUpdate generated autoconf/Makefile.msc to reflect its...
2021-03-12  drhVersion 3.35.0 version-3.35.0
2021-03-12  drhFix broken requirement marks.
2021-03-12  drhFix the ".read" command in the CLI so that SQLITE_OMIT_...
2021-03-12  larrybrConform description of sqlite3changeset_op() arguments...
2021-03-11  danFix a Tcl object leak in test_session.c.
2021-03-11  drhBug fix in appendvfs.c: Adjust the size parameter for
2021-03-11  danHave the Tcl tests support environment variable SQLITE_...
2021-03-10  danFix sanitizer complaint in fts3 code.
2021-03-10  danFix further sanitizer complaints in the fts5 code.
2021-03-10  drhImproved testcase() related the SQLITE_MAX_ATTACHED...
2021-03-10  drhImprovement to the ATTACH-abuse authorizer logic in...
2021-03-10  danDo not run avfs.test when testing SQLITE_OMIT_VIRTUALTA...
2021-03-10  drhDo not confuse the constant SQLITE_MAX_ATTACHED with...
2021-03-10  danFix test file avfs.test so that it works with SQLITE_DE...
2021-03-10  danFix a few sanitizer complaints in fts5.
2021-03-10  danFix a problem preventing wapptest from setting SQLITE_E...
2021-03-10  larrybrWhen shell has no .ar, fake its effect w.r.t. page_size...
2021-03-09  drhAdd appendvfs.c to the MSVC makefile.
2021-03-09  danUpdate a comment in btree.h.
2021-03-09  drhFix a bad comment (copy-paste error) in the byte code...
2021-03-09  drhImproved comments on the NOT NULL strength reduction...
2021-03-09  drhExtra comments and testcase() macros associated with...
2021-03-09  drhAdd --enable-math to the amalgamation autoconf. On...
2021-03-09  drhMath functions are enabled by default in the main confi...
2021-03-09  drhImprovements to the configure script. Math functions...
2021-03-09  drhUpdate the authorizer in fuzzcheck to align with dbsqlfuzz.
2021-03-08  larrybrAdd tests for too-tiny appended DBs, clarify align...
2021-03-08  danAdd test cases for ALTER TABLE.
2021-03-08  drhFix a bad assert in RENAME COLUMN.
2021-03-08  drhFix a harmless compiler warning in appendvfs.c
2021-03-08  drhEnable internal functions for fuzzcheck.
2021-03-08  larrybrAdded test/avfs.test (missing from branch merge for...
2021-03-08  larrybrMerge appendvfs updates and testing.
2021-03-08  drhRequire that the appendvfs suffix mark indicate that... appendvfs_tighten
2021-03-08  drhCorrect the precendence order for rules that determine...
2021-03-08  drhMinor comment and formatting changes.
2021-03-08  larrybrAdd tests for sqlite3 shell with -append flag.
2021-03-07  larrybrAdd grow/shrink tests. Fix truncate bug. Make appendvfs...
2021-03-06  larrybrMerge from trunk.
2021-03-06  larrybrCreate initial tests for appendvfs, and make it availab...
2021-03-06  drhLimit parenthesis nesting depth in FTS3 expressions to
2021-03-06  danEnsure the correct collation sequence is used for compa...
2021-03-06  danFix a crash in fts3 that could occur when running a...
2021-03-06  drhFix a possible NULL pointer dereference when applying...
2021-03-05  larrybrMerge last day of trunk changes, reverify build.
2021-03-05  larrybrFix appendvfs bug exposed by docsapp build (in docsrc...
2021-03-05  drhModify the SQLITE_DBCONFIG_ENABLE_VIEW option so that...
2021-03-05  danFix problems with RETURNING clauses attached to UPDATEs...
2021-03-05  danFix another problem with RETURNING clauses in UPDATEs... returning-fix
2021-03-05  danFix an assert() failure that could be triggered by...
2021-03-05  drhFix the processing of implied LIMIT clauses when flatte...
2021-03-05  larrybrCreate new branch named "appendvfs_tighten"
2021-03-04  drhMark the NotUsed parameter to the dropColumnFunc()...
2021-03-04  drhPut ALWAYS() on a branch that is now always true becaus...
2021-03-04  danUpdate shell.c.in so that SQLITE_SHELL_IS_UTF8 is set...
2021-03-04  drhRemove a branch made unreachable by check-in [e893f8875...
2021-03-04  danFix a segfault that could occur following an OOM condition.
2021-03-04  drhEarlier detection of a misplaced ORDER BY or LIMIT...
2021-03-04  danFix a crash that could occur if a sub-select inside...
2021-03-03  danFix a buffer overrun that could occur in fts5 when...
2021-03-03  danRemove the --timeout option from the valgrindfuzz Makef...
2021-03-03  danFix a case where fts3 was erroneously reporting corruption.
2021-03-03  drhFix a harmless assertion fault resulting from [6e6b3729...
2021-03-03  danFix a problem with using ALTER TABLE commands on databa...
2021-03-02  drhCast a string size variable to 64-bit to avoid any...
2021-03-02  drhLimit the size of the exponent input in the second...
2021-03-02  danChange the timeout for test case "valgrindfuzz" from...
2021-03-02  danDo not run test file windowpushd.test as part of the...
2021-03-02  drhAdd ALWAYS() to an always-true conditional.
2021-03-01  drhAdd #ifndef macros so that the build works again with
2021-03-01  danFix a couple of memory-sanitizer complaints that could...
2021-03-01  danFix another msan complain triggered by a corrupt database. msan-fix
2021-02-28  danInitialize extra field in PgHdr1 to fix an msan complaint.
2021-02-27  danAdd OOM test case associated with the fix in the previo...
2021-02-27  drhRemove a NEVER() that might sometimes be tree following...
2021-02-26  danFix a segfault that could occur when optimizing a NOT...
2021-02-26  danAttempt to optimize "x IS NULL" and "x IS NOT NULL...
2021-02-26  danAttempt to optimize "x IS NULL" and "x IS NOT NULL... ifnull-opt
2021-02-26  danMinor simplification in resolve.c.
2021-02-25  danFix test case in altercorrupt.test so that it works...
2021-02-25  danFix a problem with UPDATE and DELETE statements that...
2021-02-25  danFix handling of INSERT on views with implicitly named...
2021-02-25  danEnsure that tests like "rbu.test" and "notify2.test...
2021-02-23  danWhen a sub-transaction is released, if no pages require...
2021-02-23  danAllow WHERE terms to be pushed down into sub-queries...
2021-02-23  danFurther tests for the push-down optimization with windo... window-functions-pushdown
2021-02-22  danAllow WHERE terms to be pushed down into sub-queries...
2021-02-22  drhAdd a few simple test cases for MATERIALIZED and NOT...
2021-02-22  drhImplement the MATERIALIZED and NOT MATERIALIZED hints...
2021-02-22  danWhen a sub-transaction is released, if no pages require... stmt-jrnl-truncate
2021-02-22  drhAdd an ALWAYS() on a branch that is now unreachable. as-materialize-redux
2021-02-22  drhFix inverted logic regarding the materialization hint...
2021-02-22  drhAdd the AS MATERIALIZED and AS NOT MATERIALIZED syntax...
2021-02-21  drhMaterialize any CTE that is used more than once.
2021-02-21  drhRename the "struct SrcList_item" object to the more...
2021-02-21  drhSimplified resolution of CTE names. Slightly faster...
2021-02-20  drhPerformance improvement in resolving the INDEXED BY...
next