2017-11-14 |
drh | Improvement to a comment. No changes to code. readonly-wal-recovery |
commit | commitdiff | tree |
2017-11-13 |
drh | Remove some branches in walTryBeginRead() that were |
commit | commitdiff | tree |
2017-11-11 |
drh | In wal.c: improved comments, new assert() and testcase... |
commit | commitdiff | tree |
2017-11-11 |
drh | Further comment improvements in wal.c. No code changes. |
commit | commitdiff | tree |
2017-11-10 |
drh | Improved comments and variable names in the read-only... |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Avoid superfluous SHM unlock call in the Win32 VFS. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Cleanup superfluous whitespace changes. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Revise and vastly simplify the Win32 SHM file locking... |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Add an assert() in the Win32 VFS. |
commit | commitdiff | tree |
2017-11-09 |
dan | Enhance walro2.test to better ensure that readonly_shm... |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Get read-only SHM file tests passing on Win32. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Further corrections to read-only SHM file handling... |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Corrections to Win32 lock detection for SHM files. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Corrections to the Win32 porting changes on this branch. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Make it possible to use OSTRACE for multi-process testing. |
commit | commitdiff | tree |
2017-11-09 |
mistachkin | Initial work on porting the changes on this branch... |
commit | commitdiff | tree |
2017-11-08 |
drh | Extra comments on the sqlite3OsShmMap() call in walBegi... |
commit | commitdiff | tree |
2017-11-08 |
drh | Turns out that SQLITE_READONLY_CANTLOCK is an historica... |
commit | commitdiff | tree |
2017-11-08 |
drh | Change the name of SQLITE_READONLY_CANTLOCK to SQLITE_R... |
commit | commitdiff | tree |
2017-11-07 |
dan | Update an assert in wal.c. |
commit | commitdiff | tree |
2017-11-07 |
dan | Handle the race condition that may occur if another... |
commit | commitdiff | tree |
2017-11-07 |
dan | On unix, if the *-shm file cannot be opened for read... |
commit | commitdiff | tree |
2017-11-07 |
dan | Add fault-injection tests for the code on this branch. |
commit | commitdiff | tree |
2017-11-06 |
dan | Add further test cases for the new code on this branch... |
commit | commitdiff | tree |
2017-11-04 |
dan | Add further tests for the code added on this branch. |
commit | commitdiff | tree |
2017-11-04 |
dan | In cases where a readonly_shm client cannot take the... |
commit | commitdiff | tree |
2017-11-02 |
dan | Fix test cases in wal2.test broken by the locking chang... |
commit | commitdiff | tree |
2017-11-02 |
dan | Avoid locking shm-lock WAL_READ_LOCK(0) during recovery... |
commit | commitdiff | tree |
2017-11-01 |
dan | If a readonly_shm connection cannot map the *-shm file... |
commit | commitdiff | tree |
2017-11-01 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2017-11-01 |
dan | Fix a race condition in os_unix.c that might allow... |
commit | commitdiff | tree |
2017-10-31 |
drh | Update the built procedures for the sqlite3_analyzer... |
commit | commitdiff | tree |
2017-10-31 |
drh | Fix redundancies in the makefiles that resulted from... |
commit | commitdiff | tree |
2017-10-31 |
drh | Fix a minor comment typo. No changes to code. |
commit | commitdiff | tree |
2017-10-31 |
drh | Remove unnecessary NEVER() and ALWAYS() conditionals. |
commit | commitdiff | tree |
2017-10-30 |
drh | Add the showshm utility program for printing out the... |
commit | commitdiff | tree |
2017-10-30 |
drh | Clarify some comments describing the WAL index file... |
commit | commitdiff | tree |
2017-10-30 |
drh | Improve the performance of the LIKE operator by using... |
commit | commitdiff | tree |
2017-10-28 |
drh | Increase the version number for the next release -... |
commit | commitdiff | tree |
2017-10-28 |
drh | Reactivate query flattening when the result set of... |
commit | commitdiff | tree |
2017-10-28 |
drh | Add test cases from OSSFuzz to prevent a regression... |
commit | commitdiff | tree |
2017-10-27 |
drh | Fix a Pager ref-count leak in the sqlite_dbpage virtual... |
commit | commitdiff | tree |
2017-10-27 |
mistachkin | Handle the Ctrl-C event for the shell on Win32. |
commit | commitdiff | tree |
2017-10-27 |
drh | Additional test case demonstrating the ability to acces... |
commit | commitdiff | tree |
2017-10-26 |
drh | Enhance the min/max optimization so that it works with... |
commit | commitdiff | tree |
2017-10-26 |
drh | Extra ".selecttrace" output following aggregate analysi... |
commit | commitdiff | tree |
2017-10-26 |
dan | Fix an error in the previous commit on this branch. |
commit | commitdiff | tree |
2017-10-26 |
dan | Instead of extra locks, use F_GETLK to ensure that... |
commit | commitdiff | tree |
2017-10-26 |
dan | Fix a bug causing "make amalgmation-autoconf" to create... |
commit | commitdiff | tree |
2017-10-25 |
drh | Use extra locks to prevent a readonly_shm=1 process... |
commit | commitdiff | tree |
2017-10-25 |
drh | Fix the sqlite3_dbpage virtual table so that it can... |
commit | commitdiff | tree |
2017-10-25 |
dan | Add tests cases and fix minor issues in the rtreecheck... |
commit | commitdiff | tree |
2017-10-25 |
mistachkin | Add SQL scalar function rtreecheck() to the rtree modul... |
commit | commitdiff | tree |
2017-10-25 |
mistachkin | Fix compilation issue (C99-ism) seen with MSVC. rtree-integrity-check |
commit | commitdiff | tree |
2017-10-25 |
dan | Add SQL scalar function rtreecheck() to the rtree modul... |
commit | commitdiff | tree |
2017-10-25 |
drh | Do not reference the ioctl() system call in the unix... |
commit | commitdiff | tree |
2017-10-25 |
drh | Add the sqlite_btreeinfo eponymous-only table for intro... |
commit | commitdiff | tree |
2017-10-24 |
mistachkin | Force the autoconf makefile for MSVC to always use... |
commit | commitdiff | tree |
2017-10-24 |
drh | Merge all of the fixes from the 3.21.0 release. |
commit | commitdiff | tree |
2017-10-24 |
drh | Version 3.21.0 branch-3.21 version-3.21.0 |
commit | commitdiff | tree |
2017-10-24 |
dan | Fix a problem in the incr-blob code causing a new curso... |
commit | commitdiff | tree |
2017-10-23 |
drh | On the amalgamation package, enable the sqlite_dbpage... |
commit | commitdiff | tree |
2017-10-23 |
dan | Merge trunk fixes to swarmvtabfault.test and the lsm... |
commit | commitdiff | tree |
2017-10-23 |
mistachkin | In the 'swarmvtabfault' test module, make sure to close... |
commit | commitdiff | tree |
2017-10-23 |
mistachkin | Cleanup a test database file prior to using it. |
commit | commitdiff | tree |
2017-10-23 |
drh | Updates to test procedures so that they all work with... |
commit | commitdiff | tree |
2017-10-23 |
dan | Avoid passing a NULL value as the second argument to... |
commit | commitdiff | tree |
2017-10-23 |
dan | In lsm (not SQLite), avoid opening the *-shm file befor... |
commit | commitdiff | tree |
2017-10-23 |
dan | Fix minor test script problems revealed by releasetest... |
commit | commitdiff | tree |
2017-10-23 |
dan | Fix minor test script problems revealed by releasetest... |
commit | commitdiff | tree |
2017-10-22 |
dan | Fix test cases in dbpage.test so that they work with |
commit | commitdiff | tree |
2017-10-22 |
dan | Fix test cases in dbpage.test so that they work with |
commit | commitdiff | tree |
2017-10-22 |
dan | Avoid running tests that use sqlite_dbpage with SQLITE_... |
commit | commitdiff | tree |
2017-10-22 |
dan | Avoid running tests that use sqlite_dbpage with SQLITE_... |
commit | commitdiff | tree |
2017-10-21 |
drh | Merge all the enhancements and bug fixes from trunk... |
commit | commitdiff | tree |
2017-10-21 |
drh | Catch and avoid a 16-bit integer overflow on the number... |
commit | commitdiff | tree |
2017-10-21 |
drh | Remove unnecessary "#if SQLITE_MAX_COLUMN". SQLITE_MAX... |
commit | commitdiff | tree |
2017-10-19 |
dan | Take extra care to avoid an OOB read caused by a corrup... |
commit | commitdiff | tree |
2017-10-18 |
dan | Avoid using snprintf as a member variable of a struct... |
commit | commitdiff | tree |
2017-10-18 |
dan | Avoid using snprintf as a member variable of a struct... sqlite3ext-fix |
commit | commitdiff | tree |
2017-10-17 |
mistachkin | The source code files generated for the 'sqlite3-all... |
commit | commitdiff | tree |
2017-10-17 |
drh | Fix the ".check" command of the command-line shell... |
commit | commitdiff | tree |
2017-10-16 |
drh | Improved comments, including a typo fix, on the whereLo... |
commit | commitdiff | tree |
2017-10-15 |
drh | In the query planner, do not consider index X to be... |
commit | commitdiff | tree |
2017-10-14 |
mistachkin | Updates to the Makefiles for MSVC. Cherrypick of ... |
commit | commitdiff | tree |
2017-10-14 |
mistachkin | Updates to the Makefiles for MSVC. |
commit | commitdiff | tree |
2017-10-13 |
drh | Improved ability to generate stand-alone program using... |
commit | commitdiff | tree |
2017-10-13 |
drh | Add the tcl/mkccode.tcl script used to construct a... |
commit | commitdiff | tree |
2017-10-13 |
drh | Move a bunch of unrelated test code out of tclsqlite... |
commit | commitdiff | tree |
2017-10-13 |
drh | The db_use_legacy_prepare command no longer exists... tclsqlite-cleanup |
commit | commitdiff | tree |
2017-10-13 |
drh | When compiling with SQLITE_TEST, extra options are... |
commit | commitdiff | tree |
2017-10-13 |
drh | Move some test logic out of tclsqlite.c and into auxili... |
commit | commitdiff | tree |
2017-10-12 |
drh | Add the sqlite_dbpage virtual table (enabled using... |
commit | commitdiff | tree |
2017-10-12 |
drh | Create the new ext/repair folder and move checkfreelist... |
commit | commitdiff | tree |
2017-10-12 |
drh | Fix a harmless compiler warning about an unused parameter. |
commit | commitdiff | tree |
2017-10-12 |
drh | Fix the "snapshot-tarball" makefile target, which was... |
commit | commitdiff | tree |
2017-10-12 |
drh | Merge fixes from trunk. All changes are on makefiles... |
commit | commitdiff | tree |
2017-10-12 |
drh | The src/shell.c file is now generated from src/shell... |
commit | commitdiff | tree |
2017-10-12 |
drh | Merge fixes from the 3.21 branch. |
commit | commitdiff | tree |
2017-10-12 |
dan | Fix a potential crash that may follow an OOM or other... |
commit | commitdiff | tree |
next |