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