]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-09-17  danHave all FTS3 queries obtain a read or write table...
2010-09-17  drhCompletely remove all trace of ctype.h from FTS2.
2010-09-16  drhFix a comment typo in memjournal.c
2010-09-16  drhUpdates to the requirements on the sqlite3_create_funct...
2010-09-16  danAdd tests for ORDER BY, LIMIT and OFFSET clauses to...
2010-09-16  danFurther tweaks related to deleting files from malloc_co...
2010-09-16  danFix a problem with the previous change to malloc_common...
2010-09-16  danChange code in malloc_common.tcl (test code) to retry...
2010-09-15  drhUpdates to the sqlite3_progress_handler() documentation.
2010-09-15  danAdd tests for ORDER BY clauses to e_select.test.
2010-09-15  drhAdded the sqlite3_soft_heap_limit64() interface. Depre...
2010-09-15  danAdd trivial test case to make sure shared-cache mode...
2010-09-14  danFurther tests for compound SELECT statements.
2010-09-14  drhClarify the documentation to better explain when an...
2010-09-14  danFix some test failures found running releasetest.tcl.
2010-09-13  danFix walmode.test so that all tests pass with SQLITE_TEM...
2010-09-13  danAdd tests for compound SELECT statements to e_select...
2010-09-13  danFix a couple of test files so that they work with DEFAU...
2010-09-13  danRun the multi-threaded tests in test/threadtest3.c...
2010-09-13  danAlter some configurations in releasetest.tcl. Print...
2010-09-11  danAdd tests for "DISTINCT" and "ALL" to e_select.test.
2010-09-11  drhFix a couple of incorrect evidence marks on malloc().
2010-09-11  drhAdditional evidence marks on the malloc() implementatio...
2010-09-11  drhAdd assert() statements to demonstrate that memory...
2010-09-11  danWhen building from the amalgamation with ENABLE_RTREE...
2010-09-10  drhA further correction to the sqlite3_create_function...
2010-09-10  danAdd tests to e_select.test.
2010-09-10  drhUpdates to the documentation on the sqlite3_create_func...
2010-09-10  drhMake sure SQLite is running with MEMSTATUS enabled...
2010-09-09  drhMake sure MEMSTATUS is enabled at the beginning of...
2010-09-09  danAdd test cases to e_select.test.
2010-09-09  drhFurther updates to the sqlite3_pcache_methods documenta...
2010-09-09  drhMake sure memory statistics are enabled for the dbstatu...
2010-09-09  drhUpdates to the sqlite3_pcache_methods documentation.
2010-09-09  danAdd WHERE clause tests to e_select.test.
2010-09-09  danAdd tests for sub-select statements in the FROM clause...
2010-09-08  danFix problem with test names in e_select.test.
2010-09-08  danAdd tests to e_select.test.
2010-09-08  drhUpdates to the documentation of the sqlite3_column_xxxx...
2010-09-08  drhImproved documentation of SQLITE_THREADSAFE and sqlite3...
2010-09-07  drhUpdates to the documentation on the VFS xOpen method.
2010-09-07  drhUpdate the sqlite3_limit() documentation to explain...
2010-09-07  danAdd tests to e_select.test.
2010-09-07  drhRevised documentation for sqlite3_limit(). Added some...
2010-09-07  shanehExample icon file (32x32x4) for new logo.
2010-09-07  drhRemove a redundant test for multiple output columns...
2010-09-06  drhIn the test scripts, changes instances of the TCL interface
2010-09-06  danAdd test cases to e_select.test.
2010-09-06  drhRemove proprietary information from the releasetest...
2010-09-04  danAdd test file e_select.test.
2010-09-03  drhDocumentation enhancements for sqlite3_db_status()...
2010-09-03  drhImproved documentation of the sqlite3_column_count...
2010-09-03  danAdd a few more subquery tests to e_expr.test.
2010-09-03  shanehReduce the amount of memory taken up by WAL mmaped...
2010-09-03  drhFix a discrepancy between the documented behavior of...
2010-09-02  danMove the test for an (illegal) scalar sub-query that...
2010-09-02  drhFix an off-by-one error in the scratch memory allocator.
2010-09-02  drhUse sqlite3_mutex_notheld() instead of !sqlite3_mutex_h...
2010-09-02  danAdd test case to verify the previous change is correct.
2010-09-02  drhFix the computation of the offset on the mmap() for...
2010-09-02  danAdd tests for the EXISTS operator to e_expr.test.
2010-09-02  danIf MEM_STATUS is disabled, avoid holding the STATIC_MEM...
2010-09-02  shanehFix a few typos. Update evidence marks.
2010-09-01  drhIdentify additional requirements in the sqlite3_vfs...
2010-09-01  danAdd tests to quota.test.
2010-09-01  danCall quota callback destructors from within sqlite3_quo...
2010-09-01  drhBoundary value fix to the descriptive comment at the...
2010-09-01  drhMerge the test_quota.c module into the trunk.
2010-09-01  drhFix the TCL interface to test_quota.c so that it works...
2010-09-01  drhVariable name and comment changes to test_quota.c for...
2010-09-01  drhMake all private routines in test_quota.c begin with...
2010-09-01  drhAdd the sqlite3_quota_dump test command. Add a destruc...
2010-09-01  drhClean up comments in the test_quota.c source file.
2010-09-01  drhUpdate the quota shim so that when the same file is...
2010-09-01  drhAdd an assert() with an evidence mark to show that...
2010-09-01  danAdd file test_quota.c, demonstrating how file-system...
2010-09-01  shanehFix some compiler warnings under MSVC.
2010-09-01  shanehEnsure randomly generated rowids never go negative.
2010-08-31  danDo not clear the internal "schema has changed" flag...
2010-08-31  danChanges to comments and type names in rtree.c.
2010-08-31  drhFix a documentation typo reported on the mailing list.
2010-08-31  drhAdd evidence mark comments to source code. Add additio...
2010-08-31  danAdd the "circle" test geometry callback to test_rtree...
2010-08-31  drhRemove unreachable branches to facilitate test coverage.
2010-08-30  drhProvide hints to the btree layer during the creation...
2010-08-30  danWhen generating sqlite3.h, append the contents of sqlit...
2010-08-30  danFix a problem in pagerfault.test uncovered by the previ...
2010-08-30  danAdd tests (and associated fixes) to restore coverage...
2010-08-30  drhRemove the sqlite3BtreeFactor() wrapper routine. All...
2010-08-30  danAdd file sqlite3rtree.h.
2010-08-30  drhUpdates to comments on the VDBE opcodes.
2010-08-28  danFix problem with func3.test.
2010-08-28  danAdd code to allow user-defined searches of r-tree table...
2010-08-27  drhMake sqlite3_create_function() a special case of sqlite...
2010-08-27  danAdd the sqlite3_create_function_v2() API, a version...
2010-08-27  drhRefactor the implementation of the scratch memory alloc...
2010-08-27  drhRemove unnecessary code from malloc.c. Enhance pcache1...
2010-08-27  danFurther tests for CAST in e_expr.test.
2010-08-26  danAdd tests for CAST expressions to e_expr.test. More...
2010-08-26  drhAdd EXTERN macros before entry points in tclsqlite...
next