]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-12-23  danFix a problem with [f9c4a7c8f4] as applied to this... branch-3.7.6
2011-12-22  drhBackport the fixes for Coverity-discovered problems
2011-06-21  danGive the osLocaltime() function file scope in date.c.
2011-06-21  drhBackport the localtime() failure fix of ticket [bd484a0...
2011-05-19  drhVersion 3.7.6.3 release candidate 1. version-3.7.6.3
2011-05-19  drhBackport the [67bf1c9a88] fix for vanishing WAL transac...
2011-04-17  drhVersion 3.7.6.2 version-3.7.6.2
2011-04-17  drhBump the version number to 3.7.6.2
2011-04-17  drhChange the prototype for the open() system call to...
2011-04-13  drhVersion 3.7.6.1 version-3.7.6.1
2011-04-13  drhBump the version number to 3.7.6.1 in preparation for...
2011-04-13  drhMake sure the array of overloadable system calls is...
2011-04-12  drhVersion 3.7.6. version-3.7.6
2011-04-11  drhDo not override the fchmod system call in unix unless the
2011-04-11  drhUpdates to the OS/2 patches. This change also move...
2011-04-11  drhFix a signed integer overflow problem in the testcase...
2011-04-11  danApply OS2 WAL patch. Changes to os_os2.c only.
2011-04-11  danChange exists.test to run all tests with and without...
2011-04-10  drhAdd a simple test program to aid in verifying that...
2011-04-09  danAdd test file unordered.test.
2011-04-09  drhRemove an always-true conditional. Replace it with...
2011-04-09  danAdd VerifyCookie instructions to "DROP XXX IF EXISTS...
2011-04-09  danAdd an OP_VerifyCookie instruction to "CREATE XXX IF...
2011-04-09  drhIf the keyword "unordered" appears at the end of the...
2011-04-09  drhBack out the SQLITE_OMIT_UNIQUE_ENFORCEMENT compile...
2011-04-09  drhWhen ATTACH-ing a new database to an existing database...
2011-04-09  drhDo not do a backup if the number of reserved bytes...
2011-04-08  drhAlways make sure the left-hand side of the IS NOT NULL...
2011-04-08  danAdd some rtree tests to the backcompat.test script.
2011-04-08  danFix incrvacuum2.test so that it works with the inmemory...
2011-04-07  drhChange two new internal functions in where.c from globa...
2011-04-07  danAdd test case to verify [d03d63d77e] works.
2011-04-07  drhWhen searching a list of freelist trunk pages looking...
2011-04-07  danAvoid running thread1.test or thread2.test if SQLITE_MU...
2011-04-07  danDo not run multi-threaded Tcl tests if the library...
2011-04-07  danFix test script attach4.test so that it works with...
2011-04-07  shanehFix a couple of MSVC compiler warnings;
2011-04-07  shanehFix an issue with an analyze test. No code changes.
2011-04-07  drhFix typos in documentation comments. No changes to...
2011-04-06  drhFix a performance regression: Keep two btree masks...
2011-04-06  danFix a benign inaccuracy in the os_unix.c SQLITE_FCNTL_S...
2011-04-06  danChanges to support building with various SQLITE_OMIT_XX...
2011-04-06  danUpdate a comment in sqliteLimit.h. No changes to code...
2011-04-06  danAdd configurations featuring the -ftrapv switch and...
2011-04-05  drhSuppress many harmless compiler warnings, mostly signed...
2011-04-05  drhSimplifications to the sqlite3BtreeEnterAll() and Leave...
2011-04-05  drhSimplifications to the sqlite3ResetInternalSchema(...
2011-04-05  drhRemove dead code from the OP_JournalMode opcode in...
2011-04-05  drhRemove the mutex counter and the logic that attempts...
2011-04-05  danWhen committing a WAL transaction, do not write any...
2011-04-05  drhFix a documentation typo.
2011-04-05  drhMerge the scheme-parse-refactor changes into trunk...
2011-04-05  drhFix the P4_TRANSIENT constant so that it works correct...
2011-04-05  drhImproved comment on the sqlite3SrcListLookup function.
2011-04-05  shanehAdded ifcapable wal to some test scripts;
2011-04-05  shanehAdded ifcapable utf16 to a few test cases;
2011-04-04  drhAdd a comment to the VACUUM implementation explaining... schema-parse-refactor
2011-04-04  shanehChanges for consistent use of SQLITE_OS_UNIX and remova...
2011-04-04  drhAdditional schema mutex checks for sqlite3RootPageMoved().
2011-04-04  drhMinor comment typo corrections. Simplify an assert...
2011-04-04  drhAdd a description of access rules for the Schema object...
2011-04-04  danAdd the "--start=[permutation:][testfile]" option to...
2011-04-04  danMerge test_syscall.c fix from the trunk.
2011-04-04  danHave test_syscall.c include "sqliteInt.h". Otherwise...
2011-04-04  drhRename sqlite3SchemaFree() to sqlite3SchemaClear()...
2011-04-04  drhMerge in the latest changes from trunk.
2011-04-04  drhMove the expired-statement test for OP_Function until...
2011-04-04  danChanges to oserror.test and syscall.test so that they...
2011-04-04  drhSuppress unused parameter warnings in sqlite3VdbeEnter...
2011-04-04  drhRemove the BtreeMutexArray object - use the Vdbe.btreeM...
2011-04-03  drhMake sure that the constant 1 is cast to yDbType before...
2011-04-03  drhFix typos in comments. No changes to code.
2011-04-02  drhMerge in the latest changes from trunk.
2011-04-02  drhChange the name of the "tAttachMask" datatype to "yDbMask".
2011-04-02  danAvoid returning SQLITE_NOTFOUND when the unix xSetSyste...
2011-04-02  drhWhen resetting any non-TEMP schema, also reset the...
2011-04-02  drhBegin a series of changes designed to reduce the scope...
2011-04-02  danFix a race condition in OP_ParseSchema.
2011-04-02  danDo not attempt to run tests that use the 'wholenumber...
2011-04-02  danFix additional test cases so that they work with DEFAUL...
2011-04-01  drhAdd the "wholenumber" virtual table module to the test...
2011-04-01  drhFix up the Makefile.in so that the configuration script...
2011-04-01  drhMerge the word-fuzzer branch into trunk.
2011-04-01  drhAdd additional test data and documentation to the fuzze... word-fuzzer
2011-04-01  danChanges to wal tests so that they work with DEFAULT_AUT...
2011-04-01  drhMerge the multiplexer enhancements back into the trunk.
2011-04-01  drhAdd a script that will break the amalgamation source...
2011-04-01  danChange analyze7.test so that it works without SQLITE_EN...
2011-04-01  danWhen simulating an error in the close() system call...
2011-04-01  danEnsure that it is not possible to add a column to a...
2011-04-01  drhMerge the ANALYZE-index enhancement into trunk.
2011-04-01  shanehRemoved dependency on sqliteInt.h so that multiplex... multiplex-enhancements
2011-04-01  drhTest cases for ANALYZE-index. analyze-idx
2011-04-01  drhMove a variable declaration inside an #ifdef to avoid...
2011-04-01  danIn os_unix.c, do not return SQLITE_BUSY to SQLite follo...
2011-04-01  danFix some problems in os_unix.c when compiled with ENABL...
2011-04-01  drhFix two compiler errors associated with non-standard...
2011-04-01  drhFix a compiler warning and an unreachable branch. ...
2011-03-31  shanehEnable/disable support.
2011-03-31  shanehTests and bug fixes for SELECT multiplex_control(op...
next