2019-09-03 |
dan | Fix a buffer overread that could occur when running... branch-3.9 |
commit | commitdiff | tree |
2019-09-03 |
drh | Disable the undocumented rtreenode() SQL function that... |
commit | commitdiff | tree |
2018-12-19 |
dan | Add interfaces sqlite3_bind_pointer(), sqlite3_result_p... |
commit | commitdiff | tree |
2018-12-19 |
drh | Add extra defenses against strategically corrupt databa... |
commit | commitdiff | tree |
2016-03-31 |
drh | Version 3.9.3 version-3.9.3 |
commit | commitdiff | tree |
2016-03-31 |
drh | Enhance the query planner so that IS and IS NULL operat... |
commit | commitdiff | tree |
2015-11-02 |
drh | Version 3.9.2 version-3.9.2 |
commit | commitdiff | tree |
2015-11-02 |
drh | When creating an automatic-index on a sub-query, add... |
commit | commitdiff | tree |
2015-11-02 |
drh | Version 3.9.2 |
commit | commitdiff | tree |
2015-11-01 |
drh | Increase the version number to 3.9.2. |
commit | commitdiff | tree |
2015-11-01 |
drh | If a table-constraint PRIMARY KEY lists a single column... |
commit | commitdiff | tree |
2015-10-16 |
drh | Version 3.9.1 version-3.9.1 |
commit | commitdiff | tree |
2015-10-16 |
drh | Cherrypick the json form-feed fix, and other #ifdef... |
commit | commitdiff | tree |
2015-10-14 |
drh | Version 3.9.0 version-3.9.0 |
commit | commitdiff | tree |
2015-10-14 |
dan | Add the missing 'extern "C" {...}' blocks to fts5.h... |
commit | commitdiff | tree |
2015-10-12 |
drh | Remove the unused fts5ExprColsetTest() routine. |
commit | commitdiff | tree |
2015-10-12 |
mistachkin | Fix a couple harmless compiler warnings. |
commit | commitdiff | tree |
2015-10-12 |
dan | Further tweaks to improve fts5 prefix query performance. |
commit | commitdiff | tree |
2015-10-12 |
drh | Change all references to 3.8.12 into 3.9.0. Comment... |
commit | commitdiff | tree |
2015-10-11 |
drh | Detect and report circularly defined views even if... |
commit | commitdiff | tree |
2015-10-11 |
drh | Remove an unreachable branch in the query flattener... |
commit | commitdiff | tree |
2015-10-11 |
drh | Improved substitution logic in the query flattener... |
commit | commitdiff | tree |
2015-10-10 |
drh | Work around a "security feature" bug in memcpy() on... |
commit | commitdiff | tree |
2015-10-10 |
drh | Remove another instance of strcpy() from FTS5, to molli... |
commit | commitdiff | tree |
2015-10-10 |
drh | Omit the use of strcpy() in FTS5 since OpenBSD hates... |
commit | commitdiff | tree |
2015-10-10 |
drh | Compiler warning fixes: Rename some local variables... |
commit | commitdiff | tree |
2015-10-10 |
drh | Add some #ifdef-ery to json1.c to avoid a duplicate... |
commit | commitdiff | tree |
2015-10-09 |
drh | The previous fix to JSON1 was not complete. A few... |
commit | commitdiff | tree |
2015-10-09 |
drh | Fix the JSON1 extension so that it renders integers... |
commit | commitdiff | tree |
2015-10-09 |
dan | Remove fts5 sources from TESTSRC2 in main.mk as there... |
commit | commitdiff | tree |
2015-10-09 |
dan | Add --enable-fts5 and --enable-json1 options to the... |
commit | commitdiff | tree |
2015-10-09 |
mistachkin | In the MSVC makefile, adjust the names of two nmake... |
commit | commitdiff | tree |
2015-10-09 |
drh | Change the version number of the next release to 3... |
commit | commitdiff | tree |
2015-10-09 |
drh | Add the JSON1 and FTS5 extensions to the amalgamation... |
commit | commitdiff | tree |
2015-10-09 |
drh | Fix a typo in the MSVC Makefile amalg-json1-fts5 |
commit | commitdiff | tree |
2015-10-09 |
drh | Add configure script options --enable-fts5 and --enable... |
commit | commitdiff | tree |
2015-10-09 |
dan | Makefile and fts5 changes so that fts5 works with main... |
commit | commitdiff | tree |
2015-10-09 |
drh | Trying to get FTS5 tests to build and run using main... |
commit | commitdiff | tree |
2015-10-08 |
drh | Json1 tests are working. Builds without FTS5 enabled... |
commit | commitdiff | tree |
2015-10-08 |
dan | Remove calls to "load_static_extension" from fts5 test... |
commit | commitdiff | tree |
2015-10-08 |
dan | Further tweaks to main.mk so that fts5 builds as part... |
commit | commitdiff | tree |
2015-10-08 |
dan | Fix further fts5 compilation issues. |
commit | commitdiff | tree |
2015-10-08 |
dan | Fix two more warnings in fts5 code. |
commit | commitdiff | tree |
2015-10-08 |
dan | Fix a couple of errors in fts5 compilation. This branch... |
commit | commitdiff | tree |
2015-10-08 |
drh | First attempt to add json1 and fts5 to the amalgamation... |
commit | commitdiff | tree |
2015-10-08 |
mistachkin | In the RBU extension, use MoveFile() instead of rename... |
commit | commitdiff | tree |
2015-10-08 |
drh | Remove two unused lines of code - discovered by scan... |
commit | commitdiff | tree |
2015-10-07 |
dan | Further optimizations for fts5 prefix queries without... |
commit | commitdiff | tree |
2015-10-07 |
mistachkin | Fix harmless compiler warning in FTS5. |
commit | commitdiff | tree |
2015-10-07 |
dan | Allow the subsitute character (codepoint 26 - 0x1A... |
commit | commitdiff | tree |
2015-10-07 |
drh | Adjustments to spellfix2.test so that it works reliably... |
commit | commitdiff | tree |
2015-10-07 |
dan | Add tests for fts5 phrase queries with column filters. |
commit | commitdiff | tree |
2015-10-07 |
dan | Add further tests for fts5 prefix queries. |
commit | commitdiff | tree |
2015-10-07 |
mistachkin | Fix a typo in the previous check-in. |
commit | commitdiff | tree |
2015-10-07 |
mistachkin | When running tests on Tcl 8.6 under Windows, skip tests... |
commit | commitdiff | tree |
2015-10-07 |
drh | Remove three obsolete and unused files from tool/ |
commit | commitdiff | tree |
2015-10-06 |
mistachkin | Fix typo in comments. No changes to code. |
commit | commitdiff | tree |
2015-10-06 |
drh | Simplifications to the VDBE bytecode that handles LIMIT... |
commit | commitdiff | tree |
2015-10-06 |
dan | Optimizations for fts5 expressions that filter on colum... |
commit | commitdiff | tree |
2015-10-06 |
drh | Fix the LIMIT and OFFSET handling for UNION ALL queries... |
commit | commitdiff | tree |
2015-10-06 |
mistachkin | Adjustments to sqlite3MemoryBarrier() when compiling... |
commit | commitdiff | tree |
2015-10-05 |
dan | Improve performance of prefix queries without a prefix... |
commit | commitdiff | tree |
2015-10-05 |
dan | Update fts3 so that expressions to the left and right... |
commit | commitdiff | tree |
2015-10-05 |
dan | Add fts5txt2db.tcl, a tool for creating sample fts4... |
commit | commitdiff | tree |
2015-10-03 |
dan | Update fts5 to support the table function syntax. ... |
commit | commitdiff | tree |
2015-10-03 |
dan | Add tests for the rtree module to verify that attempts... |
commit | commitdiff | tree |
2015-10-02 |
dan | Update fts5 to avoid using a statement journal for... |
commit | commitdiff | tree |
2015-10-01 |
dan | Fix an fts3 bug causing NEAR queries on uncommitted... |
commit | commitdiff | tree |
2015-09-30 |
drh | Add a corrupt database to test/fuzzdata3.db to validate... |
commit | commitdiff | tree |
2015-09-30 |
drh | Fix an assert() in btree.c that is only true for non... |
commit | commitdiff | tree |
2015-09-30 |
dan | Clear the BTCF_ValidNKey flag when putting a cursor... |
commit | commitdiff | tree |
2015-09-30 |
dan | Improve error handling in shell command ".tables". |
commit | commitdiff | tree |
2015-09-29 |
drh | Use symbolic names XN_ROWID and XN_EXPR in place of... |
commit | commitdiff | tree |
2015-09-29 |
dan | Add the sqlite3_index_info.idxFlags field, allowing... |
commit | commitdiff | tree |
2015-09-29 |
dan | Ensure that the xSavepoint() virtual table method is... |
commit | commitdiff | tree |
2015-09-29 |
drh | Remove dead code, replacing with assert() statements... vtab-onepass |
commit | commitdiff | tree |
2015-09-29 |
drh | Create the sqlite3IsToplevel(Parse*) interface to check... |
commit | commitdiff | tree |
2015-09-29 |
drh | Fix compiler warnings. |
commit | commitdiff | tree |
2015-09-29 |
dan | Fix an off-by-one error in test function fts5_decode(). |
commit | commitdiff | tree |
2015-09-29 |
dan | Merge latest trunk change into this branch. |
commit | commitdiff | tree |
2015-09-29 |
dan | Change the name of the new sqlite3_index_info.flags... |
commit | commitdiff | tree |
2015-09-29 |
dan | Add tests for fts3 and onepass update/delete operations... |
commit | commitdiff | tree |
2015-09-28 |
dan | Also allow UPDATE on virtual tables to use the onepass... |
commit | commitdiff | tree |
2015-09-28 |
drh | Extra information provided by .wheretrace on input... |
commit | commitdiff | tree |
2015-09-28 |
dan | Update fts3 to use the onepass strategy for delete... |
commit | commitdiff | tree |
2015-09-28 |
dan | Changes to allow DELETE operations on virtual tables... |
commit | commitdiff | tree |
2015-09-28 |
drh | Add test cases to the ONEPASS optimization corruption... |
commit | commitdiff | tree |
2015-09-28 |
drh | Fix a database corruption bug caused by the ONEPASS... |
commit | commitdiff | tree |
2015-09-26 |
drh | Enable adding JSON1 by appending the json1.c source... |
commit | commitdiff | tree |
2015-09-26 |
drh | Fix a memory leak that can occur following a syntax... |
commit | commitdiff | tree |
2015-09-26 |
drh | Fix the title of the documentation on sqlite3_value_sub... |
commit | commitdiff | tree |
2015-09-26 |
drh | Expand the header comment to clarify the purpose for the |
commit | commitdiff | tree |
2015-09-26 |
drh | Remove an assert in the windows worker-thread logic... |
commit | commitdiff | tree |
2015-09-25 |
drh | Fix threads.c so that setting sqlite3FaultSim(200)... |
commit | commitdiff | tree |
2015-09-25 |
drh | Fix PRAGMA integrity_check so that it works with a... |
commit | commitdiff | tree |
2015-09-25 |
drh | Report an error if the number of named columns in a... |
commit | commitdiff | tree |
2015-09-25 |
drh | Fix a problem computing affinities for indexes during... |
commit | commitdiff | tree |
2015-09-24 |
drh | Enhance the query planner so that it is able to use... |
commit | commitdiff | tree |
2015-09-24 |
drh | Fix over-length source code lines in where.c. No logic... |
commit | commitdiff | tree |
2015-09-24 |
drh | Strengthen the implementations of xShmMemoryBarrier... |
commit | commitdiff | tree |
next |