]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-05-05  danChanges to various test scripts so that they pass on... win32-test-fixes
2011-05-05  drhFix sqlite3_vtab_on_conflict() to return the correct...
2011-05-05  drhFix a bug in memory usage tracking that was introduced by
2011-05-05  drhBump the version number to 3.7.7 on account of the...
2011-05-05  drhChange sqlite3_create_module() so that it avoids resett...
2011-05-05  drhAdd a #include to test_demovfs.c in an effort to get...
2011-05-04  danMerge vtab-conflict branch with trunk.
2011-05-04  danFix a couple of compiler warnings in the FTS code. vtab-conflict
2011-05-04  danFix a performance problem in queries that use "ORDER...
2011-05-04  danOptimize "ORDER BY rowid/docid DESC/ASC" clauses on...
2011-04-28  danHave r-tree virtual tables support on-conflict clauses.
2011-04-27  drhIn windows, ignore ERROR_NOT_LOCKED when calling the...
2011-04-27  drhChange the name of an internal function to avoid confli...
2011-04-27  drhExpose the UTF8 to MBCS conversion routine in os_win...
2011-04-27  danAdd documentation for the newly introduced sqlite3_vtab...
2011-04-27  danFix problems related to savepoint rollback and fts3.
2011-04-27  drhFix a comment typo.
2011-04-26  danExtra tests for fts3. And fixes for conflict-handling...
2011-04-25  danAdd support for on conflict clauses to fts3/fts4.
2011-04-25  drhTest case for the ".log" command to the command-line...
2011-04-25  drhAdd the (deliberately undocumented) sqlite_log() SQL...
2011-04-25  drhInvoke the unix open() system call through a wrapper...
2011-04-24  drhDisable the transfer optimization if the destination...
2011-04-22  drhAdd the "getlock" utility for determining if a database...
2011-04-20  danUpdate a comment in e_createtable.test.
2011-04-19  danAvoid passing NULL to the xOpen method of an FTS3/4...
2011-04-17  drhChange the prototype for the open() system call to...
2011-04-17  shanehAdjust some test cases in triggerC.test to handle non...
2011-04-15  shanehAdjust test case in quota.test to handle Windows dir...
2011-04-15  shanehUpdates to test code in os_win to bring winSync inline...
2011-04-15  shanehRemove stray semi-colon that MSVC complained about.
2011-04-15  drhChanges to memory allocator usage tracking to delay...
2011-04-15  drhDo not do full table scans of unordered indices.
2011-04-15  drhFix #ifs involving SQLITE_ENABLE_LOCKING_STYLE so that...
2011-04-15  drhMake sure the unix backend returns SQLITE_FULL if write...
2011-04-13  drhRemove extra CR and NL characters from FormatMessage...
2011-04-13  drhAdd new extended error codes for I/O errors on seek...
2011-04-13  drhFix a usage comment typo in the showdb utility.
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...
next