]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-12-10  drhMerge the latest trunk changes into tree-explain branch. tree-explain
2011-12-10  drhAlways use _msize() to get memory allocation sizes...
2011-12-09  drhChange the VDBE so that all registers are initialized...
2011-12-09  drhRemove an unnecessary condition. uninit-vdbe-mem
2011-12-09  drhRemove an unnecessary initialization of Vdbe.aOnceFlag.
2011-12-09  drhTake out the OP_JumpOnce opcode. Revert compound SELEC...
2011-12-09  drhPrevious check-in broke auto-increment. This check...
2011-12-09  drhMake no assumptions about the initial state of VDBE...
2011-12-09  danModify the OP_Once opcode so that it works correctly...
2011-12-09  mistachkinThe Windows OS flavor #ifdefs must be performed after...
2011-12-08  drhHand merge the zone allocator for MacOS from the apple...
2011-12-08  drhIn persistent WAL mode, truncate the WAL file to the...
2011-12-08  mistachkinFollow the previously established pattern for detecting...
2011-12-07  drhAdditional detail added to the tree-explain output...
2011-12-07  drhMore compact notation for the parse-tree view.
2011-12-07  drhCherrypick the [7e5b56b1c6] fix for the sqlite3SelectDu...
2011-12-07  drhBug fix in sqlite3SelectDup(). Make sure the pNext...
2011-12-07  drhImprovements to the data-structure explain subsystem...
2011-12-06  drhBegin adding the data-structure explaining subsystem...
2011-12-06  danAdd file tkt-3a77c9714e.test, containing tests to verif...
2011-12-06  drhDo not reuse temp registers originally allocated to...
2011-12-06  drhMerge the winGetLastError fixes into trunk.
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-21  mistachkinCleanup the semantics surrounding use of the GetLastErr... winGetLastError
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 ...
next