]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-01-30  shaneMade code to remove unused parameter warning part of...
2009-01-30  shaneChanges to setupLookaside() in main.c to better handle...
2009-01-30  shaneImplemented the SQLITE_LAST_ERRNO op in the xFileContro...
2009-01-30  shaneIn test case incrvacuum-15.1 close both db handles...
2009-01-30  shaneMinor changes to remove a few MSVC compiler warnings...
2009-01-29  drhAdd test cases to make sure that keywords that we say...
2009-01-29  vapieradd a cvsignore file (CVS 6213)
2009-01-28  drhFix a segfault that can occur when attempting to insert...
2009-01-28  vapierregenerate autotools (CVS 6211)
2009-01-28  vapierunify TCLLIBDIR handling with libtclsqlite3.so and...
2009-01-28  drhAdd testcase() macros for coverage in date.c. (CVS...
2009-01-26  vapieruse AC_MSG_xxx funcs rather than `echo` (CVS 6208)
2009-01-26  vapier(#3449) search for tclConfig.sh first by asking tclsh...
2009-01-26  vapier(#1428) installed shared libs with exec perms (CVS...
2009-01-26  vapier(#3583) add a rule for sqlite3.pc in case the .in file...
2009-01-24  drhRemove obsolete files from the tools subfolder. (CVS...
2009-01-24  drhFix some minor compiler warnings. Added sqlite3Isalpha...
2009-01-24  danielk1977Remove incorrect ALWAYS macro associated with empty...
2009-01-23  danielk1977Optimization: When loading a new page into the cache...
2009-01-22  drhFix the VACUUM command so that it does not commit a...
2009-01-22  danielk1977Silence a C++ builder warning by writing "if( (rc ...
2009-01-21  danielk1977Add a comment to fts3_tokenizer.h to make it clear...
2009-01-20  danielk1977Big change to make pager.c easier to follow. Unused...
2009-01-20  danielk1977When not compiling for an EBCDIC system, use built...
2009-01-19  drhMake sure the *pzErrMsg return from sqlite3_get_table...
2009-01-19  drhFix the --enable-tempstore option on the configure...
2009-01-19  drhMake sure mutexes are fully enabled for thread001.test...
2009-01-17  danielk1977Fix a bug that was preventing SQLite from releasing...
2009-01-17  drhBack out the Makefile.in changes from check-in (6181...
2009-01-16  drhRemove a harmless UMR that occurs inside some debugging...
2009-01-16  danielk1977Fix a change-counter bug similar to #3584. This one...
2009-01-16  danielk1977Revert (6187). (CVS 6188)
2009-01-16  danielk1977This commit is an error. Reverted by (6188). (CVS 6187)
2009-01-16  danielk1977Allow recently added keywords 'savepoint' and 'release...
2009-01-15  drhTreat "or" as an ANSI-C keyword, even though it is...
2009-01-15  drhVersion 3.6.10 (CVS 6184) version-3.6.10
2009-01-15  drhDisable test case select2-2.0.3. This was a timing...
next