]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-02-06  drhChange more OP_OpenEphemeral operations to OP_OpenHash. subquery-codegen-refactor
2014-02-06  drhUse OpenHash instead of OpenEphemeral for the RHS of...
2014-02-05  drhSeparate out the code generators for the RHS of an...
2014-02-05  drhUse a new opcode, OP_OpenHash, to indicate that ephemer...
2014-02-05  drhMake the root page of an ephemeral index be page 1...
2014-02-05  mistachkinIn the Win32 VFS, the winSysInfo variable should be...
2014-02-04  drhDo not mark the ephemeral tables used to hold the RHS...
2014-02-04  drhRemove the SF_Materialize flag from the SELECT object...
2014-02-04  drhRearrange fields in the Parse object for a tighter...
2014-02-03  drhPerformance optimizations in sqlite3PcacheFetch().
2014-02-03  drhProvide hints to the btree layer Next and Previous...
2014-02-03  drhVersion 3.8.3 version-3.8.3
2014-02-03  drhMinor change to TEA extension docs in an attempt to...
2014-01-31  drhUpdate the "sqlite3.1" unix manpage document.
2014-01-31  mistachkinMinor change to TEA extension docs in an attempt to... teaDoc
2014-01-30  drhUpdate evidence marks on SELECT tests. Comment changes...
2014-01-30  drhFix requirements marks only. No changes to code or...
2014-01-30  drhUpdate a requirement mark and add some additional test...
2014-01-30  mistachkinEnhance the MSVC makefile for better debugging symbol...
2014-01-30  danDo not run test script mmapfault.test as part of the...
2014-01-30  mistachkinEnhance the MSVC makefile for better debugging symbol... msvcDebug
2014-01-29  drhMake sure that sqlite3SelectDup() initializes the nSele...
2014-01-28  drhFix harmless compiler warnings in the showdb utility...
2014-01-28  drhFix a potential over-size and hence undefined shift...
2014-01-28  danMinor bugfix in main.c so that the library builds with...
2014-01-27  danFix a couple of problems with new test scripts causing...
2014-01-27  drhUpdate some requirements marks to conform with improvements
2014-01-27  danFix a problem in pagerfault.test causing an assert...
2014-01-27  drhFix (harmless) duplicate variable declaration.
2014-01-27  danFix some problems in test scripts. No code changes.
2014-01-25  danFix a problem causing SQLITE_OMIT_COMPOUND_SELECT build...
2014-01-24  drhFixes for various clang warnings.
2014-01-24  danSelect collation sequences for ORDER BY expressions...
2014-01-24  mistachkinFix harmless compiler warnings in the Tcl interface.
2014-01-24  danAdd test cases for LIMIT and ORDER BY on recursive...
2014-01-24  drhUse an unsigned integer to accumulate the string hash...
2014-01-24  drhAdd a few more CTE test cases to closure.test.
2014-01-24  drhAdd test cases that compare the performance of the...
2014-01-24  drhAdd test cases showing the use of ORDER BY on a recursi...
2014-01-23  danModifications to test files to omit any tests that...
2014-01-22  danAvoid an extra seek when inserting records into the...
2014-01-22  drhFix harmless compiler warnings.
2014-01-22  drhChange the WITH RECURSIVE implementation to use a queue...
2014-01-22  drhAdd support for LIMIT and OFFSET in a recursive query. cte-via-queue
2014-01-22  danUpdate the spellfix virtual table to optimize queries...
2014-01-22  drhGet ORDER BY working for recursive queries.
2014-01-22  drhAdd new SelectDest codes, SRT_Queue and SRT_DistQueue...
2014-01-22  danFix a typo in a comment. No changes to code or tests.
2014-01-22  drhRemove an unnecessary parameter from selectInnerLoop...
2014-01-21  drhChange the recursive common table expression algorithm...
2014-01-21  danRemove the undocumented requirement for applications...
2014-01-20  danIn where.c, do not allocate space in sqlite3_index_info...
2014-01-20  danHandle a few obscure problems that could manifest if...
2014-01-20  drhRemove an unused #define and add an assert(), both...
2014-01-20  danDo not run the tests in with2.test with SQLITE_OMIT_CTE...
2014-01-18  drhAdd a sudoku solver to the recursive query tests in...
2014-01-18  danAdd extra test cases. No changes to code.
2014-01-18  drhAdd asserts() for a couple of unreachable conditions...
2014-01-18  danAvoid spurious "no such table" errors in statements...
2014-01-17  danAdd extra tests to with2.test.
2014-01-17  drhMinor simplification of error message text for a couple...
2014-01-17  danResolve table names within CTEs in the context in which...
2014-01-17  drhAdd tests that verify that keywords WITH, WITHOUT,...
2014-01-17  drhFix a compiler warning in selectPopWith().
2014-01-17  danAdd support for common table expressions (WITH clauses).
2014-01-17  danFix some problems to do with WITH clauses and name... common-table-expr
2014-01-17  danRemove some code from resolve.c that was only required...
2014-01-16  drhAdd the ability for the authorizer callback to disallow...
2014-01-16  drhTweaks to error message text.
2014-01-16  danImprove the error messages used to report illegal recur...
2014-01-16  danAllow only a single recursive reference in a recursive...
2014-01-16  drhAlways use available indices to optimize LIKE operators...
2014-01-16  danDisable the flattening optimization if the parent query...
2014-01-16  drhMerge trunk changes. Fix a possible NULL-pointer defer...
2014-01-15  drhRemove an ALWAYS() that is no longer always true.
2014-01-15  danFixes so that SQLITE_OMIT_CTE builds work.
2014-01-15  drhFurther comments on WITH-clause processing routines...
2014-01-15  drhAdd a header comment to the searchWith() routine.
2014-01-15  danDisable automatic indices on recursive CTE references.
2014-01-15  danWhen resolving names, consider a reference to a recursi...
2014-01-15  danReturn an error if a CTE specifies a different number...
2014-01-15  drhDon't try to verify the schema of transient table ...
2014-01-15  danDisable the flattening optimization if the sub-query...
2014-01-15  drhUse the user-supplied table name in WITH RECURSIVE...
2014-01-14  danAdd code to handle recursive CTEs.
2014-01-14  mistachkinFix harmless compiler warning in LEMON.
2014-01-14  mistachkinFor the Win32 VFS, defining winShmMutexHeld should...
2014-01-13  drhIn the command-line shell, defend against a NULL-pointe...
2014-01-13  drhFor statements of just an unadorned VALUES clause,...
2014-01-13  danFix some memory leaks and crashes that could follow...
2014-01-13  danAdd code to handle non-recursive CTEs in the same way...
2014-01-11  danUpdate the parser so that sub-queries and CTEs may...
2014-01-11  drhParse common table expressions. But do not do anything...
2014-01-11  drhIn LEMON, limit the size of the grammar file to 100MB...
2014-01-11  drhOptimizations to the SQL language grammar that result...
2014-01-11  drhAdd the "%token_class" directive to the LEMON parser...
2014-01-11  drhIn LEMON, fix a bug in the text formatter introduced... lemon-updates
2014-01-10  drhDo not use sprintf(), strcpy() or strcat() in the imple...
2014-01-10  drhRemove unused structure definition from parse.y.
2014-01-10  drhAllow a VALUES clause to be used any place that a SELEC...
next