2020-03-11 |
drh | Rename sqlite3ExprCodeAtInit() to sqlite3ExprCodeRunJus... do-not-factor-functions |
commit | commitdiff | tree |
2020-03-11 |
drh | Do not factor out constant functions into the initializ... |
commit | commitdiff | tree |
2020-03-11 |
drh | This variant to the fix for ticket [e0c2ad1aa8a9c691... |
commit | commitdiff | tree |
2020-03-10 |
drh | Enhanced detection logic for preventing the use of... |
commit | commitdiff | tree |
2020-03-10 |
drh | Further changes to ensure that expressions held in... |
commit | commitdiff | tree |
2020-03-10 |
drh | Make a copy of the expression that defines a value... |
commit | commitdiff | tree |
2020-03-10 |
drh | Apply the correct affinity transformations when pulling... |
commit | commitdiff | tree |
2020-03-10 |
drh | The sqlite3ExprCodeFactorable() routine should make... |
commit | commitdiff | tree |
2020-03-09 |
drh | Cleaner separation of the STAT4-specific logic in the... |
commit | commitdiff | tree |
2020-03-09 |
drh | Enhancements to the ".import" command of the CLI. |
commit | commitdiff | tree |
2020-03-09 |
pdr | Fix typos in RowSet. |
commit | commitdiff | tree |
2020-03-09 |
drh | Fix typos in the Lemon documentation. |
commit | commitdiff | tree |
2020-03-08 |
pdr | Avoid a redundant NULL check |
commit | commitdiff | tree |
2020-03-05 |
dan | Report an error if the main, or any other, database... |
commit | commitdiff | tree |
2020-03-05 |
drh | Change the sqlite3.pDfltColl (the default collating... |
commit | commitdiff | tree |
2020-03-05 |
drh | When printing the OP_CollSeq opcode for EXPLAIN listing... |
commit | commitdiff | tree |
2020-03-03 |
drh | Fix a false-positive in the debugging logic that attemp... |
commit | commitdiff | tree |
2020-03-03 |
drh | Remove an invalid assert() on the debugging logic that... |
commit | commitdiff | tree |
2020-03-03 |
drh | Improved detection of corruption in the interior nodes... |
commit | commitdiff | tree |
2020-03-02 |
drh | Enhance the fuzzcheck test program so that it is able... |
commit | commitdiff | tree |
2020-03-02 |
drh | Fix a faulty assert() statement in the stale-register... |
commit | commitdiff | tree |
2020-03-02 |
drh | Ensure that the NULL-scan pass counter is initialized... |
commit | commitdiff | tree |
2020-02-29 |
dan | Fix a problem with window functions occuring within... |
commit | commitdiff | tree |
2020-02-29 |
drh | In the CLI, add the ".oom" command for debugging builds. |
commit | commitdiff | tree |
2020-02-28 |
drh | The RTREE extension behaves has if data columns have... |
commit | commitdiff | tree |
2020-02-27 |
dan | In sqlite3changeset_apply(), ensure that DELETE and... |
commit | commitdiff | tree |
2020-02-27 |
drh | Fix harmless compiler warnings from MSVC. |
commit | commitdiff | tree |
2020-02-27 |
dan | Optimization for "SELECT min(x) FROM tbl" where "x... |
commit | commitdiff | tree |
2020-02-27 |
drh | Extra zero terminators on the end of the blank filename... |
commit | commitdiff | tree |
2020-02-27 |
drh | Ensure that the filename passed into the xFullPathname... |
commit | commitdiff | tree |
2020-02-25 |
drh | Update the fuzzcheck test module so that it avoids... |
commit | commitdiff | tree |
2020-02-24 |
drh | If STAT4 determines that a WHERE clause term that is... |
commit | commitdiff | tree |
2020-02-24 |
drh | Rework this changes so that instead of setting the... stat4-truthprob |
commit | commitdiff | tree |
2020-02-24 |
drh | Disable the new analyzeG.test module if not building... |
commit | commitdiff | tree |
2020-02-24 |
drh | Merge bugfix from trunk. |
commit | commitdiff | tree |
2020-02-23 |
drh | Fix a problem with ALTER TABLE for views that have... |
commit | commitdiff | tree |
2020-02-22 |
drh | Do not activate the truthProb adjustment mechanism... |
commit | commitdiff | tree |
2020-02-22 |
dan | Add new test file analyzeG.test, containing a test... |
commit | commitdiff | tree |
2020-02-22 |
drh | When stat4 information is available, try to use it... |
commit | commitdiff | tree |
2020-02-22 |
drh | In the OP_Column opcode, if the cursor is marked NullRo... |
commit | commitdiff | tree |
2020-02-20 |
dan | Add test case for previous commit. |
commit | commitdiff | tree |
2020-02-20 |
drh | Early-out on the INTERSECT query processing following... |
commit | commitdiff | tree |
2020-02-19 |
drh | Fix a potential NULL pointer dereference following... |
commit | commitdiff | tree |
2020-02-18 |
drh | Remove a NEVER() macro and add a test case to cause... |
commit | commitdiff | tree |
2020-02-18 |
drh | Add the new sqlite3_create_filename() and sqlite3_free_... |
commit | commitdiff | tree |
2020-02-17 |
drh | Convert invalid surrogates to 0xfffd when translating... |
commit | commitdiff | tree |
2020-02-17 |
drh | A better (smaller and faster) solution to ticket [43748... |
commit | commitdiff | tree |
2020-02-17 |
drh | Take care when checking the table of a TK_COLUMN expres... |
commit | commitdiff | tree |
2020-02-16 |
drh | Avoid an infinite recursion on an illegal recursive... |
commit | commitdiff | tree |
2020-02-13 |
drh | Fix problems in the constant propagation optimization... |
commit | commitdiff | tree |
2020-02-13 |
drh | Disallow the skip-scan optimization in the absence... |
commit | commitdiff | tree |
2020-02-13 |
drh | Omit O_NOFOLLOW from the open() call when opening ... |
commit | commitdiff | tree |
2020-02-13 |
drh | Fix an incorrect assert() statement that was added... |
commit | commitdiff | tree |
2020-02-12 |
drh | Increase the default upper bound on the number of param... |
commit | commitdiff | tree |
2020-02-12 |
dan | When determining whether an == or IS constraint in... |
commit | commitdiff | tree |
2020-02-10 |
drh | Mark the sha1() extension function as SQLITE_DETERMINISTIC. |
commit | commitdiff | tree |
2020-02-10 |
drh | Fix the build for when SQLITE_VDBE_COVERAGE is used. |
commit | commitdiff | tree |
2020-02-07 |
drh | During byte-code generation, strive to avoid jumps... |
commit | commitdiff | tree |
2020-02-07 |
drh | Simplify the code by removing the unsupported and undoc... |
commit | commitdiff | tree |
2020-02-06 |
drh | There is no need to keep track of the number of changed... |
commit | commitdiff | tree |
2020-02-06 |
drh | Unroll the comparison loop inside keywordCode() for... |
commit | commitdiff | tree |
2020-02-06 |
drh | Separate OP_IdxInsert and OP_SorterInsert into complete... |
commit | commitdiff | tree |
2020-02-06 |
drh | Remove dead code from the sqlite3_filename_database... |
commit | commitdiff | tree |
2020-02-06 |
dan | Fix some fts3 problems found by usan. |
commit | commitdiff | tree |
2020-02-05 |
drh | Small size reduction and performance improvement in the |
commit | commitdiff | tree |
2020-02-04 |
dan | Enable more detailed log messages in SQLITE_ENABLE_CORR... |
commit | commitdiff | tree |
2020-02-04 |
drh | Extend the OP_Copy-coalesce optimization fix of check... |
commit | commitdiff | tree |
2020-02-04 |
drh | Fix a problem with the byte-code decompiler that was... |
commit | commitdiff | tree |
2020-02-03 |
drh | Cosmetic change to the xfer-optimization to put the... |
commit | commitdiff | tree |
2020-02-03 |
drh | Increase the version number to 3.32.0. |
commit | commitdiff | tree |
2020-02-01 |
drh | On an INSERT or UPDATE, perform affinity conversions... |
commit | commitdiff | tree |
2020-02-01 |
drh | Fix the comment display for the OP_Function opcode... |
commit | commitdiff | tree |
2020-02-01 |
drh | Merge the sqlite3CodecQueryParameters() fix into trunk. |
commit | commitdiff | tree |
2020-02-01 |
drh | Fix a problem in sqlite3CodecQueryParameters() that... |
commit | commitdiff | tree |
2020-01-31 |
drh | Fix a minor typo in a comment in the btreeinfo extension. |
commit | commitdiff | tree |
2020-01-29 |
dan | Fix a problem with the processing of IN(...) constraint... |
commit | commitdiff | tree |
2020-01-29 |
dan | Add a test case for commit [ffd8bb93]. |
commit | commitdiff | tree |
2020-01-29 |
drh | Remove a NEVER() that is in fact reachable. Test cases... |
commit | commitdiff | tree |
2020-01-29 |
drh | Add new memory barriers during initialization. |
commit | commitdiff | tree |
2020-01-29 |
drh | Modify a couple of FTS test cases so that they work... |
commit | commitdiff | tree |
2020-01-28 |
drh | Faster decoding of 32-bit variable-length integers... |
commit | commitdiff | tree |
2020-01-28 |
drh | Small performance improvement to the key-comparision... |
commit | commitdiff | tree |
2020-01-28 |
drh | Reinstate the optimization of converting "a IN (C)... |
commit | commitdiff | tree |
2020-01-28 |
dan | Fix a 4 byte OOB read in test_multiplex.c. |
commit | commitdiff | tree |
2020-01-28 |
drh | Minor change for compatibility with the s390 architecture. |
commit | commitdiff | tree |
2020-01-27 |
drh | Version 3.31.1 version-3.31.1 |
commit | commitdiff | tree |
2020-01-27 |
drh | Update the version number to 3.31.1. |
commit | commitdiff | tree |
2020-01-27 |
drh | Revise the layout of filenames in the Pager object... |
commit | commitdiff | tree |
2020-01-23 |
drh | Fix typos in the sqlite3ext.h header file that prevent... |
commit | commitdiff | tree |
2020-01-23 |
mistachkin | Fix variable declaration issue seen with MSVC. |
commit | commitdiff | tree |
2020-01-22 |
drh | Fix a NEVER() macro that can be true if compiled with |
commit | commitdiff | tree |
2020-01-22 |
drh | Version 3.31.0 version-3.31.0 |
commit | commitdiff | tree |
2020-01-21 |
dan | Update test file exclusive.test so that it works with... |
commit | commitdiff | tree |
2020-01-21 |
dan | Fix a problem with using views in SQLITE_OMIT_VIRTUAL_T... |
commit | commitdiff | tree |
2020-01-21 |
dan | Fix a case in fts3auto.test that fails for SQLITE_DISAB... |
commit | commitdiff | tree |
2020-01-21 |
dan | Fix an assert() that could fail in SQLITE_MUTATION_TEST... |
commit | commitdiff | tree |
2020-01-21 |
dan | Fix a problem in the userauth extension causing it... |
commit | commitdiff | tree |
2020-01-21 |
drh | Fix the series.c and spellfix.c extensions to use SQLIT... |
commit | commitdiff | tree |
2020-01-21 |
mistachkin | Improvements to the autoconf TEA Makefile for MSVC. |
commit | commitdiff | tree |
2020-01-20 |
drh | In the fuzzcheck test program, reduce the default expre... |
commit | commitdiff | tree |
next |