]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-02-23  drhAutomatically retry system calls that fail with EINTR... branch-3.7.4
2011-02-23  drhBackport the os_unix.c error logging enhancements from
2011-02-20  drhPull in the fix to STAT2 processing from check-in
2011-02-20  drhDo not report the database corruption if the the db...
2011-02-20  drhMake sure the change-counter and SQLite-version fields...
2011-02-20  drhDo not raise an SQLITE_CORRUPT error in Recoverymode...
2011-02-20  drhBackport the sqlite3.h generator fix so that it works...
2011-02-20  drhBackport the changes of checkin [cf86affcb7d308949]
2011-02-20  drhBackport the SQLITE_PROTOCOL fix and the extra defensiv...
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.
2010-11-16  drhUse the estimated number of rows computed for subquerie...
2010-11-15  drhChange the EQP output for the min/max optimization...
2010-11-15  drhFix the EQP logic so that it correctly reports OOM...
2010-11-15  danChange some test cases to account for the new EXPLAIN...
2010-11-15  danTest some example code from documentation page eqp...
2010-11-15  drhMerge the EXPLAIN QUERY PLAN changes from experimental...
2010-11-15  danMinor additions to vacuum.test.
2010-11-13  danChange the EXPLAIN QUERY PLAN output to use "USING...
2010-11-12  danAdd EXPLAIN QUERY PLAN test cases to check that the...
2010-11-12  danChange the test_multiplex.c code to use wrapper functio...
2010-11-12  drhReduce the number of branches that need to be tested...
2010-11-11  danUse "COMPOUND" instead of "COMPOSITE" in the EXPLAIN...
2010-11-11  danAdd a row of EXPLAIN QUERY PLAN output for each composi...
2010-11-11  danFix a bug in the EXPLAIN QUERY PLAN code.
2010-11-11  danModifications to test cases to account for new EXPLAIN...
2010-11-09  shanehFix an assert that fired incorrectly when PRAGMA omit_r...
2010-11-09  danMerge with latest trunk changes.
2010-11-09  danAdd missing comments and fix other issues with routines...
2010-11-09  danFurther enhancements and fixes for explain query plan.
2010-11-08  shanehChanges to the multiplex VFS to optionally (compiler...
2010-11-08  danExperimental changes to EXPLAIN QUERY PLAN.
2010-11-05  shanehFix to xTruncate and more journal mode tests for the...
2010-11-05  danFix os_unix.c so that it works with the test_multiplex...
2010-11-05  shanehMore tests and added support for xDelete in multiplex...
2010-11-05  shanehAdditional error checking and tests.
2010-11-05  shanehAdditional tests and commenting for the multiplex VFS.
2010-11-05  drhUpdate the configure script for version 3.7.4.
next