2018-05-25 |
drh | This is an untested proof-of-concept for enhancements... rtree-update-optimization |
commit | commitdiff | tree |
2018-05-24 |
drh | When doing a one-pass UPDATE or DELETE on virtual table... |
commit | commitdiff | tree |
2018-05-24 |
drh | New test case for reading and writing the same rtree... |
commit | commitdiff | tree |
2018-05-24 |
drh | Do not allow RTree writes when a read cursor is active... |
commit | commitdiff | tree |
2018-05-24 |
drh | In the OOM testing logic, add the sqlite3FirstFault... |
commit | commitdiff | tree |
2018-05-24 |
drh | Fix a typo in a comment used to generate VDBE opcode... |
commit | commitdiff | tree |
2018-05-24 |
drh | Addition cases for rtree preformance testing in speedte... |
commit | commitdiff | tree |
2018-05-24 |
drh | Updates to the sqlite3_vtab_nochange() documentation... |
commit | commitdiff | tree |
2018-05-23 |
drh | Remove a branch that is no longer used due to the fix... |
commit | commitdiff | tree |
2018-05-23 |
drh | Verify that the sqlite_sequence table exists and is... |
commit | commitdiff | tree |
2018-05-18 |
drh | Add support for auxiliary columns to the rtree extension. |
commit | commitdiff | tree |
2018-05-18 |
drh | Merge enhancements from trunk, especially the CLI fixes. aux-data-in-rtree |
commit | commitdiff | tree |
2018-05-18 |
drh | In the CLI, detect and report errors on sqlite3_close... |
commit | commitdiff | tree |
2018-05-18 |
drh | Avoid unnecessary sqlite3_finalize() operations. |
commit | commitdiff | tree |
2018-05-18 |
drh | Fix a prepare-statement leak. |
commit | commitdiff | tree |
2018-05-18 |
drh | Improved error messages. Limit the number of auxiliary... |
commit | commitdiff | tree |
2018-05-18 |
drh | Improvements to integer/float comparisons on architectu... |
commit | commitdiff | tree |
2018-05-18 |
drh | Remove incorrect NEVER() macro added by the previous... int-float-compare |
commit | commitdiff | tree |
2018-05-18 |
drh | Improvements to the sqlite3IntFloatCompare() routine... |
commit | commitdiff | tree |
2018-05-17 |
drh | In the CLI with the -A command, if the file does not... |
commit | commitdiff | tree |
2018-05-17 |
drh | Improved error and help messages for the ".archive... |
commit | commitdiff | tree |
2018-05-17 |
drh | Fix memory errors associated with argv in the CLI when... |
commit | commitdiff | tree |
2018-05-16 |
drh | Fix an issue with rtreecheck() and auxiliary data columns. |
commit | commitdiff | tree |
2018-05-16 |
drh | Do not allow auxiliary columns in the rtree to interfer... |
commit | commitdiff | tree |
2018-05-16 |
drh | Fix the OOM issue mentioned in the previous check-in. |
commit | commitdiff | tree |
2018-05-16 |
drh | Initial implementation of the ability to have auxiliary... |
commit | commitdiff | tree |
2018-05-16 |
drh | Enhance the sqlite3_str_new() interface so that it... |
commit | commitdiff | tree |
2018-05-16 |
drh | Correct output for the fullkey column of json_each... |
commit | commitdiff | tree |
2018-05-15 |
dan | Fix a test case problem in wherelimit.test. |
commit | commitdiff | tree |
2018-05-14 |
drh | Make more aggressive use of automatic indexes when... |
commit | commitdiff | tree |
2018-05-14 |
drh | Convert the schema creation logic in the rtree extensio... |
commit | commitdiff | tree |
2018-05-14 |
mistachkin | Fix typo in the shell.c source file. |
commit | commitdiff | tree |
2018-05-14 |
drh | Export the deduceDatabaseType() function the shell... |
commit | commitdiff | tree |
2018-05-14 |
drh | Add the --append option to the ".backup" command in... |
commit | commitdiff | tree |
2018-05-12 |
drh | In the CLI, allow comment lines that begin with '#... |
commit | commitdiff | tree |
2018-05-11 |
drh | In the CLI, return non-zero if there are errors on... |
commit | commitdiff | tree |
2018-05-11 |
drh | Fix a typo in the help message from the ".sha3sum"... |
commit | commitdiff | tree |
2018-05-11 |
drh | Make sure the open_db() routine in the CLI does not... |
commit | commitdiff | tree |
2018-05-09 |
dan | Add a test case to check that the fts5 unicode64 tokeni... |
commit | commitdiff | tree |
2018-05-09 |
drh | Add 14 new interfaces to the loadable extension mechanism. |
commit | commitdiff | tree |
2018-05-09 |
drh | Fix minor problems with the sqlite3_str interface. |
commit | commitdiff | tree |
2018-05-09 |
drh | Make the internal dynamic string interface available... |
commit | commitdiff | tree |
2018-05-09 |
drh | Fix a typo in a comment used for documentation. No... |
commit | commitdiff | tree |
2018-05-08 |
drh | Correctly format the STAT1 and STAT4 content in the... |
commit | commitdiff | tree |
2018-05-08 |
drh | Fix a harmless compiler warning in fuzzcheck. Add... |
commit | commitdiff | tree |
2018-05-08 |
drh | Fuzz test cases for UPSERT. |
commit | commitdiff | tree |
2018-05-07 |
drh | Activate the cell-overwrite optimization for index... |
commit | commitdiff | tree |
2018-05-07 |
drh | Improved comments on the cell-overwrite optimization... |
commit | commitdiff | tree |
2018-05-07 |
drh | On an UPDATE, try to overwrite an existing btree cell... |
commit | commitdiff | tree |
2018-05-07 |
drh | Fix harmless compiler warnings associated with the... |
commit | commitdiff | tree |
2018-05-07 |
drh | Fix harmless compiler warnings in the cell-overwrite... cell-overwrite-prototype |
commit | commitdiff | tree |
2018-05-07 |
drh | Backout change [05fee1a21ea398f1e4d6f1cf3] because... |
commit | commitdiff | tree |
2018-05-05 |
drh | In an ORDER BY LIMIT, make sure the ORDER BY expression... |
commit | commitdiff | tree |
2018-05-05 |
drh | Fix a slightly incorrect corruption detection branch... |
commit | commitdiff | tree |
2018-05-04 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2018-05-04 |
drh | Fix requirements marks. No code changes. |
commit | commitdiff | tree |
2018-05-04 |
drh | For the amalgamation-tarball, enable FTS5 and JSON1... |
commit | commitdiff | tree |
2018-05-04 |
drh | Make a separate limb in the EXPLAIN QUERY PLAN output... |
commit | commitdiff | tree |
2018-05-03 |
drh | In ORDER BY LIMIT queries, try to evaluate the ORDER... |
commit | commitdiff | tree |
2018-05-03 |
drh | Fix a branch that has become unreachable due to recent... |
commit | commitdiff | tree |
2018-05-03 |
drh | Improved security for VACUUM. This check-in combines... |
commit | commitdiff | tree |
2018-05-03 |
drh | Overhaul of EXPLAIN QUERY PLAN. The output is now in... |
commit | commitdiff | tree |
2018-05-03 |
drh | Optimizations to the new EQP framework. rework-EQP |
commit | commitdiff | tree |
2018-05-03 |
drh | Fix various error handling conditions on the cell overw... |
commit | commitdiff | tree |
2018-05-03 |
drh | The BtCursor.info fields are only valid if info.nSize!=0. |
commit | commitdiff | tree |
2018-05-03 |
drh | Add more corruption checking to the cell overwrite... |
commit | commitdiff | tree |
2018-05-03 |
drh | Bug fixes in the overwrite optimization. |
commit | commitdiff | tree |
2018-05-03 |
drh | The sqlite3BtreeInsert() routine tries to overwrite... |
commit | commitdiff | tree |
2018-05-03 |
drh | Enhance EXPLAIN QUERY PLAN to report the generation... |
commit | commitdiff | tree |
2018-05-02 |
drh | More test case updates. Tests are all running now. |
commit | commitdiff | tree |
2018-05-02 |
drh | Fix test cases so that they work with the new EXPLAIN... |
commit | commitdiff | tree |
2018-05-02 |
drh | Improved EQP output for recursive CTEs and multi-value... |
commit | commitdiff | tree |
2018-05-02 |
drh | Prevent VACUUM from running any commands in sqlite_mast... |
commit | commitdiff | tree |
2018-05-02 |
drh | Fix a dangling-else problem that was causing recursive... |
commit | commitdiff | tree |
2018-05-02 |
dan | Fix a problem in the xBestIndex method of the closure... |
commit | commitdiff | tree |
2018-05-02 |
mistachkin | Add sqlite3_win32_set_directory8() and sqlite3_win32_se... |
commit | commitdiff | tree |
2018-05-02 |
drh | Improvements to the EQP display for compound select... |
commit | commitdiff | tree |
2018-05-02 |
drh | Begin reengineering the EXPLAIN QUERY PLAN function... |
commit | commitdiff | tree |
2018-05-01 |
drh | The SQLITE_ALLOW_SQLITE_MASTER_INDEX compile-time optio... |
commit | commitdiff | tree |
2018-04-30 |
drh | Defer loading result column values into registers on... faster-order-by-limit |
commit | commitdiff | tree |
2018-04-28 |
drh | Test cases added for SQLITE_DBCONFIG_RESET_DATABASE. |
commit | commitdiff | tree |
2018-04-28 |
dan | Fix an RBU problem causing spurious SQLITE_CONSTRAINT... |
commit | commitdiff | tree |
2018-04-28 |
drh | Add the SQLITE_DBCONFIG_RESET_DATABASE control for... |
commit | commitdiff | tree |
2018-04-28 |
drh | Add the SQLITE_DBCONFIG_RESET_DATABASE control as a... |
commit | commitdiff | tree |
2018-04-28 |
drh | Merge updates from trunk. |
commit | commitdiff | tree |
2018-04-28 |
drh | Prevent deep recursions on nested COLLATE operators. |
commit | commitdiff | tree |
2018-04-28 |
drh | Fix compiler warnings in FTS3. |
commit | commitdiff | tree |
2018-04-28 |
mistachkin | Document and expose sqlite3_win32_set_directory() funct... |
commit | commitdiff | tree |
2018-04-28 |
mistachkin | Add comments about the intended use of the sqlite3_data... win32dir |
commit | commitdiff | tree |
2018-04-28 |
drh | Add the "PRAGMA reset_database=ON|OFF" command. When... |
commit | commitdiff | tree |
2018-04-27 |
mistachkin | Document and expose sqlite3_win32_set_directory() funct... |
commit | commitdiff | tree |
2018-04-27 |
dan | Update test script fts3expr4.test so that it always... |
commit | commitdiff | tree |
2018-04-27 |
dan | Fix a test script error causing tests to fail in soak... |
commit | commitdiff | tree |
2018-04-27 |
drh | Enhance the comments in the templatevtab.c implementation. |
commit | commitdiff | tree |
2018-04-26 |
drh | The previous fix for ticket [d85fffd6ffe856092ed8da... |
commit | commitdiff | tree |
2018-04-26 |
dan | When processing an "ORDER BY ... LIMIT" that does not... |
commit | commitdiff | tree |
2018-04-26 |
dan | When processing an "ORDER BY ... LIMIT" that does not... sorter-limit-opt |
commit | commitdiff | tree |
2018-04-26 |
drh | Ensure that new.* values of an UPDATE do not get clobbe... |
commit | commitdiff | tree |
2018-04-26 |
drh | Clarification of the behavior of a BEFORE UPDATE trigge... |
commit | commitdiff | tree |
2018-04-26 |
drh | Improved VDBE comment on the OP_Param opcode. No subst... |
commit | commitdiff | tree |
next |