]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-02-04  danielk1977Do not attempt to use the sub-journal file descriptor...
2009-02-04  danielk1977Fix a bug in malloc.test causing the exclusive permutat...
2009-02-04  shaneChanges to completely remove all floating point ops...
2009-02-04  shaneRemove compiler warnings under MSVC. (CVS 6249)
2009-02-03  drhCorrection to check-ins (6246) and (6247): The backup...
2009-02-03  drhA backup must clear the internal schema of the destinat...
2009-02-03  drhMust hold mutex on the destination during backups....
2009-02-03  shaneFixed postToParent() return type (Tcl_ThreadCreateType...
2009-02-03  shaneFix buffer size in md5_cmd() in test_md5.c. Test harne...
2009-02-03  drhMore adjustments to the backup API documentation. ...
2009-02-03  drhTweaks to the backup API documentation contained in...
2009-02-03  danielk1977Commit first version of the 'backup' feature. (CVS...
2009-02-03  drhFix the sqlite3_mprintf_long test command (added by...
2009-02-03  drhRemove several compiler warnings. (CVS 6239)
2009-02-03  drhRemove the text of the sqlite3VdbeMemSanity() routine...
2009-02-03  drhCheck at the write() call to work around the msdos...
2009-02-03  drhAdd a special rule to the amalgamation generator to...
2009-02-03  drhFix a problem in check-in (6226) which could cause...
2009-02-03  drhCheck-in (6230) introduced a bugs in SUBSTR() which...
2009-02-02  drhMake group_concat() a 1- or 2-value function, as the...
2009-02-02  drhOmit the TEMP keyword from the schema of TEMP tables...
2009-02-02  drhMinor simplifications to SQL function implementations...
2009-02-02  drhUpdate the SUBSTR function so that works consistently...
2009-02-02  drhRestrict the RANDOM() function to have zero arguments...
2009-02-01  drhFix SUBSTR() so that it returns NULL if any argument...
2009-02-01  drhFix the SUBSTR() function so that when the 3rd argument...
2009-02-01  drhChange the replace() function to return a copy of its...
2009-02-01  drhAdjust comments in vdbe.c to use OP_MakeRecord instead...
2009-02-01  drhAdd a new test command, sqlite3_mprintf_long, for testi...
2009-02-01  drhMake the TO keyword available even if SQLITE_OMIT_ALTER...
2009-01-31  drhBetter error message when coalesce() has too few argume...
2009-01-31  danielk1977Avoid a segfault when running vacuum on an in-memory...
2009-01-30  drhFix a round-off error when moving dates by negative...
next