]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-02-02  danAdd missing file fts3_aux.c. fts4aux
2011-02-01  danRemove extra instances of the text "checked out." from...
2011-02-01  danFix a problem causing builds with SQLITE_OMIT_WAL defin...
2011-02-01  danFix a case in fts4 where a corrupt %_stat table could...
2011-02-01  danAdd virtual table module "fts4aux", used to inspect...
2011-01-28  drhSQLite version 3.7.5 release candidate 2 version-3.7.5
2011-01-28  danAdd test script pagerfault3.test. No changes to code...
2011-01-28  drhChange pager_truncate() to a different method for exten...
2011-01-28  danWhen extending a database file, do so by writing one...
2011-01-27  drhSQLite version 3.7.5 release candidate 1
2011-01-26  drhUpdate all built-in VFSes to return SQLITE_OK for the
2011-01-26  danUpdate test file mutex1.test to account for [e3b500fb5d].
2011-01-26  drhMore mutexes around another sqlite3StatusAdd() call.
2011-01-26  drhAdd a mutex around an sqlite3StatusAdd() call to preven...
2011-01-26  danUpdate mutex1.test so that it works with the memsubsys1...
2011-01-26  danChanges to exclusive2.test to make it more deterministic.
2011-01-26  drhRename the PCache1.mxPinned field to n90pct (since...
2011-01-25  drhFix new compiler warnings in pcache1.c that were introd...
2011-01-25  danAdd a missing call to sqlite3PagerSync() removed by...
2011-01-25  drhMake sure the return code from doing an xSync is correc...
2011-01-25  drhChange the name of SQLITE_FCNTL_SYNC to SQLITE_FCNTL_SY...
2011-01-25  danFix a couple of typos in comments. No changes to actual...
2011-01-25  danFix a broken assert() in pager.c.
2011-01-25  danFix a problem in memsubsys1.test. Modifications to...
2011-01-25  drhShave a few cycles so that performance is better than...
2011-01-24  drhModify the test_quote.c demonstration shim so that...
2011-01-24  drhFix a typo in the documentation for sqlite3_snprintf...
2011-01-24  drhFix a harmless compiler warning (a shadowed local varia...
2011-01-22  danModify the trace callback mechanism so that SQL command...
2011-01-21  danChange sqlite3StrAccumAppend() to use realloc instead...
2011-01-21  danAdd options to test command [do_faultsim_test] to suppo...
2011-01-19  drhComment improvements in pcache1.c. No changes to code.
2011-01-18  drhDo not use mutexes in the pcache implementation unless
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...
next