2018-02-27 |
dan | Update zonefile README.md file to mention the frame... zonefile |
commit | commitdiff | tree |
2018-02-27 |
dan | Rationalize some code in zonefile.c. Fix other minor... |
commit | commitdiff | tree |
2018-02-27 |
mistachkin | Enhance test 'zonefile1-6.5' to account for platform... |
commit | commitdiff | tree |
2018-02-27 |
mistachkin | Adjustments to test numbers for the 'zonefile' extension. |
commit | commitdiff | tree |
2018-02-27 |
dan | Have the zonefile extension use binary instead of text... |
commit | commitdiff | tree |
2018-02-26 |
dan | Add extra parameter to zonefileCodecCreate() to indicat... |
commit | commitdiff | tree |
2018-02-24 |
dan | Test edge cases in the zonefile module. Fix a broken... |
commit | commitdiff | tree |
2018-02-23 |
dan | Fix a problem with handling "k >= ?" constraints in... |
commit | commitdiff | tree |
2018-02-23 |
dan | Add test cases and minor fixes for the zonefile module. |
commit | commitdiff | tree |
2018-02-23 |
dan | Fix a problem causing SQLITE_HAVE_LZ4 builds of zonefil... |
commit | commitdiff | tree |
2018-02-23 |
dan | Fix a problem with DROP TABLE statements on zonefile... |
commit | commitdiff | tree |
2018-02-23 |
mistachkin | Fix harmless compiler warnings in the zonefile extensio... |
commit | commitdiff | tree |
2018-02-23 |
dan | Avoid running a test case that requires zstd in non... |
commit | commitdiff | tree |
2018-02-23 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree |
2018-02-23 |
mistachkin | Fix harmless compiler warnings in the zipfile extension... |
commit | commitdiff | tree |
2018-02-23 |
mistachkin | Enable the JSON1 extension when compiling the test... |
commit | commitdiff | tree |
2018-02-22 |
dan | Add tests cases and fix some minor zonefile problems. |
commit | commitdiff | tree |
2018-02-22 |
drh | For the "SQLite archive" link in the README.md file... |
commit | commitdiff | tree |
2018-02-22 |
drh | Updates to the README.md file. Mention the ability... |
commit | commitdiff | tree |
2018-02-22 |
dan | Add an LRU cache of uncompressed frame content to the... |
commit | commitdiff | tree |
2018-02-21 |
dan | Modifications to the zonefile module to make it easier... |
commit | commitdiff | tree |
2018-02-21 |
dan | Have zonefile store encryption keys in a hash-table... |
commit | commitdiff | tree |
2018-02-21 |
dan | In zonefile, change the "file TEXT" column back to... |
commit | commitdiff | tree |
2018-02-21 |
drh | Remove an unreachable branch in the walIndexPage()... |
commit | commitdiff | tree |
2018-02-21 |
drh | Small performance improvement in sqltie3WalFindFrame(). |
commit | commitdiff | tree |
2018-02-21 |
drh | Remove an unnecessary memset(). |
commit | commitdiff | tree |
2018-02-20 |
drh | Make the walIndexPage() routine about 3x faster by... |
commit | commitdiff | tree |
2018-02-20 |
dan | Update README.md in ext/zonefile. |
commit | commitdiff | tree |
2018-02-20 |
dan | Fix a problem with reading the "file" column of a zonef... |
commit | commitdiff | tree |
2018-02-20 |
dan | Instead of just the frame number, store frame sizes... |
commit | commitdiff | tree |
2018-02-20 |
drh | In the speed-check.sh script, make WAL mode the default... |
commit | commitdiff | tree |
2018-02-20 |
drh | Remove a superfluous "#if 1". No logic changes. |
commit | commitdiff | tree |
2018-02-20 |
drh | Optimize calls to sqlite3_mprintf("%z...") so that... |
commit | commitdiff | tree |
2018-02-20 |
drh | Remove a lot of the text describing extended format... |
commit | commitdiff | tree |
2018-02-19 |
drh | Enhance the string formatter (used by printf()) so... |
commit | commitdiff | tree |
2018-02-19 |
drh | Printing a value of 0 using %c terminates the string. printf-enhancement |
commit | commitdiff | tree |
2018-02-19 |
dan | Add support for invoking encryption hooks to zonefile... |
commit | commitdiff | tree |
2018-02-19 |
drh | More test cases for unicode handling in printf. |
commit | commitdiff | tree |
2018-02-19 |
drh | Test cases and a bug fix on the new unicode handling... |
commit | commitdiff | tree |
2018-02-19 |
drh | Fix the %c substitution in printf() so that it works... |
commit | commitdiff | tree |
2018-02-19 |
drh | Make the alternate-form-2 flag ("!") change the meaning... |
commit | commitdiff | tree |
2018-02-19 |
drh | In the printf() library, measure width and precision... |
commit | commitdiff | tree |
2018-02-19 |
drh | Only try to use the geteuid() interface on unix if... |
commit | commitdiff | tree |
2018-02-19 |
dan | Add support for the ExtendedHeaderSize header field... |
commit | commitdiff | tree |
2018-02-19 |
dan | Modify the zonefile format in order to avoid depending... |
commit | commitdiff | tree |
2018-02-19 |
drh | Fix an assert so that it compares two CellInfo objects... |
commit | commitdiff | tree |
2018-02-18 |
drh | Fix a memory leak in the processing of nested row value... |
commit | commitdiff | tree |
2018-02-18 |
mistachkin | Port mutex enhancments from check-in [f53b8a573b] to... |
commit | commitdiff | tree |
2018-02-17 |
dan | Add support for "brotli" compression to the zonefile... |
commit | commitdiff | tree |
2018-02-17 |
dan | Add support for compression types "lz4" and "lz4hc... |
commit | commitdiff | tree |
2018-02-17 |
dan | Add support for compression methods "zstd" and "zstd_gl... |
commit | commitdiff | tree |
2018-02-17 |
dan | Fix a data race causing a tsan complaint with SQLITE_EN... |
commit | commitdiff | tree |
2018-02-15 |
drh | Do not allow parameters or schema references inside... |
commit | commitdiff | tree |
2018-02-15 |
dan | Add support for zlib compression to the zonefile module. |
commit | commitdiff | tree |
2018-02-15 |
dan | Fix another point in zonefile.c so that all files are... |
commit | commitdiff | tree |
2018-02-15 |
dan | When calling fopen() in the zonefile extension, use... |
commit | commitdiff | tree |
2018-02-15 |
drh | Improve performance of editdist3() by keeping the costs... |
commit | commitdiff | tree |
2018-02-15 |
drh | Reduce the number of calls to strncmp() required to... |
commit | commitdiff | tree |
2018-02-15 |
drh | Fix the --heap, --pagecache, --lookaside and other... |
commit | commitdiff | tree |
2018-02-14 |
drh | Add the --readonly option to the ".open" command in... |
commit | commitdiff | tree |
2018-02-14 |
drh | Performance optimizations to the editdist3() function... |
commit | commitdiff | tree |
2018-02-14 |
drh | Disable assert() in the spellfix extension if not compi... |
commit | commitdiff | tree |
2018-02-14 |
drh | New test cases for the editdist3() function in the... |
commit | commitdiff | tree |
2018-02-14 |
drh | Try to optimize spellfix1 by storing a NULL in the... |
commit | commitdiff | tree |
2018-02-13 |
dan | Fix formatting errors in ext/zonefile/README.md. |
commit | commitdiff | tree |
2018-02-13 |
dan | Note the fact that zonefile depends on json1 in ext... |
commit | commitdiff | tree |
2018-02-13 |
dan | Fix handling of maxAutoFrameSize parameter. |
commit | commitdiff | tree |
2018-02-13 |
drh | Improved test cases for the [f484b65f3d6230593c34f... |
commit | commitdiff | tree |
2018-02-13 |
dan | Enhance ext/zonefile/README.md to describe the currentl... |
commit | commitdiff | tree |
2018-02-13 |
drh | Fix an incorrect table lookup used to find the appropri... |
commit | commitdiff | tree |
2018-02-13 |
dan | Remove, for now, the "priority" column from the zonefil... |
commit | commitdiff | tree |
2018-02-13 |
dan | Pad the 26 byte Zonefile header to 32 bytes so that... |
commit | commitdiff | tree |
2018-02-13 |
drh | Remove an unused variable from FTS4. |
commit | commitdiff | tree |
2018-02-13 |
dan | Ensure that multiple updates of the same FTS4 row ... |
commit | commitdiff | tree |
2018-02-12 |
drh | Updates to the speed-check.sh script for improvements... |
commit | commitdiff | tree |
2018-02-12 |
drh | When compiling with VDBE_PROFILE, add the sqlite3NProfi... |
commit | commitdiff | tree |
2018-02-12 |
dan | Add support for reading simple (no compression, no... |
commit | commitdiff | tree |
2018-02-12 |
dan | Update test file func6.test so that it works with SQLIT... |
commit | commitdiff | tree |
2018-02-12 |
drh | Fix a possible infinite loop in VACUUM that can come... |
commit | commitdiff | tree |
2018-02-10 |
dan | Add start of "zonefile" virtual table. |
commit | commitdiff | tree |
2018-02-10 |
dan | Add the start of the "zonefile" extension. |
commit | commitdiff | tree |
2018-02-10 |
drh | Fix misplaced testcase() macros from the previous check-in. |
commit | commitdiff | tree |
2018-02-09 |
drh | Improve the performance of the built-in REPLACE() funct... |
commit | commitdiff | tree |
2018-02-09 |
drh | Add the zorder.c extension implementing zorder() and... |
commit | commitdiff | tree |
2018-02-09 |
dan | Make the tests in func6.test more robust against implem... |
commit | commitdiff | tree |
2018-02-09 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2018-02-08 |
mistachkin | Enhance sqlite3ErrStr() to include several more error... |
commit | commitdiff | tree |
2018-02-07 |
mistachkin | Fix typo in comment. Skip tests added by check-in... |
commit | commitdiff | tree |
2018-02-07 |
dan | In extensions rtree, fts3 and fts5, ensure that when... |
commit | commitdiff | tree |
2018-02-07 |
dan | When the final connection disconnects from a wal mode... |
commit | commitdiff | tree |
2018-02-05 |
mistachkin | Adjust the previous check-in, which modified the Win32... |
commit | commitdiff | tree |
2018-02-05 |
mistachkin | Allocation the mutex used by the Win32 VFS only once... |
commit | commitdiff | tree |
2018-02-05 |
drh | Allocation the mutex used by the unix VFS only once... |
commit | commitdiff | tree |
2018-02-05 |
dan | Fix another minor problem in walro2.test. |
commit | commitdiff | tree |
2018-02-05 |
dan | Update test file walro2.test to account for systems... |
commit | commitdiff | tree |
2018-02-04 |
drh | In the CLI, |
commit | commitdiff | tree |
2018-02-04 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2018-02-04 |
mistachkin | Move variable declaration in zipfile extension to fix... |
commit | commitdiff | tree |
2018-02-02 |
dan | Remove the "include <io.h>" win32 dependency from the... |
commit | commitdiff | tree |
2018-02-02 |
dan | Remove the time() dependency from the zipfile extension... |
commit | commitdiff | tree |
next |