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 |
2015-09-02 |
dan | Fix a problem with fts5 synonyms and phrase queries... |
commit | commitdiff | tree |
2015-09-02 |
drh | Small simplification to the EXPLAIN QUERY PLAN logic. |
commit | commitdiff | tree |
2015-09-02 |
drh | Use sqlite3XPrintf() instead of sqlite3StrAccumAppend... |
commit | commitdiff | tree |
2015-09-02 |
drh | The sqlite3_memory_alarm() interface has been deprecate... |
commit | commitdiff | tree |
2015-09-02 |
dan | Fix a problem handling OOM conditions within fts5 queri... |
commit | commitdiff | tree |
2015-09-02 |
dan | Fix a problem with fts5 synonyms and the xQueryPhrase... |
commit | commitdiff | tree |
2015-09-01 |
drh | Very minor optimizations in the unix VFS. |
commit | commitdiff | tree |
2015-09-01 |
drh | Performance improvement in sqlite3VarintLen(). |
commit | commitdiff | tree |
2015-09-01 |
drh | Small size reduction and performance increase in sqlite... |
commit | commitdiff | tree |
2015-09-01 |
drh | Reduce the number of calls to sqlite3BeginBenignMalloc(). |
commit | commitdiff | tree |
2015-09-01 |
dan | Fix a problem that occurs when more than 4 synonyms... |
commit | commitdiff | tree |
2015-09-01 |
dan | Add tests for fts5 synonyms implemented by adding extra... |
commit | commitdiff | tree |
2015-09-01 |
drh | Rename SQLITE_FUNC_VARYING to SQLITE_FUNC_SLOCHNG ... |
commit | commitdiff | tree |
2015-09-01 |
drh | Remove unreachable branches. |
commit | commitdiff | tree |
2015-08-31 |
drh | Fix a bug in error reporting when a UNIQUE index on... |
commit | commitdiff | tree |
2015-08-31 |
drh | Not only date/time functions, but also functions like... |
commit | commitdiff | tree |
2015-08-31 |
dan | Begin changes to allow synonym support by adding multip... |
commit | commitdiff | tree |
2015-08-31 |
drh | Always assume that indexed expressions can generate... |
commit | commitdiff | tree |
2015-08-31 |
drh | Case should not be significant when comparing function... |
commit | commitdiff | tree |
2015-08-31 |
drh | Make the distinction between truly deterministic functi... |
commit | commitdiff | tree |
2015-08-31 |
drh | Improved analysis and usage of indexed expressions... |
commit | commitdiff | tree |
2015-08-31 |
drh | Merge the latest enhancements from trunk. |
commit | commitdiff | tree |
2015-08-29 |
drh | Enhance the json_extract() function so that if given... |
commit | commitdiff | tree |
2015-08-29 |
drh | Link the json1 extension into the command-line shell... |
commit | commitdiff | tree |
2015-08-29 |
dan | Add a test for an fts5 tokenizer that supports synonyms... |
commit | commitdiff | tree |
2015-08-29 |
drh | New test cases for the json1 extension. |
commit | commitdiff | tree |
2015-08-29 |
drh | Fix the build with -DSQLITE_OMIT_VIRTUALTABLE. |
commit | commitdiff | tree |
2015-08-29 |
drh | Do not consider an empty string to be valid JSON. ... |
commit | commitdiff | tree |
2015-08-29 |
dan | Another change to the fts5 tokenizer API. |
commit | commitdiff | tree |
2015-08-29 |
drh | Change the json1.c module so that it throws an error... |
commit | commitdiff | tree |
2015-08-28 |
drh | Back out the json_check() routine. Instead, throw... |
commit | commitdiff | tree |
2015-08-28 |
dan | Change the fts5 tokenizer API to allow more than one... |
commit | commitdiff | tree |
2015-08-28 |
dan | Fix compiler warnings in rbu code. |
commit | commitdiff | tree |
2015-08-28 |
dan | When searching the wal file for a frame, do not search... |
commit | commitdiff | tree |
2015-08-28 |
dan | Merge latest trunk into this branch. wal-read-change |
commit | commitdiff | tree |
2015-08-28 |
drh | Add the json_check() function, which returns its argume... |
commit | commitdiff | tree |
2015-08-28 |
drh | Enhance the json_insert(), json_replace(), and json_set... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix the OR-optimization so that it always ignores subpl... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix the OR-optimization so that it always ignores subpl... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix EXPLAIN QUERY PLAN output for indexed-expressions... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix problems in the indexed-expression handling in... |
commit | commitdiff | tree |
2015-08-27 |
drh | Activate the ability to use expressions in indexes... |
commit | commitdiff | tree |
2015-08-27 |
drh | Merge changes from trunk. |
commit | commitdiff | tree |
2015-08-27 |
drh | Adjustments to the WHERE term scanning, to better handl... |
commit | commitdiff | tree |
2015-08-26 |
drh | Reduce the size of the WhereScan object by 24 bytes... |
commit | commitdiff | tree |
2015-08-26 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2015-08-26 |
drh | Evaluate expressions only once when the same expression... |
commit | commitdiff | tree |
2015-08-26 |
drh | Refactor With.a.zErr into With.a.zCteErr. No logic... |
commit | commitdiff | tree |
2015-08-26 |
drh | Update the TreeView output for compound SELECT statemen... |
commit | commitdiff | tree |
2015-08-25 |
drh | Move sqlite3IndexColumnAffinity() inside of SQLITE_ENAB... |
commit | commitdiff | tree |
2015-08-25 |
drh | Merge trunk enhancements. |
commit | commitdiff | tree |
2015-08-25 |
drh | Use the sqlite3IndexColumnAffinity() routine to quickly... |
commit | commitdiff | tree |
2015-08-25 |
drh | Add code to maintain indexes with expression arguments... |
commit | commitdiff | tree |
2015-08-25 |
drh | Fix a memory leak that might occur when compiling with... |
commit | commitdiff | tree |
2015-08-25 |
drh | Changes toward being abld to process indexes on express... |
commit | commitdiff | tree |
2015-08-24 |
drh | Remove some redundant code: Call sqlite3ResolveExprLis... |
commit | commitdiff | tree |
2015-08-24 |
drh | Enhances the parser so that it accepts arbitrary expres... |
commit | commitdiff | tree |
2015-08-24 |
drh | Enhance the CREATE VIEW syntax so that the names of... |
commit | commitdiff | tree |
2015-08-24 |
mistachkin | Enhancements to the batch build tool for MSVC. |
commit | commitdiff | tree |
2015-08-24 |
drh | Disallow the use of COLLATE clauses and the ASC and... |
commit | commitdiff | tree |
2015-08-24 |
drh | Improvements to JSON string dequoting. |
commit | commitdiff | tree |
2015-08-24 |
drh | Fix corner-case problems in the type and atom columns... |
commit | commitdiff | tree |
2015-08-23 |
drh | Fix a comment typo on sqlite3ExprAlloc(). No code... |
commit | commitdiff | tree |
2015-08-23 |
drh | Fix minor glitches in the json1.c extension, mostly... |
commit | commitdiff | tree |
2015-08-23 |
drh | Fixes to json_each() and json_tree(). Improved json_pa... |
commit | commitdiff | tree |
2015-08-22 |
drh | Add the json_valid() function to the json1.c extension... |
commit | commitdiff | tree |
2015-08-22 |
drh | Fix a couple instances of OOM handling in the json... |
commit | commitdiff | tree |
2015-08-22 |
drh | Do not apply the WHERE-clause pushdown optimization... |
commit | commitdiff | tree |
2015-08-21 |
drh | Add extension functions for processing JSON. |
commit | commitdiff | tree |
2015-08-21 |
drh | Fixes for compiler warnings and errors in the makefiles... json |
commit | commitdiff | tree |
2015-08-21 |
drh | Change the name of the json loadable extension to ... |
commit | commitdiff | tree |
2015-08-21 |
drh | Add the fullkey column to both json_each() and json_tree(). |
commit | commitdiff | tree |
2015-08-21 |
drh | Merge header file fixes from trunk. |
commit | commitdiff | tree |
next |