]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-11-13  shaneFixed several more crashes due to corrupt db files...
2008-11-13  shaneAdded support for -DSQLITE_NO_SYNC to os_win.c. (CVS...
2008-11-13  shaneFixed typo in tkt3472.test that prevented the test...
2008-11-13  danielk1977Avoid committing a transaction from within the xSync...
2008-11-13  danielk1977Minor changes to get memsys5 compiling and its tests...
2008-11-13  danielk1977Update mksqlite3c.tcl to include new file pcache1.c...
2008-11-13  danielk1977Add an API to support custom page cache implementations...
2008-11-12  danielk1977Avoid some buffer overreads detected by valgrind while...
2008-11-12  drhVersion 3.6.5 (CVS 5897)
2008-11-12  drhDo not redefine the MIN and MAX macros if they are...
2008-11-12  danielk1977In corruptC.test, explicitly set "PRAGMA auto_vacuum...
2008-11-12  drhUpdate the version number to 3.6.5. (CVS 5894)
2008-11-12  drhOmit the threadOverrideEachOthersLocks tests for builds...
2008-11-12  drhFix a faulty assert in select.c. Ticket #3494. (CVS...
2008-11-12  danielk1977Modify a failing test case in corruptC.test. The test...
2008-11-12  danielk1977Fix a database corruption related crash uncovered by...
2008-11-12  danielk1977Make sure affinities and implicit collation sequences...
2008-11-12  shaneFixed a few more crashes when dealing with corrupt...
2008-11-11  shaneFixed crash during an UPDATE when free cell size is...
2008-11-11  shanePrevent a crash during an UPDATE when the cell offset...
2008-11-11  drhSend the "Incomplete SQL" error message of the CLI...
2008-11-11  danielk1977Remove some asserts that refer to variables removed...
2008-11-11  danielk1977Change the way threadsOverrideEachOthersLocks() works...
2008-11-11  drhCleanup in flattenSubquery. Add OOM tests for flattenS...
2008-11-11  shaneFixed crash in integrity_check with corrupt content...
2008-11-11  drhAvoid signed/unsigned comparison warnings in bitvec...
2008-11-11  drhWhen an assignment occurs in a boolean, always test...
2008-11-11  drhFix the CLI so that it does not terminate input when...
2008-11-11  drhWhen an OOM error occurs while resizing an sqlite_value...
2008-11-10  drhFix the documentation of the SQLITE_FUNCTION authorizer...
2008-11-10  shane#ifdef out unused static function mutexIsNT(). Ticket...
2008-11-10  shaneUpdated comment in source. Ticket #3453. (CVS 5874)
2008-11-10  shaneAdd check for ifcapable autovacuum to vacuum2-3.3 test...
2008-11-10  shaneRemoved a few more small parts of memsys6 code, includi...
2008-11-10  shaneIn btree.c, omit calls to setChildPtrmaps() if SQLITE_O...
2008-11-10  shaneFixed typos; Consistent use of Mac OS X name; (CVS...
2008-11-07  drhPrevent buffer overruns when converting malformed UTF16...
2008-11-07  drhPrevent a rollback from crashing if the sector-size...
2008-11-07  drhAdd documentation to make it clear that short reads...
2008-11-06  drhFix a bug in the CAST operator associated with the...
2008-11-05  drhFix memory allocation problems when string length excee...
2008-11-05  drhThe COMMIT command now works even if there are pending...
2008-11-04  shaneShould be 'memjournal.lo' instead of 'memjournal.o...
2008-11-04  danielk1977Add test cases for sqlite3_db_mutex(). (CVS 5862)
2008-11-04  drhEnhance documentation of sqlite3_db_mutex(). (CVS 5861)
2008-11-04  drhAvoid a segfault when OOM on a simple EXPLAIN query...
2008-11-04  drhAdd the sqlite3_db_mutex() interface. No test cases...
2008-11-03  drhTest cases to verify that COMMIT and ROLLBACK return...
2008-11-03  drhChange the name of the Cursor object to VdbeCursor...
2008-11-03  danielk1977Modify an assert() statement to fix #3473. No other...
2008-11-03  danielk1977Fix a bug reported on the mailing list triggered by...
2008-10-31  shaneTest that single byte corruptions in increasingly large...
2008-10-31  danielk1977Change the way sqlite3VdbeSetColName() is called so...
2008-10-30  drhFix a faulty assert() in the merge implementation of...
2008-10-30  danielk1977Fix a crash that can follow a malloc failure in sqlite3...
2008-10-30  drhAdd the sqlite3_extended_errcode() interface. Change...
2008-10-29  danielk1977If a hot-journal file is detected but the application...
2008-10-28  drhRemove the vestigial mem4 and mem6 memory allocators...
2008-10-28  drhAdd data structure description comments to memjournal...
2008-10-28  danielk1977Avoid exposing internal interfaces sqlite_attach()...
2008-10-27  danielk1977If an SQLITE_DELETE authorization callback returns...
2008-10-27  danielk1977Make sqlite3_count_changes() and total_changes() work...
2008-10-27  danielk1977Remove some if() conditions that are always true from...
2008-10-25  danielk1977Remove unused parameter from function rtreeInit() ...
2008-10-25  drhDisable the result-set alias cache when on conditional...
2008-10-25  danielk1977Add file tkt3461.test with a few examples of bug #3461...
2008-10-23  danielk1977Fix a bug in pragma table_info. Column default values...
2008-10-22  shaneUpdated configure/makefiles to handle SQLITE_ENABLE...
2008-10-22  shaneRemoved some more dead code and fixed some unresolved...
2008-10-22  shaneMake sure variable declarations occur first in code...
2008-10-22  shaneTest cases for ticket #3442. (CVS 5835)
2008-10-22  danielk1977Fix an assert() failure that can occur following a...
2008-10-21  danielk1977Update the autoconf build system to include memjournal...
2008-10-19  drhWhen a name in double quotes falls back to being a...
2008-10-17  danielk1977Add the memjournal.c file that should have been with...
2008-10-17  danielk1977Add "pragma journal_mode=memory". Change the way rollba...
2008-10-17  drhFix a typo in documentation. Ticket #3447. (CVS 5829)
2008-10-16  danielk1977Fix an error in (5826). (CVS 5828)
2008-10-15  drhFix a naming problem when SQLITE_MUTEX_NOOP is used...
2008-10-15  danielk1977Do not open and sync the directory in unixDelete()...
2008-10-15  drhVersion 3.6.4 (CVS 5825)
2008-10-15  danielk1977After running speed1.test and speed1p.test, reset the...
2008-10-14  danielk1977Disable the page-cache at the end of pcache2.test....
2008-10-14  drhFix the amalgamation generator to recognize indented...
2008-10-14  drhFix the xRandomness() method on the unix VFS to return...
2008-10-14  drhMake sure malloc3.test runs even if a CREATE TABLE...
2008-10-14  danielk1977Update main.mk so that a couple of fts3 files are compi...
2008-10-14  danielk1977Modifications to main.mk so that -DSQLITE_ENABLE_FTS3...
2008-10-13  pweilbacherfix a few return codes in the OS/2 VFS (CVS 5817)
2008-10-13  drhGet the load extension tests working on amd64. Needed...
2008-10-13  drhFix the SQLITE_OMIT_DATETIME_FUNCS compile-time option...
2008-10-13  drhIn rollback.test, do not check for journal deletion...
2008-10-13  danielk1977Use one less temporary table in genfkey.c. The retired...
2008-10-13  danielk1977If sqlite3_column_value() is called to obtain a value...
2008-10-12  shaneCheck for failures in winTruncate. Ticket #3415. ...
2008-10-12  shaneAdded -DSQLITE_ENABLE_RTREE=1 to the mkdll.sh script...
2008-10-12  shaneAdd gcov compile options to link line when GCOV option...
2008-10-12  shaneAdded SQLITE_OMIT_DEPRECATED compile time option to...
2008-10-11  drhAdd macros tests so that the compiler always recognizes...
2008-10-11  danielk1977When transfering an error message from a statement...
next