]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-01-18  drhGet all test cases working with the mutex-free-pcache... mutex-free-pcache
2011-01-18  drhDo not use SQLITE_MUTEX_STATIC_MEM2 since it has been...
2011-01-17  drhHere is a completely new implementation of the mutex...
2011-01-17  drhFix a typo in the documentation for sqlite3_stmt_readon...
2011-01-17  drhAdd the SQLITE_OMIT_AUTORESET compile-time option which...
2011-01-17  drhAdd back an ALWAYS() to regain full test coverage.
2011-01-16  drhOn a backup from a smaller to a larger page size, do...
2011-01-16  drhMake sure the change-counter and SQLite-version fields...
2011-01-15  drhMake sure the change counter and SQLite version numbers...
2011-01-15  drhFix the change-counter increment for WAL pages so that... bug-5d863f87
2011-01-15  drhIncrement the change counter and update the SQLite...
2011-01-15  danAdd a test case demonstrating the problem described...
2011-01-14  drhRerun autoconf to bring the configure script up-to...
2011-01-14  drhFix comments, including some documentation comments...
2011-01-14  danFix a bug in test code (test_vfs.c).
2011-01-13  drhFix a typo on the sqlite3_open_v2() documentation.
2011-01-13  danFix a couple of crashes in fts3 that can occur if the...
2011-01-13  danFix a segfault that can occur in matchinfo if an fts4...
2011-01-12  drhDo not raise an SQLITE_CORRUPT error in Recoverymode
2011-01-11  danMerge accidentally created fork.
2011-01-11  danAdd the SQLITE_FCNTL_SYNC file-control.
2011-01-11  drhChange the page size of the destination database in...
2011-01-11  danIf a rollback is attempted in journal_mode=off mode...
2011-01-11  drhFix the sqlite3.h generator script so that it generates...
2011-01-10  drhUpdate pager requirements to accound for the ZIPVFS...
2011-01-07  drhReorder the fields in private structures in an effort...
2011-01-06  drhEnhance the showdb tool to show overflow page pointers...
2011-01-06  drhEnhance the showdb tool to show a btree page layout...
2011-01-05  drhFix a bug in the showdb utility: the serial types for...
2011-01-05  drhEnhancements to the "showdb" debugging tool. Add the...
2011-01-05  drhIncrement the version number to 3.7.5.
2011-01-05  drhAdd the sqlite3_vsnprintf() interface.
2011-01-04  drhFix a null-pointer dereference that can occur on an...
2011-01-04  drhFix the ANALYZE command so that it takes collating...
2011-01-04  drhThe ANALYZE command now counts at all rows of an index...
2010-12-29  danHave testfixture invoke C routine Zipvfs_Init() when...
2010-12-29  danFix some off-by-one errors in the comments for API...
2010-12-24  danReduce the number of calls to sqlite3_realloc() made...
2010-12-22  drhDo not include <sys/mmap.h> if SQLITE_OMIT_WAL...
2010-12-21  drhAdd test cases for the new lookaside hit and miss statu...
2010-12-21  drhMerge into the trunk the experimental enhancements...
2010-12-21  drhRemove the obsolete compile-time option SQLITE_THREAD_O...
2010-12-21  drhRearrange a variable declaration in the proxy locking...
2010-12-20  drhClarify the documentation of the SQLITE_STATUS_MALLOC_C...
2010-12-20  drhAdd additional DBSTATUS options for measuring the hit...
2010-12-17  drhAdd the "-heap" option to the command-line shell -...
2010-12-17  drhFix minor typos in the sqlite3_backup documentation.
2010-12-16  drhImprovements to the documentation for sqlite3_backup...
2010-12-16  drhFix an assertion fault that can only occur if SQLITE_EN...
2010-12-16  drhMake wal_checkpoint a no-op if a prior checkpoint has...
2010-12-15  drhEnhanced comments in wal.c and declare some procedure...
2010-12-15  drhWhen registering the built-in LIKE and GLOB functions...
2010-12-10  danFix a performance regression in matchinfo().
2010-12-09  drhAdd support for the SQLITE_DEFAULT_FOREIGN_KEYS compile...
2010-12-09  drhMention the SQLITE_DEFAULT_WAL_AUTOCHECKPOINT compile...
2010-12-08  drhUpdate the sqlite3_stmt_readonly() interface so that...
2010-12-08  drhThe command-line shell ignore errors in sqlite3_close...
2010-12-08  drhChanges to the shell which should, in theory, allow...
2010-12-07  drhImproved documentation for SQLITE_FCNTL_FILE_POINTER.
2010-12-07  drhVersion 3.7.4 release candidate 4 version-3.7.4
2010-12-07  shanehWork around restriction in Windows file locking.
2010-12-07  danFix a bug in the demo "superlock" code preventing locks...
2010-12-07  drhVersion 3.7.4 release candidate 3
2010-12-07  danRun some of the existing test scripts with optimization...
2010-12-07  danAdd tests to tkt-80ba201079.test.
2010-12-06  drhFix the build so that it once again works with SQLITE_O...
2010-12-06  drhAdd the ability to disable constant factoring using...
2010-12-06  drhBack out part of the previous change that was not reall...
2010-12-06  drhInitialize all constants at the very beginning of a...
2010-12-06  danHave sqlite3_blob_bytes() return 0 following a failed...
2010-12-04  drhVersion 3.7.4 release candidate 2.
2010-12-04  danFix a memory leak in fts3 that can occur in an OOM...
2010-12-03  drhRemove an over-zealous call to memAboutToChange() from...
2010-12-03  drhVersion 3.7.4 release candidate 1
2010-12-03  danAdd tests for fts3 to backcompat.test.
2010-12-03  danAdd the "valgrind" permutation. This is the same as...
2010-12-02  danFix a bug causing fts3 to incorrectly return SQLITE_COR...
2010-12-02  danExclude a test case from the inmemory_journal permutati...
2010-12-02  danFix a (harmless) valgrind warning in the rtree extension.
2010-12-02  danUpdate misc7.test to account for EQP changes.
2010-12-01  shanehChanged multiplex shim's xFilesize to return an error...
2010-12-01  shanehMake sure a test of multiplex shim doesn't fail if...
2010-12-01  shanehAdded TCL test case for converting to WAL mode with...
2010-12-01  danChange the type of a variable in struct SrcList so...
2010-12-01  shanehFix some warnings under MSVC in fts3 module.
2010-12-01  danAdd test file e_resolve.test.
2010-12-01  danAvoid recursive calls to sqlite3VdbeMemRelease() when...
2010-11-30  danAdd test file e_dropview.test.
2010-11-29  danFix a warning in os_unix.c.
2010-11-29  danOn *BSD systems, reduce the number of open connections...
2010-11-29  danFix compiler warnings discovered while building SQLite...
2010-11-29  danAdd tests for very small cache-sizes (less than 10...
2010-11-29  danAdd new test file e_droptrigger.test.
2010-11-26  drhFix various compiler warnings.
2010-11-26  danFix an uninitialized variable in fts3.c.
2010-11-26  danMerge fts3 matchinfo() changes with trunk.
2010-11-26  danAdd a couple of comments to fts3_snippet.c. fts3-experimental
2010-11-26  danMerge with latest trunk changes.
2010-11-25  danAdd coverage tests (and associated fixes) for new match...
2010-11-25  danFix bugs in fts3 function matchinfo() when used with...
next