| 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 |
| 2014-07-21 |
dan | Fix DELETE and UPDATE operations on fts5 tables. |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
drh | Allow the SQLITE_MAX_ATTACHED compile-time option to... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
dan | Add the xTokenize extension API. |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
dan | Fix the xColumnSize() extension API. |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
dan | Add simple tests for the xColumnText() extension api. |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
mistachkin | Add new ASCII mode to the shell capable of importing... |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
dan | Update the sqlite3_stmt_busy() function so that it... |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
drh | Fix harmless compiler warnings in the showdb and showwa... |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
mistachkin | Fix some harmess compiler warnings in the FTS3 Unicode... toolWarnings |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
mistachkin | Fix warnings related to having a 64-bit size_t. |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
dan | Fixes for the xColumnSize() fts5 extension API. |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
mistachkin | Fix warnings caused by the previous commit. |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
mistachkin | Fix harmless compiler warnings for MSVC in the showdb... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
mistachkin | Update clean targets with the recently added command... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
dan | Fix issues with position lists and NEAR constraints. |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
drh | Improved documentation for checkpoints and the busy... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
drh | SQLite has long accepted some unadvertised and non... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
drh | Improvements to the ".fullschema" command in the comman... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
dan | Fix a problem with position list processing for OR... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
dan | Fixes for tcl list generation in fts5_test(). |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
dan | Begin adding interface for auxiliary functions. |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
dan | Add simple tests for new sqlite3BtreeCursorHint() funct... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
dan | In the expression passed to sqlite3BtreeCursorHint... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
dan | Support "ORDER BY rowid ASC". |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
dan | Add support for prefix queries to fts5. |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
mistachkin | Fix harmless compiler warnings in the fts3view utility... |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
mistachkin | Add the fts3view utility program to the MSVC makefile. |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
drh | Fix a division-by-zero error in the fts3view utility... |
commit | commitdiff | tree | snapshot |
| 2014-07-05 |
dan | Add support for AND, OR and NOT to fts5. |
commit | commitdiff | tree | snapshot |
| 2014-07-05 |
dan | Add support for the "colname : <nearset>" syntax to... |
commit | commitdiff | tree | snapshot |
| 2014-07-03 |
dan | Add support for NEAR expressions to fts5. |
commit | commitdiff | tree | snapshot |
| 2014-07-03 |
dan | Change fts3/4 so that the "unicode61" is included in... |
commit | commitdiff | tree | snapshot |
| 2014-07-02 |
dan | Add support for phrase queries to fts5. |
commit | commitdiff | tree | snapshot |
| next |