]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2009-02-17  drhAdd tests to double-check that nothing within SQLite...
2009-02-17  danielk1977Initialize an uninitialized buffer to silence a valgrin...
2009-02-17  danielk1977Allow sqlite3_shutdown() to be called by a process...
2009-02-17  drhMake sure result variables are initialized or unused...
2009-02-16  shaneChanges to remove some compiler warnings from MSVC...
2009-02-16  drhFix a compiler warning in backup.c. (CVS 6293)
2009-02-13  drhMake sure OOM errors in the ANALYSIS loader get reporte...
2009-02-13  drhCorrectly handle attempts to add a UNIQUE or PRIMARY...
2009-02-12  drhAdd additional cross-references from API documentation...
2009-02-12  drhUpdate thread tests to clear the sqlite_open_file_count...
2009-02-12  danielk1977Fix some edge cases with backing up databases that...
2009-02-12  danielk1977Modify lock.test to account for "PRAGMA lock_status...
2009-02-12  danielk1977Fix a case where during a rollback triggered by an...
2009-02-11  shaneUpdated for Windows compatibility. Test scripts only...
2009-02-11  drhContinuing documentation refinements. Comment changes...
2009-02-11  danielk1977Fix the backup.test script so that it works regardless...
2009-02-11  drhAdd hyperlinks from sqlite3_limit() documention to...
2009-02-11  danielk1977Fix the crashtest infrastructure so that it doesn't...
2009-02-11  danielk1977Modify the test_journal.c code to (1) account for the...
2009-02-11  danielk1977In test_mutex.c, zero the global structure staticly...
2009-02-10  danielk1977For the "onefile" demo, pass SQLITE_OPEN_TEMP_DB instea...
2009-02-10  danielk1977Reduce the number of iterations in one of the savepoint...
2009-02-10  danielk1977Prevent code in test6.c from reading the 512 byte locki...
2009-02-10  drhCreate links from backup API documentation to the backu...
2009-02-10  danielk1977Reenable triggering vdbe tracing by creating file-syste...
2009-02-10  danielk1977Do not always open a transaction on the temp database...
2009-02-10  danielk1977Fix a bug in test file misc7.test. No code changes...
2009-02-09  danielk1977Fix a problem in backup.c causing OsTruncate() to be...
2009-02-09  drhAdd assert() statements to os_unix.c which fire if...
2009-02-09  drhBetter error message when DISTINCT is used on an aggreg...
2009-02-09  danielk1977Ignore the return structure of and F_GETLK fcntl()...
2009-02-09  danielk1977Attempt to reproduce ticket #3643. No luck yet. (CVS...
2009-02-06  danielk1977Changes to the backup API: (1) if a negative number...
2009-02-05  drhFix a test case that was still using the old pending_by...
2009-02-05  drhFix the declaration of sqlite3PendingByte so that it...
2009-02-05  drhMake the pending byte adjustable via sqlite3_test_contr...
2009-02-05  shaneFixed error detection in winTrucate() in os_win.c....
2009-02-05  shaneImproved overrun detection in mem2.c (SQLITE_MEMDEBUG...
2009-02-04  drhAdd "backup" and "restore" methods to the TCL interface...
2009-02-04  drhAdd ".backup" and ".restore" commands to the CLI -...
2009-02-04  drhIncrease the version number to 3.6.11. (CVS 6258)
2009-02-04  drhIf the truncate operation fails in journalmode=TRUNCATE...
2009-02-04  drhSimplify wording of backup API error message. Decapita...
2009-02-04  drhThe sqlite3_backup_init() interface must lock the desti...
2009-02-04  danielk1977Fix a bug in test_malloc.c whereby running multi-thread...
2009-02-04  danielk1977Ensure that thread001.test and thread002.test reset...
next