| 2020-02-27 |  drh | Fix harmless compiler warnings from MSVC. | commit | commitdiff | tree | snapshot | 
| 2020-02-27 |  dan | Optimization for "SELECT min(x) FROM tbl" where "x... | commit | commitdiff | tree | snapshot | 
| 2020-02-27 |  drh | Extra zero terminators on the end of the blank filename... | commit | commitdiff | tree | snapshot | 
| 2020-02-27 |  drh | Ensure that the filename passed into the xFullPathname... | commit | commitdiff | tree | snapshot | 
| 2020-02-25 |  drh | Update the fuzzcheck test module so that it avoids... | commit | commitdiff | tree | snapshot | 
| 2020-02-24 |  drh | If STAT4 determines that a WHERE clause term that is... | commit | commitdiff | tree | snapshot | 
| 2020-02-24 |  drh | Rework this changes so that instead of setting the...   stat4-truthprob | commit | commitdiff | tree | snapshot | 
| 2020-02-24 |  drh | Disable the new analyzeG.test module if not building... | commit | commitdiff | tree | snapshot | 
| 2020-02-24 |  drh | Merge bugfix from trunk. | commit | commitdiff | tree | snapshot | 
| 2020-02-23 |  drh | Fix a problem with ALTER TABLE for views that have... | commit | commitdiff | tree | snapshot | 
| 2020-02-22 |  drh | Do not activate the truthProb adjustment mechanism... | commit | commitdiff | tree | snapshot | 
| 2020-02-22 |  dan | Add new test file analyzeG.test, containing a test... | commit | commitdiff | tree | snapshot | 
| 2020-02-22 |  drh | When stat4 information is available, try to use it... | commit | commitdiff | tree | snapshot | 
| 2020-02-22 |  drh | In the OP_Column opcode, if the cursor is marked NullRo... | commit | commitdiff | tree | snapshot | 
| 2020-02-20 |  dan | Add test case for previous commit. | commit | commitdiff | tree | snapshot | 
| 2020-02-20 |  drh | Early-out on the INTERSECT query processing following... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  drh | Fix a potential NULL pointer dereference following... | commit | commitdiff | tree | snapshot | 
| 2020-02-18 |  drh | Remove a NEVER() macro and add a test case to cause... | commit | commitdiff | tree | snapshot | 
| 2020-02-18 |  drh | Add the new sqlite3_create_filename() and sqlite3_free_... | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  drh | Convert invalid surrogates to 0xfffd when translating... | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  drh | A better (smaller and faster) solution to ticket [43748... | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  drh | Take care when checking the table of a TK_COLUMN expres... | commit | commitdiff | tree | snapshot | 
| 2020-02-16 |  drh | Avoid an infinite recursion on an illegal recursive... | commit | commitdiff | tree | snapshot | 
| 2020-02-13 |  drh | Fix problems in the constant propagation optimization... | commit | commitdiff | tree | snapshot | 
| 2020-02-13 |  drh | Disallow the skip-scan optimization in the absence... | commit | commitdiff | tree | snapshot | 
| 2020-02-13 |  drh | Omit O_NOFOLLOW from the open() call when opening ... | commit | commitdiff | tree | snapshot | 
| 2020-02-13 |  drh | Fix an incorrect assert() statement that was added... | commit | commitdiff | tree | snapshot | 
| 2020-02-12 |  drh | Increase the default upper bound on the number of param... | commit | commitdiff | tree | snapshot | 
| 2020-02-12 |  dan | When determining whether an == or IS constraint in... | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  drh | Mark the sha1() extension function as SQLITE_DETERMINISTIC. | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  drh | Fix the build for when SQLITE_VDBE_COVERAGE is used. | commit | commitdiff | tree | snapshot | 
| 2020-02-07 |  drh | During byte-code generation, strive to avoid jumps... | commit | commitdiff | tree | snapshot | 
| 2020-02-07 |  drh | Simplify the code by removing the unsupported and undoc... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  drh | There is no need to keep track of the number of changed... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  drh | Unroll the comparison loop inside keywordCode() for... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  drh | Separate OP_IdxInsert and OP_SorterInsert into complete... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  drh | Remove dead code from the sqlite3_filename_database... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  dan | Fix some fts3 problems found by usan. | commit | commitdiff | tree | snapshot | 
| 2020-02-05 |  drh | Small size reduction and performance improvement in the | commit | commitdiff | tree | snapshot | 
| 2020-02-04 |  dan | Enable more detailed log messages in SQLITE_ENABLE_CORR... | commit | commitdiff | tree | snapshot | 
| 2020-02-04 |  drh | Extend the OP_Copy-coalesce optimization fix of check... | commit | commitdiff | tree | snapshot | 
| 2020-02-04 |  drh | Fix a problem with the byte-code decompiler that was... | commit | commitdiff | tree | snapshot | 
| 2020-02-03 |  drh | Cosmetic change to the xfer-optimization to put the... | commit | commitdiff | tree | snapshot | 
| 2020-02-03 |  drh | Increase the version number to 3.32.0. | commit | commitdiff | tree | snapshot | 
| 2020-02-01 |  drh | On an INSERT or UPDATE, perform affinity conversions... | commit | commitdiff | tree | snapshot | 
| 2020-02-01 |  drh | Fix the comment display for the OP_Function opcode... | commit | commitdiff | tree | snapshot | 
| 2020-02-01 |  drh | Merge the sqlite3CodecQueryParameters() fix into trunk. | commit | commitdiff | tree | snapshot | 
| 2020-02-01 |  drh | Fix a problem in sqlite3CodecQueryParameters() that... | commit | commitdiff | tree | snapshot | 
| 2020-01-31 |  drh | Fix a minor typo in a comment in the btreeinfo extension. | commit | commitdiff | tree | snapshot | 
| 2020-01-29 |  dan | Fix a problem with the processing of IN(...) constraint... | commit | commitdiff | tree | snapshot | 
| 2020-01-29 |  dan | Add a test case for commit [ffd8bb93]. | commit | commitdiff | tree | snapshot | 
| 2020-01-29 |  drh | Remove a NEVER() that is in fact reachable.  Test cases... | commit | commitdiff | tree | snapshot | 
| 2020-01-29 |  drh | Add new memory barriers during initialization. | commit | commitdiff | tree | snapshot | 
| 2020-01-29 |  drh | Modify a couple of FTS test cases so that they work... | commit | commitdiff | tree | snapshot | 
| 2020-01-28 |  drh | Faster decoding of 32-bit variable-length integers... | commit | commitdiff | tree | snapshot | 
| 2020-01-28 |  drh | Small performance improvement to the key-comparision... | commit | commitdiff | tree | snapshot | 
| 2020-01-28 |  drh | Reinstate the optimization of converting "a IN (C)... | commit | commitdiff | tree | snapshot | 
| 2020-01-28 |  dan | Fix a 4 byte OOB read in test_multiplex.c. | commit | commitdiff | tree | snapshot | 
| 2020-01-28 |  drh | Minor change for compatibility with the s390 architecture. | commit | commitdiff | tree | snapshot | 
| 2020-01-27 |  drh | Version 3.31.1  version-3.31.1 | commit | commitdiff | tree | snapshot | 
| 2020-01-27 |  drh | Update the version number to 3.31.1. | commit | commitdiff | tree | snapshot | 
| 2020-01-27 |  drh | Revise the layout of filenames in the Pager object... | commit | commitdiff | tree | snapshot | 
| 2020-01-23 |  drh | Fix typos in the sqlite3ext.h header file that prevent... | commit | commitdiff | tree | snapshot | 
| 2020-01-23 |  mistachkin | Fix variable declaration issue seen with MSVC. | commit | commitdiff | tree | snapshot | 
| 2020-01-22 |  drh | Fix a NEVER() macro that can be true if compiled with | commit | commitdiff | tree | snapshot | 
| 2020-01-22 |  drh | Version 3.31.0  version-3.31.0 | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  dan | Update test file exclusive.test so that it works with... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  dan | Fix a problem with using views in SQLITE_OMIT_VIRTUAL_T... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  dan | Fix a case in fts3auto.test that fails for SQLITE_DISAB... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  dan | Fix an assert() that could fail in SQLITE_MUTATION_TEST... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  dan | Fix a problem in the userauth extension causing it... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  drh | Fix the series.c and spellfix.c extensions to use SQLIT... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  mistachkin | Improvements to the autoconf TEA Makefile for MSVC. | commit | commitdiff | tree | snapshot | 
| 2020-01-20 |  drh | In the fuzzcheck test program, reduce the default expre... | commit | commitdiff | tree | snapshot | 
| 2020-01-19 |  drh | Enhancement to the CLI to allow the ".parameter init... | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Documentation improvements. | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | In the TCL interface, add the ability to change the | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Allow non-deterministic function in CHECK constraints... | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Do not use memcpy() of zero bytes when initializing... | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Disable a redundant test case that uses a very large... | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  mistachkin | Fix harmless compiler warning seen with MSVC. | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Add extra front margin to the fake empty filename retur... | commit | commitdiff | tree | snapshot | 
| 2020-01-18 |  drh | Fix the VDBE so that it correctly handles the sequence... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  drh | Fix a typo in a comment.  No code changes. | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  drh | The compress() function should not be deterministic... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  drh | Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  drh | Improved rounding in the 'unixepoch' feature of the... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  dan | Update test script instrfault.test to account for the... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  dan | Fix a case in "fuzz.test" that could fail, as non-deter... | commit | commitdiff | tree | snapshot | 
| 2020-01-16 |  drh | New testcase() macros in select.c, for coverage of... | commit | commitdiff | tree | snapshot | 
| 2020-01-16 |  dan | Add the SQLITE_FCNTL_CKPT_DONE file-control for the... | commit | commitdiff | tree | snapshot | 
| 2020-01-16 |  drh | Do not allow the constant-propagation optimization... | commit | commitdiff | tree | snapshot | 
| 2020-01-16 |  drh | Fix an SQL syntax error in the comment on the omit... | commit | commitdiff | tree | snapshot | 
| 2020-01-16 |  drh | Clean up the definitions of the TERM_ constants in... | commit | commitdiff | tree | snapshot | 
| 2020-01-15 |  drh | Do not allow the "PRAGMA encoding" statement to change... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  drh | Fix the urifuncs.c extension (used for testing and... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  drh | Remove an ALWAYS on a branch for improved database... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  drh | Add the new noop_nd() debugging function to the noop... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  drh | For the showdb utility program, more accurate detection... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  drh | Fix a minor typo on a comment in the CLI implementation. | commit | commitdiff | tree | snapshot | 
| next |