]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-04-04  drhFix the multiplexor logging so that it works with SQLIT... nx-devkit
2012-04-04  drhIn the multiplexor extension, improve the error logging...
2012-02-07  drhPort the command-line shell enhancements including...
2012-01-30  drhDo not rely on the _WIN32_WINNT macro as vs2005 does...
2012-01-25  drhCherrypick the FTS fix in [c05c3fd0d] into the nx-devki...
2012-01-20  drhCherrypick the fix from [629108c8e5376f989] into the...
2012-01-09  drhCherry-pick the fix to surplus overflow files in the...
2011-12-21  drhCherry-pick the SQLITE_DIRECT_OVERFLOW_READ fix for...
2011-12-16  drhTweaks to the way multiplexSubOpen() works, for backwar...
2011-12-16  drhFix a potential infinite loop (inserted by the previous...
2011-12-16  drhThe xTruncate method for the multiplexor now changes...
2011-12-16  drhCall sqlite3_log() with an appropriate message if unabl...
2011-12-16  drhA better solution to being unable to find a unique...
2011-12-16  drhMake sure the antipenultimate character of master-journ...
2011-12-15  danWhen deleting a file with the multiplexor VFS, also...
2011-12-15  drhMake sure the chunksize in test_multiplex does not...
2011-12-15  danFix some problems with dropped error codes in multiplex...
2011-12-15  drhIn the multiplexor, do not try to delete overflow files...
2011-12-14  drhMerge the VFSNAME file-control addition into the nx...
2011-12-14  drhAdd a file-control that will discover the name of the... vfsname-filectrl
2011-12-14  drhImprovements to comments. No code changes.
2011-12-13  danAdd a hard limit to the number of chunks a multiplexed...
2011-12-13  drhChange the SQLITE_EXTRA_INIT routine to take a single...
2011-12-13  danAdd extra tests for the multiplexor VFS. No changes...
2011-12-13  drhUpdate the multiplex.test script to conform to that...
2011-12-13  drhMove the multiplexor changes in the experimental branch
2011-12-13  drhWhen an sqlite3_auto_extension() function fails, report...
2011-12-13  drhWhen the multiplexor FileSize procedure fails to open...
2011-12-13  drhAdd a compile-time shutdown procedure to be called...
2011-12-12  drhBackport a minimal set of changes needed to get 8+3...
2011-11-17  drhImprovements to the documentation of the sqlite3_db_fil...
2011-11-17  drhRestore the test for sqlite3OsFullPathname() failure...
2011-11-17  drhAdd the sqlite3_db_filename() interface.
2011-11-16  drhBack out the [ceee03c79a] change.
2011-11-16  drhAdd the sqlite3_db_release_memory() interface and the...
2011-11-16  drhMerge the PCACHE2 changes into trunk.
2011-11-16  drhRemove code made obsolete by the changes to index proce...
2011-11-16  danFix an invalid assert() statement added by [3b58f5f066].
2011-11-16  danWhere possible, take advantage of the rowid at the...
2011-11-16  danUpdate memsubsys1.test to account for the recently...
2011-11-14  drhForward port the 8-byte alignment fix from branch-3...
2011-11-14  drhFix a 8-byte alignment problem that causes a SIGBUS...
2011-11-13  drhAdd a version number to the sqlite3_pcache_methods2... experimental-pcache
2011-11-12  drhAttempt to modify btree.c so that it assumes that calls...
2011-11-12  drhRemove a couple of incorrect assert statements so that...
2011-11-12  drhMerge the windows xSyscall enhancements into trunk.
2011-11-12  mistachkinMake sure to flag benign malloc failures in the Windows... winSyscall
2011-11-11  drhCatch and report errors from sqlite3OsFullPathname().
2011-11-11  mistachkinRemove use of malloc and free from the Windows VFS...
2011-11-11  mistachkinWork in progress to implement the 'syscall' functionali...
2011-11-11  drhPull over all the latest changes from trunk.
2011-11-11  drhMake sure a corrupt index does not cause a buffer overr...
2011-11-10  mistachkinExpand passing of a last error argument to the getLastE...
2011-11-10  mistachkinIn winAccess, save the Win32 last error value prior...
2011-11-10  drhFollow-on to the previous check-in to prevent a divisio...
2011-11-10  drhUse sqlite3MallocSize() to get the actual size of the...
2011-11-09  drhOmit an unnecessary Sleep() call in windows pending...
2011-11-09  mistachkinWhen compiling with MSVC, use the _msize function.
2011-11-09  drhMinor changes needed to restore full branch test coverage.
2011-11-09  drhA negative value N for the cache_size pragma adjusts...
2011-11-09  drhFor the mem1.c system malloc implementation, use the...
2011-11-09  drhUpdate the API documentation for the new pcache2 interf...
2011-11-08  danExperimental change to the pcache interface to allow...
2011-11-07  drhMake the unix VFS tolerant of read() calls that return...
2011-11-07  drhAmplify the restriction on commit-hooks that they canno...
2011-11-07  drhAdd a makefile target for tclsqlite3.c to Makefile.in.
2011-11-07  drhChange the default file format from 1 to 4. This means...
2011-11-06  danMove function sqlite3PagerClearCache() out of the ...
2011-11-04  drhUpdate the xfer optimization code so that the xfer...
2011-11-04  danChange a memcpy() in sqlite3FileSuffix() to memmove...
2011-11-04  danAdd a missing va_end() macro to fts3.c.
2011-11-04  drhUse mkdir() and rmdir() rather than open() and unlink...
2011-11-04  drhEnhance the shell so that the ".schema" command works...
2011-11-04  drhMake sure the INSERT INTO ... SELECT statement works...
2011-11-01  drhVersion 3.7.9 version-3.7.9
2011-10-31  drhFix a typo in a comment. No code changes.
2011-10-31  danAdd new file ext/fts3/README.content, describing the...
2011-10-31  danUpdate fts3fault.test to account for the sqlite3_errmsg...
2011-10-29  danUpdate fkey_malloc.test to account for the sqlite3_errm...
2011-10-29  danAdd a test for [48f29963] that does not depend on FTS.
2011-10-29  drhFix some code formatting in sqlite3Ext.h to avoid lines...
2011-10-29  danAvoid attempting to call savepoint related methods...
2011-10-29  drhAvoid reporting a NOMEM error if a memory allocation...
2011-10-27  danIf an error occurs within sqlite3_step() on a statement...
2011-10-22  drhAvoid a harmless reference to an uninitialized variable...
2011-10-21  drhPurge lingering references to SQLITE_STAT2 from the...
2011-10-21  drhRemove stale requirements marks from the query planner.
2011-10-21  danIf an error occurs while writing to the database file...
2011-10-20  drhFix an issue with finding the access permissions of...
2011-10-20  drhEnhancements to the omittest.tcl script used to verify...
2011-10-19  drhFix harmless compiler warnings in FTS4.
2011-10-19  drhFix comments on SQLITE_CONFIG_HEAP so that they do...
2011-10-19  danMerge the fts4-content branch with the trunk.
2011-10-19  danHave FTS3 ignore ^ prefixes. The ^ syntax is only suppo... fts4-content
2011-10-19  danChange the way ^ tokens work in FTS so that the filteri...
2011-10-19  danAdd tests for FTS ^ searches and matchinfo().
2011-10-19  danFix a problem in FTS to do with ^ tokens and the snippe...
2011-10-18  drhFix the virtual table rename logic so that it works...
2011-10-18  danIf a token within an FTS query is prefixed with a ...
2011-10-18  drhFix an uninitialized variable in OR-clause processing.
next