| 2014-08-04 |
drh | Part of the change in the previous check-in was incorre... |
commit | commitdiff | tree | snapshot |
| 2014-08-04 |
dan | Fix fts5_index.c to use doclist-indexes when possible... |
commit | commitdiff | tree | snapshot |
| 2014-08-04 |
drh | Further enhancements to IN-operator processing. |
commit | commitdiff | tree | snapshot |
| 2014-08-04 |
drh | Refinements to the enhanced IN-operator logic. |
commit | commitdiff | tree | snapshot |
| 2014-08-02 |
drh | Enhancements to the code generator for the IN operator... |
commit | commitdiff | tree | snapshot |
| 2014-08-02 |
dan | Start changing things to use doclist indexes as require... |
commit | commitdiff | tree | snapshot |
| 2014-08-02 |
mistachkin | Remove (newly) incorrect preprocessor check to fix... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | A better comment on the generated code for the NULL... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | Improved detection and handling of NULL values on the... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
dan | Add a special case to the integrity-check code to check... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
dan | Have the fts5 integrity-check verify that doclist index... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | Remove an unnecessary OP_Null in the IN-operator logic... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | Clean up the IN operator code generation logic to make... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | The idea of coding IN operator with a short list on... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | Begin making changes to the IN operator in an attempt... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
dan | Add "doclist index" records to the database. These... |
commit | commitdiff | tree | snapshot |
| 2014-08-01 |
drh | Enhance the PRAGMA integrity_check command to detect... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
drh | Refactoring: Change "pIndex->onError!=OE_None" to... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
drh | Omit a pointless OP_Null when processing a value-list... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
mistachkin | Optimizations to the OS sub-type checking in the Win32... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
dan | Add a missing call to "test_sqlite3_log" to multiplex... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
dan | Add a comment explaining why fts5 cannot cache "sorter... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
dan | Fix a leaked statement handle in pager2.test. |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
drh | Deactivate the DISTINCT in a SELECT on the right-hand... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
dan | Add further tests for the extension APIs with "ORDER... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
mistachkin | Re-integrate the recent changes from the 'winMutex... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Add three new static mutexes for use by the application... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
dan | Fix things so that the fts5 extension API works with... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
dan | Add hidden column "rank". Currently this always returns... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Add a new sqlite3FaultSim() call to vdbePmaReaderSeek... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Mark some invariants in the vdbesort.c logic when SQLIT... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Add the "eForce" parameter to the sqlite3_multiplex_shu... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Merge recent trunk changes, and especially the fix... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Merge the fix for the CREATE UNIQUE INDEX problem into... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
drh | Ensure that the correct number of columns in a UNIQUE... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Disable an assert that is sometimes generated spuriously. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Enhancements and updates to the Win32 mutex subsystem. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Update return value checking to conform to the beginthr... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Add a couple more assert statements. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Fix unreachable branches in the threads.c module. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Merge updates from trunk. winMutex |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Make the Win32 thread handles are available after the... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Fix the threads build on Windows when SQLITE_MAX_WORKER... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Merge the R-Tree fix and the new SQLITE_TESTCTRL_ISINIT... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Add the SQLITE_TESTCTRL_ISINIT file control. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Merge recent trunk changes, and especially the fix... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
dan | Have calls to the xFilter() method of rtree virtual... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Enhancements and updates to the Win32 mutex subsystem. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
mistachkin | Add some asserts to the Win32 mutex subsystem. |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
drh | Fix the build on windows. |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | Remove an unnecessary parameter from vdbeMergeEngineSte... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
dan | Add the "loadfts" program, for performance testing... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | Rename vdbeIncrMergerInit() to vdbeMergeEngineInit... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | In vdbesort.c, rename vdbeSorterDoCompare() to vdbeMerg... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | In vdbesort.c, rename all pointers to sqlite3_file... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | Merge recent trunk changes into the threads branch. |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
drh | Improvements to comments in the multi-threaded sorter... |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
drh | Remove an unreachable branch from the sqlite3_value_num... |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
dan | Add tests and fixes for bm25() function. |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
drh | Avoid unnecessary no-op calls to applyNumericAffinity... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
drh | Try to fix harmless compiler warnings reported by Fortify. |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
dan | Add extension apis xRowCount, xQueryPhrase, xSetAuxdata... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
drh | Improved comments on VDBE opcodes, for better documenta... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
drh | Add constraints (enforced only when SQLITE_DEBUG is... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Improve the performance of the ANALYZE command by takin... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
mistachkin | Correct help text and make consistent use of snprintf. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Fix a bug in the whereRangeSkipScanEst() procedure... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
mistachkin | Update a shell test case. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
mistachkin | Fix typo in comment and update help text. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Avoid trying to allocation zero bytes when analyzing... faster-analyze |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Avoid change tests when analyzing single-column unique... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Merge all recent trunk changes into the threads branch. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Merge recent trunk changes into the sessions branch. |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Add the readfile(FILENAME) and writefile(FILENAME,CONTE... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | Add support for hexadecimal integer literals in the... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
drh | In the command-line shell, in CSV output mode, terminat... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Add experimental "costmult" logic. Only enabled when... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Ugh. Consecutive UNIQUE index entries are only distinc... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
dan | Add a snippet() function to fts5. |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
mistachkin | Enhancements to the hex literal tests. hex-literal |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Improve the performance of the ANALYZE command by takin... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Updated documentation on sqlite3_temp_directory. No... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Remove a surplus function prototype. #ifdef code that... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Change the hex literal processing so that only the... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Casting hex literals directly from string to float... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Reformatting a few test cases for clarity. |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Test cases for hex literals. |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
drh | Add support for parsing C-style hexadecimal literals. |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | When running ANALYZE, it is not necessary to check... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Add the OP_ReopenIdx opcode that works like OP_OpenRead... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | The optimization of check-in [b67a6e33f2] does not... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Fix the index name for the shadow tables in the spellfi... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Correction: The maximum SQLITE_MAX_ATTACHED value... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Enhance the sqlite_stat1.stat parsing to allow addition... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Expire prepared statements after running ANALYZE. |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | Enhance the comment on whereLoopAddBtree(). No changes... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
drh | For the OR-optimization, avoid generating OP_OpenRead... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
drh | Limit the maximum SQLITE_MAX_ATTACHED to 127, since... |
commit | commitdiff | tree | snapshot |
| next |