]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2010-08-26  danFix a couple of memory leaks in r-tree that can occur...
2010-08-26  danRemove unreachable condition from rtree.c.
2010-08-26  danImprove coverage of rtree.c some more.
2010-08-26  shanehSimplification of changes for SQLITE_OMIT_WAL support...
2010-08-25  drhReinstate the "sqlite" alias for backwards compatibilit...
2010-08-25  drhDisable the legacy "sqlite" command in the TCL interfac...
2010-08-25  danFurther test coverage improvements for rtree.c.
2010-08-25  danTest cases to improve coverage of rtree module. Fixes...
2010-08-24  shanehReplicate asserts on unixOpen() to winOpen() in os_win.c.
2010-08-24  shanehChanges to support building with SQLITE_OMIT_WAL.
2010-08-24  drhChange sqlite3_open_v2() to return SQLITE_MISUSE if...
2010-08-24  drhComment enhancements and typo fixes in pcache1.c.
2010-08-24  danFixes to allow fts3 tables to be renamed mid-transaction.
2010-08-24  danAdd tests to e_expr.test.
2010-08-24  drhThe R-tree module should not assume that its shadow...
2010-08-23  drhVersion 3.7.2 release candidate 1 version-3.7.2
2010-08-23  danFixes for the SQLITE_CHECK_PAGES debugging feature.
2010-08-23  drhUpdate the version number in preparation for the 3...
2010-08-23  danFix for ticket [5e10420e8d].
2010-08-23  drhUpdate the "showdb" debug utility to handle 64K page...
2010-08-21  drhVersion 3.7.1 release candidate
2010-08-21  danAdd some tests to e_expr.test and pagerfault.test....
2010-08-21  drhFix the ptrmapPageno() routine so that it works correct...
2010-08-20  drhDo not allow a backup to change the page size if a...
2010-08-20  danFix typo in backcompat.test.
2010-08-20  danMerge leaf created by accident.
2010-08-20  danAvoid assuming that the user has "." in their path...
2010-08-20  drhDo not attempt run backwards compatibility tests if...
2010-08-20  drhDisable the MEMSYS2 auxiliary routines if MEMSYS2 is...
2010-08-20  drhFix the sqlite3_release_memory() interface so that...
2010-08-19  shanehAdjust filename globbing in backcompat.test for Windows.
2010-08-19  danFix backcompat.test so that it works with windows manda...
2010-08-19  danAdd tests for WAL mode to test/backcompat.test.
2010-08-19  danMerge two leaves.
2010-08-19  danModify the code for reading hot-journal files so that...
2010-08-19  shanehFix typo in TCL stubs support for configure in Makefile.in
2010-08-19  drhRemove a NEVER from balance_quick() that can occur...
2010-08-19  danAdd new test script backcompat.test, for testing databa...
2010-08-18  drhFix two asserts in the btree logic so that they work...
2010-08-18  shanehUpdated tests for CLI. Added some basic tests for...
2010-08-18  danDisable the SQLITE_MAX_PAGE_SIZE compile time option...
2010-08-18  shanehFix issue with wal.test on Windows.
2010-08-18  shanehFix some compiler warnings in the MSVC build.
next