]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-12-01  drhAdd a prototype implementation of stdio-like routines... vfs-stdio
2011-11-29  drhRemove unused fields from the Parse object. Documentat...
2011-11-29  drhRemove unused boolean fields from the UnpackedRecord...
2011-11-29  drhRemoved the unused "type" field from the CollSeq (colla...
2011-11-25  drhUpdate the version number to 3.7.10.
2011-11-25  drhFix a typo in the documentation for sqlite3_stmt_busy().
2011-11-25  drhAdd the sqlite3_stmt_busy() interface.
2011-11-18  drhChange the multiplexor to use a 3-digit suffix.
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  drhChange the multiplexor suffix from 2 to 3 digits. 3-digit-multiplex-suffix
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.
2011-10-18  drhImproved handling of USING and NATURAL JOIN in 3-way...
2011-10-18  danCherrypick patch [3126754c72] from the trunk into the...
2011-10-18  danFix a floating-point exception that can occur when...
2011-10-17  drhChange the OP_JournalMode implementation so that it...
2011-10-17  drhAvoid 32-bit integer overflow when evaluating the expon...
2011-10-17  drhPerformance improvement for ascii to floating-point...
2011-10-15  drhAdded the tool/warnings-clang.sh script. Changes so...
2011-10-14  drhFix a few minor and harmless clang warnings in FTS3...
2011-10-14  drhAdd assert() statements and eliminate needless variable...
2011-10-13  drhChange the makefile to delete both plain and ".exe...
2011-10-13  drhSimplifications to the upper() and lower() SQL functions.
2011-10-13  danHandle updating the only row of an FTS table correctly...
2011-10-13  drhAn improved fix for the page_count and quick_check...
2011-10-13  drhProvide a complete prototype for isatty() in the comman...
2011-10-13  drhChange the command-line shell to do the ".dump" inside...
2011-10-13  drhEnable large-file support for fopen() and friends in...
2011-10-13  drhMake sure the query optimizer for aggregate queries...
2011-10-13  drhMake sure the page_count and quick_check pragmas work...
2011-10-13  drhAdjust the symbols.sh script for STAT3. Add the symbol...
2011-10-13  drhMake sure all non-API functions in os_win.c have file...
2011-10-13  drhDo the ".dump" command inside of a transaction to preve...
next