]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-05-11  larrybrZap stray --help output from intermediate version. echo-sql
2022-05-11  larrybrChange .echo on effect so that SQL is echoed before...
2022-05-11  drhThe unix interface now resolves all symbolic links...
2022-05-11  drhUse osReadlink() in os_unix.c, not readlink() directly. resolve-symlinks
2022-05-11  drhFor the unix VFS, rewrite the xFullPathname method...
2022-05-11  larrybrFix .import leak in CLI and add shell leak testing...
2022-05-11  larrybrSync w/ trunk import-leak-plug
2022-05-10  drhFix a bug in the sqlite3WhereMalloc() routines that...
2022-05-10  larrybrMake tester.tcl work on more Windows Tcl installations...
2022-05-10  drhNew requirement marks.
2022-05-10  drhFix a stale requirement mark.
2022-05-10  drhFix a stale requirement mark.
2022-05-10  drhFix a harmless UBSAN warning.
2022-05-10  larrybrSync w/ trunk
2022-05-10  larrybrFor CLI, add ".echo sql" dot-command.
2022-05-10  larrybrSync w/trunk
2022-05-10  larrybrCause most shell tests to be run under Tcl suite valgri...
2022-05-10  drhSimplified "hidden" and "no-expand" handling in the...
2022-05-09  larrybrCreate new branch named "echo-sql"
2022-05-09  drhMinor STAT4 test case change due to the ANALYZE enhance...
2022-05-09  drhAdd ALWAYS() on two unreachable branches in the * expander.
2022-05-09  drhSimplify a branch in the "*" expansion logic. New...
2022-05-09  larrybrSimplify .import leak plug and arrange for CLI to be...
2022-05-07  larrybrStop a memory leak in .import, and add leak complaint...
2022-05-07  larrybrCreate new branch named "import-leak-plug"
2022-05-06  drhPerserve the requested reserved-bytes size for the...
2022-05-06  drhPrevent an infinite loop on SQLITE_ERROR_RETRY when...
2022-05-05  drhBackout check-in [9fb20a21feb8f697] which was incorrect.
2022-05-04  drhImprovements for name resolution for parenthsized joins.
2022-05-04  drhNew test cases for RIGHT and FULL JOIN, focusing on...
2022-05-04  drhCode EP_InnerJoin constraints at the same time that... joinD
2022-05-04  drhMerge ON-clause constraint usage fix from trunk into...
2022-05-04  drhFix ON-clause constraint usage for FULL and RIGHT JOINs.
2022-05-04  drhNew test cases using various join types and Bloom filte...
2022-05-04  larrybrFix CLI use of wrong allocator for free().
2022-05-04  drhIn the query planner, do not let tables commute across...
2022-05-03  larrybrTypos cleared from README.md
2022-05-03  drhMerge Bloom filter bug fix from trunk into the right... right-join
2022-05-03  drhFix a typo in a comment.
2022-05-03  drhFix the Bloom filter pull-down optimization so that...
2022-05-03  drhAdd assert()s to show that jumps always land an an...
2022-05-02  drhOrganize the various flag bits of the ExprList_item...
2022-05-02  drhMerge trunk fixes into the right-join branch.
2022-05-02  drhImproved comments.
2022-05-02  drhName resolution and "*" wildcard expansion for parenthe...
2022-05-02  drhRemove a testcase() macro taht was made obsolete by...
2022-05-02  drhDocument (in comments) that the SQLITE_FlttnUnionAll...
2022-05-02  drhFix a harmless compiler warning in sqlite3TreeViewWinFu...
2022-05-02  drhMerge the latest trunk fixes and enhancements into...
2022-05-02  drhImprovement on check-in [a193749730d6cfba] so that...
2022-05-02  drhBring the comments on sqlite3FindInIndex() into closer...
2022-04-30  drhDefensive code in sqlite3TreeViewWindow() to fix a...
2022-04-30  drhSimplified fix to the problem with subroutine reuse...
2022-04-30  drhPreserve the COLLATE operator on an index on an express...
2022-04-30  drhFurther improvements to codeEqualityTerm() for cases...
2022-04-30  drhEnhance the TreeView debugging output for Expr with...
2022-04-29  drhEnhance the codeEqualityTerm() routine inside the code...
2022-04-29  drhWith TreeView, only show the table columns for a SrcIte...
2022-04-29  drhMultiple enhancements to the TreeView output for SrcIte...
2022-04-29  drhShow the USING clause as part of the tree-view display...
2022-04-29  drhMinor typo fix in a comment, for the benefit of broken...
2022-04-28  danFix problem with SQLITE_OMIT_VIRTUALTABLE builds.
2022-04-28  drhIn treeview.c, show the columns of the table associated...
2022-04-28  drhTweaks to the name resolution on parenthesized joins...
2022-04-28  drhMerge trunk enhancements into the right-join branch.
2022-04-27  drhFix a harmless typo in a comment.
2022-04-27  drhWhen computing STAT1 values using ANALYZE, if a ratio...
2022-04-27  danFix a test problem in rbubusy.test causing a crash...
2022-04-26  danUpdate corruptL.test so that it works with SQLITE_ENABL...
2022-04-25  drhFix a problem with automatic indexes introduced by
2022-04-25  drhDo not allow the push-down optimization on the right... autoindex-fix
2022-04-25  drhThe pushDownWhereTerms() routine should be using
2022-04-25  drhFix a problem with automatic indexes introduced by
2022-04-25  drhAdd a new optimizer disabling bit to disable just the...
2022-04-25  drhAvoid unintended side-effects on Parse.nSelect in the
2022-04-25  drhRemove NEVER() on branches formerly thought to unreachable
2022-04-23  drhMerge enhancements and fixes from trunk into the right...
2022-04-23  drhPrevent the ORDER BY LIMIT optimization from running...
2022-04-23  drhIn debug builds, add extra code to verify that there...
2022-04-23  drhFix false-positives in sqlite3VdbeNoJumpsOutsideSubrtn... right-join-subrtn-check
2022-04-23  drhFor debug builds, if the RIGHT JOIN body subroutine...
2022-04-23  drhFix an operator typo - This indicates that the branch...
2022-04-23  drhCorrectly resolve left and right USING columns of an...
2022-04-23  drhFix minor problems with the new join table name resolut... right-join-colnames
2022-04-22  drhAdd the ability to access the USING columns of the...
2022-04-22  drhMerge the latest enhancements and fixes from trunk...
2022-04-22  drhMake use of the "%!S" format when running ExplainSubquery.
2022-04-22  drhImprove EXPLAIN QUERY PLAN output and comments on bytec...
2022-04-22  drhHonor the MATERIALIZED keyword on a common table expres...
2022-04-22  danAdd test cases to check the handling of SQLITE_BUSY...
2022-04-22  drhSimplification of data structures in the wildcard expan...
2022-04-22  drhMinor simplification to the result-set wildcard expande...
2022-04-22  drhMerge the latest trunk fixes into the right-join branch.
2022-04-21  drhPrevious fix to join8.test needs a return.
2022-04-21  drhDisable join8.test if the build lacks support for virtu...
2022-04-21  drhAdd support for RIGHT and FULL JOIN.
2022-04-21  drhFix harmless compiler warnings.
2022-04-21  drhFix a harmless uninitialized variable warning in MSVC.
2022-04-21  drhFix harmless compiler warnings in the CLI.
2022-04-21  drhMake sure the code generator knows to invoke row-value...
next