2014-02-06 |
drh | Change more OP_OpenEphemeral operations to OP_OpenHash. subquery-codegen-refactor |
commit | commitdiff | tree |
2014-02-06 |
drh | Use OpenHash instead of OpenEphemeral for the RHS of... |
commit | commitdiff | tree |
2014-02-05 |
drh | Separate out the code generators for the RHS of an... |
commit | commitdiff | tree |
2014-02-05 |
drh | Use a new opcode, OP_OpenHash, to indicate that ephemer... |
commit | commitdiff | tree |
2014-02-05 |
drh | Make the root page of an ephemeral index be page 1... |
commit | commitdiff | tree |
2014-02-05 |
mistachkin | In the Win32 VFS, the winSysInfo variable should be... |
commit | commitdiff | tree |
2014-02-04 |
drh | Do not mark the ephemeral tables used to hold the RHS... |
commit | commitdiff | tree |
2014-02-04 |
drh | Remove the SF_Materialize flag from the SELECT object... |
commit | commitdiff | tree |
2014-02-04 |
drh | Rearrange fields in the Parse object for a tighter... |
commit | commitdiff | tree |
2014-02-03 |
drh | Performance optimizations in sqlite3PcacheFetch(). |
commit | commitdiff | tree |
2014-02-03 |
drh | Provide hints to the btree layer Next and Previous... |
commit | commitdiff | tree |
2014-02-03 |
drh | Version 3.8.3 version-3.8.3 |
commit | commitdiff | tree |
2014-02-03 |
drh | Minor change to TEA extension docs in an attempt to... |
commit | commitdiff | tree |
2014-01-31 |
drh | Update the "sqlite3.1" unix manpage document. |
commit | commitdiff | tree |
2014-01-31 |
mistachkin | Minor change to TEA extension docs in an attempt to... teaDoc |
commit | commitdiff | tree |
2014-01-30 |
drh | Update evidence marks on SELECT tests. Comment changes... |
commit | commitdiff | tree |
2014-01-30 |
drh | Fix requirements marks only. No changes to code or... |
commit | commitdiff | tree |
2014-01-30 |
drh | Update a requirement mark and add some additional test... |
commit | commitdiff | tree |
2014-01-30 |
mistachkin | Enhance the MSVC makefile for better debugging symbol... |
commit | commitdiff | tree |
2014-01-30 |
dan | Do not run test script mmapfault.test as part of the... |
commit | commitdiff | tree |
2014-01-30 |
mistachkin | Enhance the MSVC makefile for better debugging symbol... msvcDebug |
commit | commitdiff | tree |
2014-01-29 |
drh | Make sure that sqlite3SelectDup() initializes the nSele... |
commit | commitdiff | tree |
2014-01-28 |
drh | Fix harmless compiler warnings in the showdb utility... |
commit | commitdiff | tree |
2014-01-28 |
drh | Fix a potential over-size and hence undefined shift... |
commit | commitdiff | tree |
2014-01-28 |
dan | Minor bugfix in main.c so that the library builds with... |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix a couple of problems with new test scripts causing... |
commit | commitdiff | tree |
2014-01-27 |
drh | Update some requirements marks to conform with improvements |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix a problem in pagerfault.test causing an assert... |
commit | commitdiff | tree |
2014-01-27 |
drh | Fix (harmless) duplicate variable declaration. |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix some problems in test scripts. No code changes. |
commit | commitdiff | tree |
2014-01-25 |
dan | Fix a problem causing SQLITE_OMIT_COMPOUND_SELECT build... |
commit | commitdiff | tree |
2014-01-24 |
drh | Fixes for various clang warnings. |
commit | commitdiff | tree |
2014-01-24 |
dan | Select collation sequences for ORDER BY expressions... |
commit | commitdiff | tree |
2014-01-24 |
mistachkin | Fix harmless compiler warnings in the Tcl interface. |
commit | commitdiff | tree |
2014-01-24 |
dan | Add test cases for LIMIT and ORDER BY on recursive... |
commit | commitdiff | tree |
2014-01-24 |
drh | Use an unsigned integer to accumulate the string hash... |
commit | commitdiff | tree |
2014-01-24 |
drh | Add a few more CTE test cases to closure.test. |
commit | commitdiff | tree |
2014-01-24 |
drh | Add test cases that compare the performance of the... |
commit | commitdiff | tree |
2014-01-24 |
drh | Add test cases showing the use of ORDER BY on a recursi... |
commit | commitdiff | tree |
2014-01-23 |
dan | Modifications to test files to omit any tests that... |
commit | commitdiff | tree |
2014-01-22 |
dan | Avoid an extra seek when inserting records into the... |
commit | commitdiff | tree |
2014-01-22 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2014-01-22 |
drh | Change the WITH RECURSIVE implementation to use a queue... |
commit | commitdiff | tree |
2014-01-22 |
drh | Add support for LIMIT and OFFSET in a recursive query. cte-via-queue |
commit | commitdiff | tree |
2014-01-22 |
dan | Update the spellfix virtual table to optimize queries... |
commit | commitdiff | tree |
2014-01-22 |
drh | Get ORDER BY working for recursive queries. |
commit | commitdiff | tree |
2014-01-22 |
drh | Add new SelectDest codes, SRT_Queue and SRT_DistQueue... |
commit | commitdiff | tree |
2014-01-22 |
dan | Fix a typo in a comment. No changes to code or tests. |
commit | commitdiff | tree |
2014-01-22 |
drh | Remove an unnecessary parameter from selectInnerLoop... |
commit | commitdiff | tree |
2014-01-21 |
drh | Change the recursive common table expression algorithm... |
commit | commitdiff | tree |
2014-01-21 |
dan | Remove the undocumented requirement for applications... |
commit | commitdiff | tree |
2014-01-20 |
dan | In where.c, do not allocate space in sqlite3_index_info... |
commit | commitdiff | tree |
2014-01-20 |
dan | Handle a few obscure problems that could manifest if... |
commit | commitdiff | tree |
2014-01-20 |
drh | Remove an unused #define and add an assert(), both... |
commit | commitdiff | tree |
2014-01-20 |
dan | Do not run the tests in with2.test with SQLITE_OMIT_CTE... |
commit | commitdiff | tree |
2014-01-18 |
drh | Add a sudoku solver to the recursive query tests in... |
commit | commitdiff | tree |
2014-01-18 |
dan | Add extra test cases. No changes to code. |
commit | commitdiff | tree |
2014-01-18 |
drh | Add asserts() for a couple of unreachable conditions... |
commit | commitdiff | tree |
2014-01-18 |
dan | Avoid spurious "no such table" errors in statements... |
commit | commitdiff | tree |
2014-01-17 |
dan | Add extra tests to with2.test. |
commit | commitdiff | tree |
2014-01-17 |
drh | Minor simplification of error message text for a couple... |
commit | commitdiff | tree |
2014-01-17 |
dan | Resolve table names within CTEs in the context in which... |
commit | commitdiff | tree |
2014-01-17 |
drh | Add tests that verify that keywords WITH, WITHOUT,... |
commit | commitdiff | tree |
2014-01-17 |
drh | Fix a compiler warning in selectPopWith(). |
commit | commitdiff | tree |
2014-01-17 |
dan | Add support for common table expressions (WITH clauses). |
commit | commitdiff | tree |
2014-01-17 |
dan | Fix some problems to do with WITH clauses and name... common-table-expr |
commit | commitdiff | tree |
2014-01-17 |
dan | Remove some code from resolve.c that was only required... |
commit | commitdiff | tree |
2014-01-16 |
drh | Add the ability for the authorizer callback to disallow... |
commit | commitdiff | tree |
2014-01-16 |
drh | Tweaks to error message text. |
commit | commitdiff | tree |
2014-01-16 |
dan | Improve the error messages used to report illegal recur... |
commit | commitdiff | tree |
2014-01-16 |
dan | Allow only a single recursive reference in a recursive... |
commit | commitdiff | tree |
2014-01-16 |
drh | Always use available indices to optimize LIKE operators... |
commit | commitdiff | tree |
2014-01-16 |
dan | Disable the flattening optimization if the parent query... |
commit | commitdiff | tree |
2014-01-16 |
drh | Merge trunk changes. Fix a possible NULL-pointer defer... |
commit | commitdiff | tree |
2014-01-15 |
drh | Remove an ALWAYS() that is no longer always true. |
commit | commitdiff | tree |
2014-01-15 |
dan | Fixes so that SQLITE_OMIT_CTE builds work. |
commit | commitdiff | tree |
2014-01-15 |
drh | Further comments on WITH-clause processing routines... |
commit | commitdiff | tree |
2014-01-15 |
drh | Add a header comment to the searchWith() routine. |
commit | commitdiff | tree |
2014-01-15 |
dan | Disable automatic indices on recursive CTE references. |
commit | commitdiff | tree |
2014-01-15 |
dan | When resolving names, consider a reference to a recursi... |
commit | commitdiff | tree |
2014-01-15 |
dan | Return an error if a CTE specifies a different number... |
commit | commitdiff | tree |
2014-01-15 |
drh | Don't try to verify the schema of transient table ... |
commit | commitdiff | tree |
2014-01-15 |
dan | Disable the flattening optimization if the sub-query... |
commit | commitdiff | tree |
2014-01-15 |
drh | Use the user-supplied table name in WITH RECURSIVE... |
commit | commitdiff | tree |
2014-01-14 |
dan | Add code to handle recursive CTEs. |
commit | commitdiff | tree |
2014-01-14 |
mistachkin | Fix harmless compiler warning in LEMON. |
commit | commitdiff | tree |
2014-01-14 |
mistachkin | For the Win32 VFS, defining winShmMutexHeld should... |
commit | commitdiff | tree |
2014-01-13 |
drh | In the command-line shell, defend against a NULL-pointe... |
commit | commitdiff | tree |
2014-01-13 |
drh | For statements of just an unadorned VALUES clause,... |
commit | commitdiff | tree |
2014-01-13 |
dan | Fix some memory leaks and crashes that could follow... |
commit | commitdiff | tree |
2014-01-13 |
dan | Add code to handle non-recursive CTEs in the same way... |
commit | commitdiff | tree |
2014-01-11 |
dan | Update the parser so that sub-queries and CTEs may... |
commit | commitdiff | tree |
2014-01-11 |
drh | Parse common table expressions. But do not do anything... |
commit | commitdiff | tree |
2014-01-11 |
drh | In LEMON, limit the size of the grammar file to 100MB... |
commit | commitdiff | tree |
2014-01-11 |
drh | Optimizations to the SQL language grammar that result... |
commit | commitdiff | tree |
2014-01-11 |
drh | Add the "%token_class" directive to the LEMON parser... |
commit | commitdiff | tree |
2014-01-11 |
drh | In LEMON, fix a bug in the text formatter introduced... lemon-updates |
commit | commitdiff | tree |
2014-01-10 |
drh | Do not use sprintf(), strcpy() or strcat() in the imple... |
commit | commitdiff | tree |
2014-01-10 |
drh | Remove unused structure definition from parse.y. |
commit | commitdiff | tree |
2014-01-10 |
drh | Allow a VALUES clause to be used any place that a SELEC... |
commit | commitdiff | tree |
next |