]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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
2010-10-07  drhUpdate the CLI test script to expect a version number...
2010-10-06  drhUpdate the configure script and Makefile so that they...
2010-10-06  drhFix long-standing bugs with the handling of LIMIT claus...
2010-10-06  danFix minor test suite problems causing errors on OSX.
2010-10-06  danFix a bug in test code that was causing a valgrind...
2010-10-05  drhDo not embedded #if inside an assert() statement.
2010-10-05  danHave the pager change to at least WRITER_CACHEMOD state...
2010-10-05  drhIf walLockExclusive() fails for reasons other than...
2010-10-05  drhAvoid all memory allocation (and hence the possiblitity...
2010-10-05  danFix an assert() failing on OSX.
2010-10-05  danPrevent backcompat.test from mistaking directories...
2010-10-04  drhFix a performance regression (relative to version 3...
2010-10-04  danFix a couple of test script problems.
2010-10-04  danFix memsubsys1.test so that it works with TEMP_STORE>=2.
2010-10-04  shanehWarning cleanup from MSVC.
2010-10-04  danFix broken evidence marks in e_expr.test.
2010-10-04  danAdd tests for table-constraints to e_createtable.test.
2010-10-01  danAdd tests for CHECK and UNIQUE constraints to e_createt...
2010-10-01  drhAdd #ifndef USE_SYSTEM_SQLITE...#endif around the bundl...
2010-10-01  drhUpdates to the showjournal.c utility in order to bring...
2010-09-30  drhMerge experimental into trunk: Refactor the text-to...
2010-09-30  shanehFix some matching issues in enc4.test affected by TCL...
2010-09-30  danAdd further tests to e_createtable.test.
2010-09-30  shanehFix memory leak in enc4.test script.
2010-09-30  shanehAdditional encoding tests.
2010-09-30  drhRemove unnecessary calls to memAboutToChange() in vdbe...
2010-09-30  drhDo correct affinity transformations on floating point...
2010-09-30  shanehChanges to remove sqlite3FitsIn64Bits().
2010-09-30  drhFix the handling of default values for ALTER TABLE...
2010-09-30  drhRework the text to numeric conversion routines so that...
2010-09-29  danAdd test cases to e_createtable.test.
2010-09-29  danAdd tests for "CREATE TABLE ... AS SELECT ..." statemen...
2010-09-29  drhUpdates to sqlite3_finalize() documentation.
2010-09-28  drhSimplify the test that determines if the name of a...
2010-09-29  danFix some problems that can occur if a trigger has the...
2010-09-28  drhMerge accidental fork.
2010-09-28  danAdd tests to e_createtable.test. Allow a table to be...
2010-09-28  drhGet ANALYZE working again with -DSQLITE_ENABLE_STAT2...
2010-09-28  danDisallow statements of the form "CREATE TEMP TABLE...
2010-09-28  drhUpdates to e_vacuum.test so that it works when SQLITE_D...
2010-09-28  drhFix several harmless compiler warnings.
2010-09-28  danFix an incompatibility with OMIT_VIRTUALTABLE in e_vacu...
2010-09-28  drhUpdates to the sqlite3_get_table() documentation.
2010-09-28  drhUpdate the version number to 3.7.3 in preparation for...
2010-09-28  drhMerge fixes for ticket [b351d95f9cd5ef17e9d9dbae18f5ca8...
2010-09-28  drhReplace some unreachable branch instructions with asser... bug-b351d95f9c
2010-09-28  drhTweaks to help facilitate structural test coverage.
2010-09-28  drhTest case and fix for the specific failure of ticket...
2010-09-28  drhUse OP_Copy rather than OP_SCopy at one point in aggreg...
2010-09-28  drhContinuing work toward detecting and fixing shallow...
2010-09-27  drhAdd assert() statements that fail when a shallow copy...
2010-09-27  drhSimplifications to the expression code generator. ...
2010-09-25  drhEnhance the ANALYZE command so that it gathers statisti...
2010-09-25  danAdd new file e_createtable.test.
2010-09-25  drhDo not call gethostuuid() on MacOS 10.4 and earlier...
2010-09-25  danAdd tests to file e_reindex.test.
2010-09-24  danModify some evidence tags to match updated gifs.
2010-09-24  danMerge experimental branch back into trunk.
2010-09-24  danAdd new file e_vacuum.test. Move part of e_select.test...
2010-09-24  danAdd experimental branch disallowing VACUUM when there... experimental
2010-09-24  danModify testable statement ids in a few test files to...
2010-09-23  danAdd tests to e_delete.test.
2010-09-22  danFurther tests and changes to make the r-tree module...
2010-09-22  danAdd new file rtreeA.test, to test that the r-tree exten...
2010-09-21  danAdd new file e_delete.test.
2010-09-21  danAdd tests to e_update.test.
next