]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-09-22  danielk1977Remove unused macro Release() from vdbe.c. (CVS 5728)
2008-09-21  drhGive file scope to non-API routines in pcache. Ticket...
2008-09-19  danielk1977Speed up releaseMemArray() a bit by handling the most...
2008-09-19  danielk1977In function moveToRoot(), use the MemPage.pParent point...
2008-09-19  danielk1977In sqlite3BtreeGetMeta(), if BtShared.pPage1 is availab...
2008-09-19  danielk1977Remove an obsolete layer of redirection in pager.c...
2008-09-18  drhDo not run the async tests if the async module is not...
2008-09-18  danielk1977Fix a segfault introduced by (5720) that can follow...
2008-09-18  danielk1977Avoid parsing the structure of b-tree pages (in sqlite3...
2008-09-18  drhUpdate the version number to 3.6.3. (CVS 5719)
2008-09-18  danielk1977Changes to test script nan.test to work on symbian...
2008-09-18  danielk1977Changes to test script io.test to work on symbian....
2008-09-18  drhPerformance improvements in getAndInitPage(): omit...
2008-09-17  drhSpeed improvements for in-memory databases by omitting...
2008-09-17  danielk1977Changes to test scripts to support running on symbian...
2008-09-17  danielk1977Add a type identifier to argument sz to sqlite3PageMall...
2008-09-17  drhFix for tickets #3378 and #3381 that preserves the...
2008-09-16  drhAdd test cases for ticket #3378 and #3381. Add a tempo...
2008-09-16  danielk1977Initialize variable pKeyDup in multiSelectOrderBy(...
2008-09-16  danielk1977Use (file nativename (pwd)) instead of just (pwd) to...
2008-09-16  drhAdd test script selectC.test which demonstrates ticket...
2008-09-16  danielk1977If the xAccess() call used by "PRAGMA temp_store_direct...
2008-09-16  danielk1977Modify the sqlite3VdbeMemCompare() routine so that...
2008-09-16  drhAdd test case for ticket #3376. (CVS 5705)
2008-09-16  danielk1977Set the type of the "comment" field to SQLITE_TEXT...
2008-09-16  danielk1977Do not attempt to change the page size after a pager...
2008-09-15  danielk1977Minor comment change to test_async.c. No code changes...
2008-09-15  drhAdjust the page recycling algorithm so that the number...
2008-09-15  danielk1977Fix the async.test test script so that it invokes ...
2008-09-15  danielk1977Fix the shared_err.test script so that it works if...
2008-09-15  danielk1977Modify test_async.c to avoid using internal SQLite...
2008-09-15  danielk1977Check if error code ENOTSUP is supported before using...
2008-09-13  drhFix issues with bizarrely quoted column names. Tickets...
2008-09-12  drhFix the NEAR connector in FTS3 so that it can take...
2008-09-12  drhDeclare the isInterrupted field of the sqlite3 structur...
2008-09-12  danielk1977Add a case to permutations.test to run tests with the...
2008-09-11  danielk1977Add a couple of (fconfigure) commands to configure...
2008-09-11  danielk1977Fix a couple of problems with variable initializations...
2008-09-10  danielk1977Fix some trivial cases where database corruption was...
2008-09-10  danielk1977Fix for handling database files corrupted in such a...
2008-09-10  drhDocumentation updates: Describe recursion capabilities...
2008-09-10  danielk1977Avoid deleting a file while it is still open in corrupt...
2008-09-10  danielk1977Fix some test script details so that the test suite...
2008-09-09  danielk1977Add fuzz3.test. For testing the library's response...
2008-09-09  drhCalling sqlite3_create_function with nArg==(-1) does...
2008-09-08  danielk1977Fix a C++ism in pager.c (variable useAtomicWrite not...
2008-09-08  danielk1977Fix a bug in r-tree related to internal nodes with...
2008-09-08  danielk1977If the 'rootpage' column of the sqlite_master table...
2008-09-08  danielk1977Add header file sqliteicu.h to the ICU extension. This...
2008-09-06  danielk1977Deallocate a temp register allocated by codeEqualityTer...
2008-09-05  danielk1977Change pcache.test so that it works if sqlite is config...
2008-09-05  danielk1977Fix a problem in btree.c preventing an OOM error from...
2008-09-04  danielk1977Add support for the SQLITE_THREADSAFE=2 and SQLITE_DEFA...
2008-09-04  shaneMissing implementation for sqlite3TransferBindings...
2008-09-04  danielk1977If SQLITE_ENABLE_LOCKING_STYLE is defined, have the...
2008-09-04  danielk1977Temporarily revert to using sqlite3_transfer_bindings...
2008-09-04  shaneModified core to not call deprecated functions sqlite3_...
2008-09-03  drhWork around an issue with the WINSCW compiler. (CVS...
2008-09-03  drhMake the default threading mode multithread (-nomutex...
2008-09-03  drhAdd support for SQLITE_OPEN_FULLMUTEX. (CVS 5669)
2008-09-03  drhIf a rollback fails, mark the database as corrupt....
2008-09-02  drhAPI documentation updates for threading mode. (CVS...
2008-09-02  danielk1977Explicitly initialize at least the first field of every...
2008-09-02  danielk1977Fix the position of the SQLITE_WSD macro in the declara...
2008-09-02  danielk1977Fine tune the hard-coded values passed to sqlite3_init_...
2008-09-02  danielk1977Add an extra 'const' qualifier to two arrays (in func...
2008-09-02  danielk1977Move the sqlite3SharedCacheEnabled global and the inPro...
2008-09-02  danielk1977Add a 'const' to the opcodeProperty array in vdbe.c...
2008-09-02  danielk1977Change some more global variables to work with OMIT_WSD...
2008-09-02  danielk1977Modify pcache.c to work with OMIT_WSD. (CVS 5659)
2008-09-02  drhContinuing work on adding full support for the SQLITE_O...
2008-09-01  shaneAdd define for INVALID_FILE_ATTRIBUTES if it is not...
2008-09-01  shaneAdded (_MSC_VER>1200) to SQLITE_DEPRECATED and SQLITE_...
2008-09-01  shaneOmit prototype for and calls to sqlite3MaterializeView...
2008-09-01  shaneConverted strcasecmp to sqlite3StrICmp. Test code...
2008-09-01  danielk1977Modify the aBuiltinFunc array in func.c to use the...
2008-09-01  danielk1977Begin adding support for the SQLITE_OMIT_WSD macro...
2008-09-01  drhRemove an unused function declaration from a header...
2008-09-01  drhDefer deleting Table objects associated with flattened...
2008-09-01  danielk1977Have the rtree module set the estimatedCost output...
2008-08-31  shaneChanged to used sqlite3_snprintf instead of snprintf...
2008-08-30  drhVersion 3.6.2 (CVS 5647)
2008-08-30  drhRun permutation subtests in sorted order. (CVS 5646)
2008-08-30  danielk1977Add some code to permutations.test to make sure no...
2008-08-30  danielk1977Make sure thread003.test waits for all spawned threads...
2008-08-29  rseremove private declaration of sqlite3_snprintf() in...
2008-08-29  rseremove a doubled function declaration (the second just...
2008-08-29  danielk1977Move a call to sqlite3_mutex_leave() to protect calls...
2008-08-29  danielk1977Modify tclsqlite.test so that it works reliably with...
2008-08-29  danielk1977In permutations.test, disable tests that depend on...
2008-08-29  danielk1977If a page is made eligible for recycling when more...
2008-08-29  drhAvoid reevaluating WHERE and ORDER BY expressions that...
2008-08-28  danielk1977Fix ioerr5.test so that it works with the new pcache...
2008-08-28  drhPartial fix for a bug in recovery from xStress failures...
2008-08-28  danielk1977Avoid using (clock seconds) in thread003.test. It is...
2008-08-28  danielk1977Use ckfree() instead of sqlite3_free() to free an alloc...
2008-08-28  danielk1977Fix mutex related bug in pcache.c to do with handling...
2008-08-28  danielk1977Enable the disabled asserts added by (5629). Add extra...
2008-08-28  danielk1977Fix a threads/mutex problem in pcache.c. (CVS 5630)
2008-08-28  drhMiscellaneous cleanup in the new pcache code. (CVS...
next