]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-11-19  drhMerge the checkpoint_fullfsync pragma and the superlock... blocking-checkpoint
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-19  danAdd file test/tt3_checkpoint.c that adds a multi-thread...
2010-11-19  danAdd extra test cases for blocking checkpoints.
2010-11-18  danFixes for SQLITE_BUSY handling in blocking checkpoint...
2010-11-18  danMerge with latest trunk fix.
2010-11-18  danEnsure tcl is using utf-8 as the system encoding when...
2010-11-18  danMerge with latest trunk changes.
2010-11-18  danUpdate test cases to account for the change in the...
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-18  danModify the interface to the blocking wal-checkpoint...
2010-11-17  drhRestrict the scope of the sqlite3_stmt_readonly() inter...
2010-11-16  drhAdding the sqlite3_stmt_readonly() interface.
2010-11-16  danAdd experimental command "PRAGMA wal_blocking_checkpoin...
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...
2010-10-31  drhFix a typo in a comment inserted by the amalgamation...
2010-10-30  danTest cases and minor changes to make fts3 more robust...
2010-10-29  danAdd extra test cases and changes to fts3 to avoid crash...
2010-10-28  danAdd new "dynamic_triggers" test case to threadtest3.c.
2010-10-28  danEnforce the MAX_EXPR_DEPTH limit while building express...
2010-10-27  danAvoid trying to allocate a negative number of bytes...
2010-10-27  danMerge experimental fts3/fts4 changes with trunk.
2010-10-27  danFix a buffer overread in fts3 that can occur if the...
2010-10-27  drhFix a memory leak in the update_hook method of the...
2010-10-27  danIn fts4, store the total number of bytes of for all...
2010-10-26  danStructural coverage tests for vdbeblob.c. Including...
2010-10-26  danAdd missing header comments for changes related to...
2010-10-26  danMore coverage tests for fts3.c.
2010-10-25  danFurther improvements to coverage of fts3.c. Fixes for...
2010-10-25  danTest coverage improvements for fts3.c.
2010-10-25  danAdd test for matchinfo when a phrase includes some...
2010-10-23  danFixes for the matchinfo() function related to FTS4...
2010-10-22  danAdd new test file fts3defer2.test.
2010-10-22  danAdd missing comments and fix compiler warnings in new...
2010-10-22  danPrevent an assert from failing when opening a zero...
2010-10-21  drhMake sure the estimated row count for ephemeral tables...
2010-10-21  danMerge trunk changes into experimental branch.
2010-10-21  danFix some segfaults that could occur in obscure circumst...
2010-10-21  drhFix a typo-bug that prevented --disable-amalgamation...
2010-10-21  drhAdd new WHERETRACE macros for better diagnostics of...
2010-10-21  drhFix the query planner so that it uses the multi-index...
2010-10-20  danUpdates to FTS4 to improve performance and make more...
2010-10-19  danExperimental changes to fts4 to try to selectively...
2010-10-14  drhAvoid taking locks on unused database connections when...
2010-10-14  drhCheck-in [d3c95e3a4e08d0] was incorrect. This is the...
2010-10-12  drhFix the sqlite3_bind_blob() interface (and its kin...
2010-10-11  drhMake sure the sqlite3_create_collation() interfaces...
2010-10-11  drhFurther changes to extension loading to support compile...
2010-10-11  drhMake APIs added since version 3.6.0 accessible to loada...
2010-10-08  danAdd tests to e_createtable.test.
2010-10-08  drhVersion 3.7.3
next