]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-01-11  drhA proposed change to the sqlite3_step() API such that... step-autoreset
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...
2010-11-24  danAdd code for the matchinfo 'longest common substring...
2010-11-24  danFix crashes that can occur when queries are run on...
2010-11-24  drhFix a couple of compiler warnings in test_superlock...
2010-11-24  danRemove some unused code from fts3. Add tests to fts3mat...
2010-11-23  drhCherry-pick the lemon.c updates out of the lemon-update...
2010-11-23  drhThe previous check-in with changes to the max_page_coun...
2010-11-23  danExperimental changes to fts3 function matchinfo().
2010-11-23  drhFix the max_page_count pragma so that it will not set...
2010-11-22  danFix a typo in unixCurrentTimeInt64() preventing compila...
2010-11-20  danExtra tests for "PRAGMA checkpoint_fullfsync".
2010-11-20  danAdd extra tests for test_superlock.c.
2010-11-19  danAdd tests for "PRAGMA checkpoint_fullfsync".
2010-11-19  drhMerge in the superlock demonstration changes.
2010-11-19  drhAdd the checkpoint_fullfsync pragma which enables F_FUL...
2010-11-19  danAdd file test_superlock.c with example code for obtaini... superlock
2010-11-19  drhAdd the SQLITE_FCNTL_FILE_POINTER verb to sqlite3_file_...
2010-11-18  danEnsure tcl is using utf-8 as the system encoding when...
2010-11-18  shanehAdded some tests to check that umlaut characters are...
2010-11-18  drhRestrict the scope of the fts3ExprCost() subroutine...
2010-11-18  drhFix compiler warnings.
2010-11-18  drhPrevent a possible segfault when the sqlite3_value_nume...
2010-11-17  drhRestrict the scope of the sqlite3_stmt_readonly() inter...
2010-11-16  drhAdding the sqlite3_stmt_readonly() interface.
next