2019-05-07 |
drh | Add the exprNodeCopy() routine that will safely memcpy... expr-node-copy-patch |
commit | commitdiff | tree |
2018-06-04 |
drh | Merge changes from trunk. |
commit | commitdiff | tree |
2018-06-02 |
drh | Avoid using a misaligned pointer. |
commit | commitdiff | tree |
2018-06-02 |
drh | Fix the usage of posix_fallocate() so that it correctly... |
commit | commitdiff | tree |
2018-06-02 |
dan | Update a test case in malloc5.test to take into account... |
commit | commitdiff | tree |
2018-06-02 |
drh | Work around a sanitizer warning about a pointer being... align8-fix |
commit | commitdiff | tree |
2018-06-02 |
drh | Proposed fix for the use of posix_fallocate() so that... einval-from-fallocate |
commit | commitdiff | tree |
2018-06-02 |
drh | Fix the CSV extension so that it works with single... |
commit | commitdiff | tree |
2018-06-02 |
drh | Ensure that sqlite3AuthRead() is only call for TK_COLUM... |
commit | commitdiff | tree |
2018-06-01 |
dan | Fix a bug in the SQLITE_ENABLE_SORTER_REFERENCES code... |
commit | commitdiff | tree |
2018-05-31 |
drh | More documentation typo fixes. No code changes. |
commit | commitdiff | tree |
2018-05-31 |
drh | Fix a harmless typo in a comment used to generate docum... |
commit | commitdiff | tree |
2018-05-30 |
drh | Add the Makefile.fallback makefile to the amalgamation... |
commit | commitdiff | tree |
2018-05-30 |
drh | Do not use the codec on the resetdb.test script. |
commit | commitdiff | tree |
2018-05-30 |
drh | Fix a typo in an error message in the CLI. |
commit | commitdiff | tree |
2018-05-30 |
drh | Fix the parser so that it builds with -DSQLITE_OMIT_CTE. |
commit | commitdiff | tree |
2018-05-30 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2018-05-29 |
dan | Increase the number of database handles opened by test... |
commit | commitdiff | tree |
2018-05-29 |
dan | Fix autoinc.test and resetdb.test so that they work... |
commit | commitdiff | tree |
2018-05-29 |
drh | Add a comment to justify a goto statement. No code... |
commit | commitdiff | tree |
2018-05-29 |
dan | More minor changes to test scripts. |
commit | commitdiff | tree |
2018-05-29 |
dan | Fix some test script issues caused by recent EXPLAIN... |
commit | commitdiff | tree |
2018-05-29 |
dan | Do not run test file "resetdb.test" as part of permutat... |
commit | commitdiff | tree |
2018-05-28 |
dan | Do not require a statement journal in cases where REPLA... |
commit | commitdiff | tree |
2018-05-28 |
drh | When compiling with SQLITE_DEBUG, add run-time checks... |
commit | commitdiff | tree |
2018-05-28 |
drh | Fix the build so that it works with -DSQLITE_TEST_REALL... stmt-journal-testing |
commit | commitdiff | tree |
2018-05-28 |
drh | When compiling with SQLITE_DEBUG, add run-time checks... |
commit | commitdiff | tree |
2018-05-26 |
drh | Store application-defined function names as lower-case... |
commit | commitdiff | tree |
2018-05-26 |
drh | Add a single sentence of documentation about the virtua... |
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 | Merge changes from trunk, especially the activation... |
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 | Merge enhancements from trunk, and especially the cell... |
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 | Bring the code that changes the owner of WAL and rollba... |
commit | commitdiff | tree |
2018-05-04 |
drh | Merge recent enhancements from trunk. |
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 |
next |