2015-09-18 |
drh | Remove a test made obsolete by the ONEPASS DELETE optim... |
commit | commitdiff | tree |
2015-09-17 |
dan | Avoid passing (signed char) values directly to isspace... |
commit | commitdiff | tree |
2015-09-17 |
dan | Fix a crash in FTS5 caused by specifying NULL as the... |
commit | commitdiff | tree |
2015-09-16 |
drh | Add a "flush" to force incremental output to releasetes... |
commit | commitdiff | tree |
2015-09-16 |
dan | Fix typo in fts5.h. |
commit | commitdiff | tree |
2015-09-15 |
dan | Add test cases to cover fts5 integrity-check code. |
commit | commitdiff | tree |
2015-09-15 |
drh | Reformat some code to make it easier to merge with... |
commit | commitdiff | tree |
2015-09-15 |
dan | Fix a problem with fts5 "ORDER BY rowid DESC" queries... |
commit | commitdiff | tree |
2015-09-14 |
dan | Improve test coverage of fts5_index.c. |
commit | commitdiff | tree |
2015-09-14 |
drh | Testability improvements for the ONEPASS_MULTI enhancement. |
commit | commitdiff | tree |
2015-09-14 |
drh | Fix a typo in an SQLITE_USER_AUTHENTICATION macro. |
commit | commitdiff | tree |
2015-09-14 |
drh | Use symbolic names ONEPASS_OFF, ONEPASS_SINGLE, and... |
commit | commitdiff | tree |
2015-09-14 |
drh | Fix a compiler warning and providing missing VdbeCovera... |
commit | commitdiff | tree |
2015-09-14 |
dan | Use a single-pass approach for DELETE statements on... |
commit | commitdiff | tree |
2015-09-14 |
dan | Avoid calling sqlite3VdbeCursorMoveto() from more than... onepass-delete |
commit | commitdiff | tree |
2015-09-13 |
mistachkin | Add static VFS mutexes to the primary header file comments. |
commit | commitdiff | tree |
2015-09-12 |
dan | Fix compiler warnings in delete.c. |
commit | commitdiff | tree |
2015-09-12 |
drh | Fix API documentation typos. Emphasize that the sqlite... |
commit | commitdiff | tree |
2015-09-12 |
dan | Experimental change to use a single-pass approach for... |
commit | commitdiff | tree |
2015-09-12 |
mistachkin | Import common changes from the mutex initialization... |
commit | commitdiff | tree |
2015-09-11 |
drh | Update evidence marks due to wording changes in require... |
commit | commitdiff | tree |
2015-09-11 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2015-09-11 |
drh | More test cases in test/json102.test corresponding... |
commit | commitdiff | tree |
2015-09-11 |
dan | Fix some compiler warnings in fts5 code. |
commit | commitdiff | tree |
2015-09-11 |
drh | Updates to the sqlite3_value_subtype() and sqlite3_resu... |
commit | commitdiff | tree |
2015-09-11 |
drh | Add new interfaces sqlite3_value_subtype() and sqlite3_... |
commit | commitdiff | tree |
2015-09-11 |
drh | Take out the goofy '$$' path syntax. Instead, use... subtypes |
commit | commitdiff | tree |
2015-09-10 |
drh | Make the sqlite3_value_subtype() and sqlite3_result_sub... |
commit | commitdiff | tree |
2015-09-10 |
drh | Experimental implementation of sqlite3_result_subtype... |
commit | commitdiff | tree |
2015-09-10 |
drh | Fix a potential NULL pointer deref in the testing logic... |
commit | commitdiff | tree |
2015-09-10 |
dan | Modify the fts5 leaf page format to permit faster seek... |
commit | commitdiff | tree |
2015-09-10 |
drh | Create separate "path" and "root" columns in the json_e... |
commit | commitdiff | tree |
2015-09-10 |
dan | Increment the fts5 version value to indicate that the... fts5-incompatible |
commit | commitdiff | tree |
2015-09-10 |
dan | Fix a segfault in fts5 that could occur if the database... |
commit | commitdiff | tree |
2015-09-10 |
dan | Merge latest changes from trunk. Including fts5_expr... |
commit | commitdiff | tree |
2015-09-10 |
dan | Update description of on-disk format in fts5_index.c. |
commit | commitdiff | tree |
2015-09-10 |
drh | Make the sqlite3ext.h header file responsive to -DSQLIT... |
commit | commitdiff | tree |
2015-09-10 |
drh | Disable tests for json_each() and json_tree() on builds... |
commit | commitdiff | tree |
2015-09-10 |
drh | Fix the --help option on test/releasetest.tcl. Also... |
commit | commitdiff | tree |
2015-09-10 |
dan | Revert an accidentally committed makefile change. |
commit | commitdiff | tree |
2015-09-10 |
dan | Fix an fts5 problem that could occur if a term and... |
commit | commitdiff | tree |
2015-09-10 |
dan | Change the array of 16-bit offsets at the end of each... |
commit | commitdiff | tree |
2015-09-10 |
drh | Attempt to declare sqlite3MemoryBarrier() correctly... |
commit | commitdiff | tree |
2015-09-10 |
drh | Fix the json_tree() scan for the case when a path is... |
commit | commitdiff | tree |
2015-09-10 |
drh | No-op the sqlite3_memory_alarm() interface in a differe... |
commit | commitdiff | tree |
2015-09-09 |
mistachkin | Fix harmless compiler warning in FTS5. |
commit | commitdiff | tree |
2015-09-09 |
dan | Fix an assert() enabled by SQLITE_ENABLE_EXPENSIVE_ASSE... |
commit | commitdiff | tree |
2015-09-09 |
drh | Fix a possible NULL pointer deref when using SQLITE_ENA... |
commit | commitdiff | tree |
2015-09-09 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2015-09-09 |
mistachkin | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
2015-09-09 |
drh | When running a CREATE TABLE AS, make the initial tempor... |
commit | commitdiff | tree |
2015-09-09 |
dan | Fix a bug in preprocessor macros within fts5_main.c. |
commit | commitdiff | tree |
2015-09-08 |
drh | Remove an unused local variable from Lemon. |
commit | commitdiff | tree |
2015-09-08 |
drh | Enhance the DBSTAT virtual table with a new hidden... |
commit | commitdiff | tree |
2015-09-08 |
drh | Eponymous virtual tables exist in the "main" schema... |
commit | commitdiff | tree |
2015-09-08 |
dan | Remove the 0x00 terminators from the end of doclists... |
commit | commitdiff | tree |
2015-09-08 |
drh | Fix the help message that sqlite3_analyzer.exe generate... |
commit | commitdiff | tree |
2015-09-07 |
drh | Minor tweaks to Lemon. |
commit | commitdiff | tree |
2015-09-07 |
drh | Enhance the Lemon parser generator to add SHIFTREDUCE... |
commit | commitdiff | tree |
2015-09-07 |
drh | Fix an unreachable branch in the new parse automaton. lemon-update |
commit | commitdiff | tree |
2015-09-07 |
drh | Change the parser engine so that it (once again) waits... |
commit | commitdiff | tree |
2015-09-07 |
drh | For the Lemon-generated parser, add a new action type... |
commit | commitdiff | tree |
2015-09-07 |
drh | In the "parse.out" output file from Lemon, show additio... |
commit | commitdiff | tree |
2015-09-07 |
dan | Use macros to make the code in fts5_index.c easier... |
commit | commitdiff | tree |
2015-09-07 |
drh | Improved "Parser Statistics" output (the -s option... |
commit | commitdiff | tree |
2015-09-06 |
drh | Improved memory barrier that should work with MinGW... |
commit | commitdiff | tree |
2015-09-06 |
drh | Add a memory barrier to the mutex initialization logic... |
commit | commitdiff | tree |
2015-09-05 |
drh | Omit all use of Expr nodes for TK_AS, as those nodes... |
commit | commitdiff | tree |
2015-09-05 |
dan | Experiment with a different fts5 leaf page format that... |
commit | commitdiff | tree |
2015-09-05 |
drh | Fix an unreachable conditional in the WHERE clause... |
commit | commitdiff | tree |
2015-09-05 |
drh | Get STAT4 range scan estimates work again when the... |
commit | commitdiff | tree |
2015-09-04 |
drh | Fix over-length source code lines in Lemon. |
commit | commitdiff | tree |
2015-09-04 |
drh | Add support for CREATE INDEX statements that use determ... |
commit | commitdiff | tree |
2015-09-04 |
drh | Merge trunk enhancements, and espeically the fix for... index-expr |
commit | commitdiff | tree |
2015-09-04 |
drh | Continue to support the (broken) legacy syntax of allow... |
commit | commitdiff | tree |
2015-09-04 |
dan | Enhance showfts5.tcl so that it can optionally display... |
commit | commitdiff | tree |
2015-09-04 |
dan | Modify the fts5 custom tokenizer interface to permit... |
commit | commitdiff | tree |
2015-09-04 |
dan | Merge latest trunk changes. |
commit | commitdiff | tree |
2015-09-04 |
drh | Simplification of the LRU list handling in pcache1. |
commit | commitdiff | tree |
2015-09-03 |
drh | Change the pcache module to keep track of the total... |
commit | commitdiff | tree |
2015-09-03 |
dan | Rearrange code in fts5_expr.c so that synonym support... |
commit | commitdiff | tree |
2015-09-03 |
dan | Merge enhancements from trunk. |
commit | commitdiff | tree |
2015-09-03 |
drh | A simple optimization and size reduction in sqlite3Page... |
commit | commitdiff | tree |
2015-09-03 |
dan | Add documentation for fts5 synonym support. |
commit | commitdiff | tree |
2015-09-03 |
drh | Change the Pager.hasBeenUsed flag into Pager.hasHeldSha... |
commit | commitdiff | tree |
2015-09-03 |
dan | Add tests to improve coverage of fts5_varint.c. |
commit | commitdiff | tree |
2015-09-03 |
dan | Remove some more code from fts5_index.c by consolidatin... |
commit | commitdiff | tree |
2015-09-03 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2015-09-03 |
drh | Add the sqlite3VdbeLoadString() and sqlite3VdbeMultiLoa... |
commit | commitdiff | tree |
2015-09-03 |
dan | Remove dead code from fts5_index.c. |
commit | commitdiff | tree |
2015-09-03 |
dan | Fix the fts5 integrity-check so that it works with... |
commit | commitdiff | tree |
2015-09-03 |
dan | Fix a memory leak in fts5_expr.c. |
commit | commitdiff | tree |
2015-09-03 |
drh | Factor out and simplify code in pragma.c for pragmas... |
commit | commitdiff | tree |
2015-09-03 |
drh | For PRAGMAs, factor out the code that sets the result... |
commit | commitdiff | tree |
2015-09-02 |
drh | Optimizations to the printf formatter. |
commit | commitdiff | tree |
2015-09-02 |
dan | Further tests to raise coverage of fts5 synonym code... |
commit | commitdiff | tree |
2015-09-02 |
dan | Fix an issue with fts5 synonyms and NEAR(...) queries. |
commit | commitdiff | tree |
2015-09-02 |
drh | Add and use the sqlite3VdbeChangeOpcode() routine.... |
commit | commitdiff | tree |
2015-09-02 |
drh | Add the sqlite3VdbeAddGoto(v,i) routine as a shorthand for |
commit | commitdiff | tree |
2015-09-02 |
drh | Change sqlite3_sql() so that it always returns the... |
commit | commitdiff | tree |
next |