2012-04-04 |
drh | Fix the multiplexor logging so that it works with SQLIT... nx-devkit |
commit | commitdiff | tree |
2012-04-04 |
drh | In the multiplexor extension, improve the error logging... |
commit | commitdiff | tree |
2012-02-07 |
drh | Port the command-line shell enhancements including... |
commit | commitdiff | tree |
2012-01-30 |
drh | Do not rely on the _WIN32_WINNT macro as vs2005 does... |
commit | commitdiff | tree |
2012-01-25 |
drh | Cherrypick the FTS fix in [c05c3fd0d] into the nx-devki... |
commit | commitdiff | tree |
2012-01-20 |
drh | Cherrypick the fix from [629108c8e5376f989] into the... |
commit | commitdiff | tree |
2012-01-09 |
drh | Cherry-pick the fix to surplus overflow files in the... |
commit | commitdiff | tree |
2011-12-21 |
drh | Cherry-pick the SQLITE_DIRECT_OVERFLOW_READ fix for... |
commit | commitdiff | tree |
2011-12-16 |
drh | Tweaks to the way multiplexSubOpen() works, for backwar... |
commit | commitdiff | tree |
2011-12-16 |
drh | Fix a potential infinite loop (inserted by the previous... |
commit | commitdiff | tree |
2011-12-16 |
drh | The xTruncate method for the multiplexor now changes... |
commit | commitdiff | tree |
2011-12-16 |
drh | Call sqlite3_log() with an appropriate message if unabl... |
commit | commitdiff | tree |
2011-12-16 |
drh | A better solution to being unable to find a unique... |
commit | commitdiff | tree |
2011-12-16 |
drh | Make sure the antipenultimate character of master-journ... |
commit | commitdiff | tree |
2011-12-15 |
dan | When deleting a file with the multiplexor VFS, also... |
commit | commitdiff | tree |
2011-12-15 |
drh | Make sure the chunksize in test_multiplex does not... |
commit | commitdiff | tree |
2011-12-15 |
dan | Fix some problems with dropped error codes in multiplex... |
commit | commitdiff | tree |
2011-12-15 |
drh | In the multiplexor, do not try to delete overflow files... |
commit | commitdiff | tree |
2011-12-14 |
drh | Merge the VFSNAME file-control addition into the nx... |
commit | commitdiff | tree |
2011-12-14 |
drh | Add a file-control that will discover the name of the... vfsname-filectrl |
commit | commitdiff | tree |
2011-12-14 |
drh | Improvements to comments. No code changes. |
commit | commitdiff | tree |
2011-12-13 |
dan | Add a hard limit to the number of chunks a multiplexed... |
commit | commitdiff | tree |
2011-12-13 |
drh | Change the SQLITE_EXTRA_INIT routine to take a single... |
commit | commitdiff | tree |
2011-12-13 |
dan | Add extra tests for the multiplexor VFS. No changes... |
commit | commitdiff | tree |
2011-12-13 |
drh | Update the multiplex.test script to conform to that... |
commit | commitdiff | tree |
2011-12-13 |
drh | Move the multiplexor changes in the experimental branch |
commit | commitdiff | tree |
2011-12-13 |
drh | When an sqlite3_auto_extension() function fails, report... |
commit | commitdiff | tree |
2011-12-13 |
drh | When the multiplexor FileSize procedure fails to open... |
commit | commitdiff | tree |
2011-12-13 |
drh | Add a compile-time shutdown procedure to be called... |
commit | commitdiff | tree |
2011-12-12 |
drh | Backport a minimal set of changes needed to get 8+3... |
commit | commitdiff | tree |
2011-11-17 |
drh | Improvements to the documentation of the sqlite3_db_fil... |
commit | commitdiff | tree |
2011-11-17 |
drh | Restore the test for sqlite3OsFullPathname() failure... |
commit | commitdiff | tree |
2011-11-17 |
drh | Add the sqlite3_db_filename() interface. |
commit | commitdiff | tree |
2011-11-16 |
drh | Back out the [ceee03c79a] change. |
commit | commitdiff | tree |
2011-11-16 |
drh | Add the sqlite3_db_release_memory() interface and the... |
commit | commitdiff | tree |
2011-11-16 |
drh | Merge the PCACHE2 changes into trunk. |
commit | commitdiff | tree |
2011-11-16 |
drh | Remove code made obsolete by the changes to index proce... |
commit | commitdiff | tree |
2011-11-16 |
dan | Fix an invalid assert() statement added by [3b58f5f066]. |
commit | commitdiff | tree |
2011-11-16 |
dan | Where possible, take advantage of the rowid at the... |
commit | commitdiff | tree |
2011-11-16 |
dan | Update memsubsys1.test to account for the recently... |
commit | commitdiff | tree |
2011-11-14 |
drh | Forward port the 8-byte alignment fix from branch-3... |
commit | commitdiff | tree |
2011-11-14 |
drh | Fix a 8-byte alignment problem that causes a SIGBUS... |
commit | commitdiff | tree |
2011-11-13 |
drh | Add a version number to the sqlite3_pcache_methods2... experimental-pcache |
commit | commitdiff | tree |
2011-11-12 |
drh | Attempt to modify btree.c so that it assumes that calls... |
commit | commitdiff | tree |
2011-11-12 |
drh | Remove a couple of incorrect assert statements so that... |
commit | commitdiff | tree |
2011-11-12 |
drh | Merge the windows xSyscall enhancements into trunk. |
commit | commitdiff | tree |
2011-11-12 |
mistachkin | Make sure to flag benign malloc failures in the Windows... winSyscall |
commit | commitdiff | tree |
2011-11-11 |
drh | Catch and report errors from sqlite3OsFullPathname(). |
commit | commitdiff | tree |
2011-11-11 |
mistachkin | Remove use of malloc and free from the Windows VFS... |
commit | commitdiff | tree |
2011-11-11 |
mistachkin | Work in progress to implement the 'syscall' functionali... |
commit | commitdiff | tree |
2011-11-11 |
drh | Pull over all the latest changes from trunk. |
commit | commitdiff | tree |
2011-11-11 |
drh | Make sure a corrupt index does not cause a buffer overr... |
commit | commitdiff | tree |
2011-11-10 |
mistachkin | Expand passing of a last error argument to the getLastE... |
commit | commitdiff | tree |
2011-11-10 |
mistachkin | In winAccess, save the Win32 last error value prior... |
commit | commitdiff | tree |
2011-11-10 |
drh | Follow-on to the previous check-in to prevent a divisio... |
commit | commitdiff | tree |
2011-11-10 |
drh | Use sqlite3MallocSize() to get the actual size of the... |
commit | commitdiff | tree |
2011-11-09 |
drh | Omit an unnecessary Sleep() call in windows pending... |
commit | commitdiff | tree |
2011-11-09 |
mistachkin | When compiling with MSVC, use the _msize function. |
commit | commitdiff | tree |
2011-11-09 |
drh | Minor changes needed to restore full branch test coverage. |
commit | commitdiff | tree |
2011-11-09 |
drh | A negative value N for the cache_size pragma adjusts... |
commit | commitdiff | tree |
2011-11-09 |
drh | For the mem1.c system malloc implementation, use the... |
commit | commitdiff | tree |
2011-11-09 |
drh | Update the API documentation for the new pcache2 interf... |
commit | commitdiff | tree |
2011-11-08 |
dan | Experimental change to the pcache interface to allow... |
commit | commitdiff | tree |
2011-11-07 |
drh | Make the unix VFS tolerant of read() calls that return... |
commit | commitdiff | tree |
2011-11-07 |
drh | Amplify the restriction on commit-hooks that they canno... |
commit | commitdiff | tree |
2011-11-07 |
drh | Add a makefile target for tclsqlite3.c to Makefile.in. |
commit | commitdiff | tree |
2011-11-07 |
drh | Change the default file format from 1 to 4. This means... |
commit | commitdiff | tree |
2011-11-06 |
dan | Move function sqlite3PagerClearCache() out of the ... |
commit | commitdiff | tree |
2011-11-04 |
drh | Update the xfer optimization code so that the xfer... |
commit | commitdiff | tree |
2011-11-04 |
dan | Change a memcpy() in sqlite3FileSuffix() to memmove... |
commit | commitdiff | tree |
2011-11-04 |
dan | Add a missing va_end() macro to fts3.c. |
commit | commitdiff | tree |
2011-11-04 |
drh | Use mkdir() and rmdir() rather than open() and unlink... |
commit | commitdiff | tree |
2011-11-04 |
drh | Enhance the shell so that the ".schema" command works... |
commit | commitdiff | tree |
2011-11-04 |
drh | Make sure the INSERT INTO ... SELECT statement works... |
commit | commitdiff | tree |
2011-11-01 |
drh | Version 3.7.9 version-3.7.9 |
commit | commitdiff | tree |
2011-10-31 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree |
2011-10-31 |
dan | Add new file ext/fts3/README.content, describing the... |
commit | commitdiff | tree |
2011-10-31 |
dan | Update fts3fault.test to account for the sqlite3_errmsg... |
commit | commitdiff | tree |
2011-10-29 |
dan | Update fkey_malloc.test to account for the sqlite3_errm... |
commit | commitdiff | tree |
2011-10-29 |
dan | Add a test for [48f29963] that does not depend on FTS. |
commit | commitdiff | tree |
2011-10-29 |
drh | Fix some code formatting in sqlite3Ext.h to avoid lines... |
commit | commitdiff | tree |
2011-10-29 |
dan | Avoid attempting to call savepoint related methods... |
commit | commitdiff | tree |
2011-10-29 |
drh | Avoid reporting a NOMEM error if a memory allocation... |
commit | commitdiff | tree |
2011-10-27 |
dan | If an error occurs within sqlite3_step() on a statement... |
commit | commitdiff | tree |
2011-10-22 |
drh | Avoid a harmless reference to an uninitialized variable... |
commit | commitdiff | tree |
2011-10-21 |
drh | Purge lingering references to SQLITE_STAT2 from the... |
commit | commitdiff | tree |
2011-10-21 |
drh | Remove stale requirements marks from the query planner. |
commit | commitdiff | tree |
2011-10-21 |
dan | If an error occurs while writing to the database file... |
commit | commitdiff | tree |
2011-10-20 |
drh | Fix an issue with finding the access permissions of... |
commit | commitdiff | tree |
2011-10-20 |
drh | Enhancements to the omittest.tcl script used to verify... |
commit | commitdiff | tree |
2011-10-19 |
drh | Fix harmless compiler warnings in FTS4. |
commit | commitdiff | tree |
2011-10-19 |
drh | Fix comments on SQLITE_CONFIG_HEAP so that they do... |
commit | commitdiff | tree |
2011-10-19 |
dan | Merge the fts4-content branch with the trunk. |
commit | commitdiff | tree |
2011-10-19 |
dan | Have FTS3 ignore ^ prefixes. The ^ syntax is only suppo... fts4-content |
commit | commitdiff | tree |
2011-10-19 |
dan | Change the way ^ tokens work in FTS so that the filteri... |
commit | commitdiff | tree |
2011-10-19 |
dan | Add tests for FTS ^ searches and matchinfo(). |
commit | commitdiff | tree |
2011-10-19 |
dan | Fix a problem in FTS to do with ^ tokens and the snippe... |
commit | commitdiff | tree |
2011-10-18 |
drh | Fix the virtual table rename logic so that it works... |
commit | commitdiff | tree |
2011-10-18 |
dan | If a token within an FTS query is prefixed with a ... |
commit | commitdiff | tree |
2011-10-18 |
drh | Fix an uninitialized variable in OR-clause processing. |
commit | commitdiff | tree |
next |