]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2010-11-05  drhMerge the multiplexer VFS demo into the trunk.
2010-11-05  drhFix the Makefile.in so that it works with the multiplex...
2010-11-04  drhBack out an unintended change to permutations.test.
2010-11-04  shanehAnother change for testing on Windows.
2010-11-04  drhFix the main.mk makefile to include test_multiplex...
2010-11-04  shanehFirst attempt at a sharding VFS to split large DBs.
2010-11-04  shanehFix size so it's really 32x32.
2010-11-04  shanehUpdates for Windows.
2010-11-04  danInclude the print_pager_state() function only if SQLITE...
2010-11-02  danChanges to allow FTS4 tables to be created without...
2010-11-02  drhAdd evidence marks for the sqlite3_blob_reopen() interf...
2010-11-01  danAdd test cases to restore coverage of pager.c and wal.c.
2010-11-01  danIf a database file with the WAL flag set is opened...
2010-11-01  drhChange the version number to 3.7.4.
2010-11-01  danFix a broken test case in exclusive.test.
2010-11-01  danChanges to test scripts so that they work with SQLITE_E...
2010-10-31  drhFix a test module comment typo reported on the mailing...
next