]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-03-28  drhBack out check-in (6380). Replace it with a proper...
2009-03-28  danielk1977The fix in (6395) was not correct. Fix #3756 a differen...
2009-03-28  danielk1977Fix a couple of test script bugs. No changes to SQLite...
2009-03-28  danielk1977Fix readDbPage() so that if an SQLITE_IOERR_SHORT_READ...
2009-03-27  danielk1977When "PRAGMA case_sensitive_like" is invoked, override...
2009-03-27  drhFix another compiler warning in the test logic of tclsq...
2009-03-27  drhFix some compiler warnings in test code. (CVS 6392)
2009-03-27  danielk1977Fix an incompatibility between the test_async.c backend...
2009-03-26  danielk1977Check that the first byte of a potentially hot journal...
2009-03-26  danielk1977Prevent the tcl test suite from throwing an exception...
2009-03-26  drhAdded new tests of the scratch memory allocator for...
2009-03-26  danielk1977Ensure that the test vfs in test_journal.c zeroes sqlit...
2009-03-25  drhRemove an unused parameter from sqlite3DequoteExpr...
2009-03-25  danielk1977Fix a problem preventing sqlite3_extended_errcode(...
2009-03-25  drhWhen a VFS.xOpen fails, make sure the pMethods pointer...
2009-03-25  drhUse fdatasync() only on linux, unless -Dfdatasync=fdata...
2009-03-24  drhChange OS_UNIX to SQLITE_OS_UNIX in test_thread.c....
2009-03-24  drhGet the OOM tester in async2.test working again. (CVS...
2009-03-24  drhAdjust the lock.test and lock3.test scripts so that...
2009-03-24  drhInclude sqliteInt.h in test_async.c so that the asynchr...
2009-03-24  drhNew assert()s added to verify that the Expr.token value...
2009-03-24  drhChanges to insure that lookaside memory allocations...
2009-03-24  danielk1977Add a comment to prepare.c explaining why the lookaside...
2009-03-23  drhClarify the meaning of a comment. No changes to code...
2009-03-23  drhAdd asserts to make sure that database connection locks...
2009-03-23  danielk1977Fix an obscure race condition that can occur when multi...
2009-03-23  danielk1977Use the ROUND8() macro to round an integer up to the...
2009-03-23  shaneFix compiler warning in MSVC. (CVS 6371)
2009-03-22  drhAllow the keyword INDEXED to be used as the name of...
2009-03-21  drhUpdate comments in build.c to conform to the latest...
2009-03-21  drhRig the unix backend to use fdatasync() by default...
2009-03-21  drhOn unix, always use fdatasync() instead of fsync()...
2009-03-20  danielk1977Add a test to try to hit the race-condition fixed by...
2009-03-20  danielk1977Fix an assert failure introduced by (6355). (CVS 6365)
2009-03-20  danielk1977Make sure struct WhereClause is aligned on an 8-byte...
2009-03-20  drhRename the unused MEM2 static mutex to OPEN and reuse...
2009-03-20  danielk1977Fix a problem in thread005.test cause errors on osx...
2009-03-20  danielk1977Fix a problem in loadext.test causing an error on OSX...
2009-03-19  danielk1977Fix a couple of fairly obscure cases where an assert...
2009-03-19  danielk1977Change sqlite3_step() to return SQLITE_LOCKED if a...
2009-03-18  danielk1977Fix a crash that could occur when creating an index...
2009-03-18  danielk1977Modify test script backup2.test so that it works on...
2009-03-18  drhAdd comments and testcase() macros to the fix for share...
2009-03-18  danielk1977Fix some cases where executing SQL from within a user...
2009-03-17  drhMove the rowid cache out of VdbeCursor and into BtCurso...
2009-03-17  danielk1977Fix a problem that could cause a crash when a shared...
2009-03-17  drhFix test script bugs in the thread002.test and thread_c...
2009-03-16  drhMake sure the finished() array in thread005.test is...
2009-03-16  danielk1977Modify quick.test to support the QUICKTEST_INCLUDE...
2009-03-16  drhAdditional hyperlinks in the sqlite3_unlock_notify...
2009-03-16  danielk1977Add the sqlite3_unlock_notify() API. (CVS 6348)
2009-03-16  drhBump the version number to 3.6.12. (CVS 6347)
2009-03-16  drhRemove surplus white space from shell.c. Use strlen30...
2009-03-14  danielk1977Fix for #3719. When synthesizing a CREATE TABLE stateme...
2009-03-13  danielk1977Do not overrun a buffer in the genfkey code (now part...
2009-03-12  danielk1977Avoid fts3 crash on (MATCH '""') expressions. Ticket...
2009-03-12  danielk1977Make calls to sqlite3BtreeRollbackStmt() no-ops when...
2009-03-05  danielk1977Begin purging dirty pages from the cache once 90% of...
2009-03-05  danielk1977Comment out a recently added assert statement that...
2009-03-05  shaneImplemented winSectorSize(); Other changes for consiste...
2009-03-05  shaneChanges to cleanup and improve the consistency of tests...
2009-03-05  shaneAdded some asserts and a check for a null pointer deref...
2009-03-05  shaneCorrected typos and misspellings. Ticket #3702. (CVS...
2009-03-05  shaneRemoved compiler warnings from MSVC builds. Ticket...
2009-03-02  shaneConverted EXPR_*SIZE macros to use offsetof() to avoid...
2009-03-02  drhFix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT option for...
2009-03-02  drhFix a bug in the GROUP BY alias name resolution. The...
2009-03-01  drhSuppress some compiler warnings (where possible). ...
2009-03-01  drhFix a critical bug in the VDBE opcode array resizer...
2009-02-28  danielk1977Instead of linking temporary triggers on non-temporary...
2009-02-26  danielk1977In sqlite3_table_column_metadata(), hold the mutex...
2009-02-25  drhMove the new genfkey shell command out from within...
2009-02-25  danielk1977Remove genfkey.c. Change genfkey.README to talk about...
2009-02-25  danielk1977Add the 'genfkey' functionality to the sqlite3 shell...
2009-02-25  danielk1977Minor changes and coverge tests for "SELECT count(...
2009-02-24  drhAdditional commands and another procedure name changes...
2009-02-24  drhChanges to comments and functions/procedure names for...
2009-02-24  danielk1977Remove old declaration of sqlite3_pending_byte (which...
2009-02-24  danielk1977Fixes and some extra test cases for count(*) optimizati...
2009-02-24  drhEnhanced comments on table locking logic as it relates...
2009-02-24  danielk1977Add test file test/count.test for testing "SELECT count...
2009-02-24  danielk1977Reverse commit (6315) for now. (CVS 6317)
2009-02-24  danielk1977Optimize queries of the form "SELECT count(*) FROM...
2009-02-23  danielk1977Scan an index instead of a table for "SELECT count...
2009-02-23  drhAdd the reverse_unordered_selects pragma. (CVS 6314)
2009-02-23  danielk1977Ensure the return value of sqlite3_errmsg16() is aligne...
2009-02-21  drhThe sqlite3.def file is automatically generated and...
2009-02-20  rseunbreak Autoconf-based build procedure by added missing...
2009-02-20  danielk1977Instead of using SetNumColumns, specify the number...
2009-02-20  drhAdd a count parameter to the OP_Variable opcode and...
2009-02-20  drhAdd the OP_HaltIfNull opcode and use it to simplify...
2009-02-20  drhReuse space left-over opcode space at the end of the...
2009-02-19  drhRemove code in malloc.c that was already commented...
2009-02-19  danielk1977Changes to reduce the heap space consumed by triggers...
2009-02-18  drhMake sure the auto_vacuum=INCREMENTAL setting is preser...
2009-02-18  drhMove the text of C-API requirements out of the sqlite...
2009-02-18  drhFix the amalgamation builder to mark sqlite3PagerBackup...
2009-02-18  vapierrun autoconf so the updated version is in the configure...
2009-02-18  vapierbreak libsqlite3.la install step out so the tcl install...
2009-02-18  drhVersion 3.6.11 (CVS 6299)
next