]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2006-01-22  drhTests for the subquery flattening fix of check-in ...
2006-01-21  drhDo not flatten subqueries in a join where the subquery...
2006-01-21  drhFix a bug in os.h. How did this slip by before now...
2006-01-21  danielk1977Fix more problems with malloc() and IO failures. (CVS...
2006-01-20  drhMore compiler warnings fixed - or in some cases comment...
2006-01-20  drhFix some compiler warnings. (CVS 2983)
2006-01-20  danielk1977Fix another couple of IO or malloc() failure problems...
2006-01-20  drhFix and test the processing of sqlite3_result_error...
2006-01-20  danielk1977Handle some of the IO error conditions that may occur...
2006-01-19  drhMake sure sqlite3_thread_cleanup() does not try to...
2006-01-19  drhFix the #ifdef around sqlite3OutstandingMallocs() in...
2006-01-19  danielk1977Account for read-uncommitted cursors in sqlite3BtreeCle...
2006-01-19  danielk1977Fix a bug with internally saving cursors open on index...
2006-01-18  danielk1977Omit thread2.test if memory-management is enabled at...
2006-01-18  danielk1977Include the ThreadData structure in internal malloc...
2006-01-18  drhModify the sqlite3OsInMutex os-layer interface to take...
2006-01-18  danielk1977Use a global variable protected by a mutex instead...
2006-01-18  danielk1977Fix compilation error when neither MEMDEBUG or ENABLE_M...
2006-01-18  danielk1977Change sqlite3MallocClearFailed() calls to sqlite3ApiEx...
2006-01-18  drhRecursive mutexes in os_win.c. (CVS 2969)
2006-01-18  drhConvert the unix driver to use a recusive mutex. Simil...
2006-01-18  danielk1977Handle malloc() failures that occur in open16() and...
2006-01-18  danielk1977Handle malloc() failures that occur inside create_colla...
2006-01-17  danielk1977Arrange for ThreadData to be automatically deallocated...
2006-01-17  danielk1977Fix compilation errors when building SQLITE_DEBUG defin...
2006-01-17  danielk1977Various fixes that allow the malloc() failure tests...
2006-01-17  danielk1977Test suite fixes for builds that define OMIT symbols...
2006-01-16  danielk1977Test file fixes for libaries compiled with various...
2006-01-16  danielk1977Fix problems compiling with memory-management enabled...
2006-01-16  danielk1977Fix some of the issues raised in #1615. (CVS 2959)
2006-01-16  danielk1977Correctly handle malloc() failure in GenericMalloc...
2006-01-16  danielk1977Run the tests in shared.test a second time using an...
2006-01-16  danielk1977Clarify error handling in pager code. No functional...
2006-01-16  drhVersion 3.3.1 (alpha) (CVS 2953)
2006-01-16  drhFix the script that cross-compiles the windows DLL...
2006-01-16  drhVersion 3.3.1 (withdrawn - see ticket #1614) (CVS 2955)
2006-01-15  drhCode size reductions in the pager. (CVS 2952)
2006-01-15  drhPrepare for the 3.3.1 alpha release. (CVS 2951)
2006-01-15  drhClean up comments in os_unix.c. (CVS 2950)
2006-01-15  danielk1977Correctly set the length of the string in bytes when...
2006-01-15  danielk1977Fix a buffer-overrun that could occur after a malloc...
2006-01-15  danielk1977Rollback any open write-transaction when a shared-cache...
2006-01-15  drhClosing a file from the wrong thread is harmless on...
2006-01-15  drhAdd tests and fix bugs in the new cross-thread lock...
2006-01-15  drhDocumentation updates. Fix to date.c. But most import...
2006-01-14  danielk1977Fixes for OMIT_SUBQUERY builds: Disable where clause...
2006-01-13  danielk1977Account for multi-byte characters in ALTER TABLE code...
2006-01-13  danielk1977Tweaks to make OP_Column run a fraction faster. (CVS...
2006-01-13  danielk1977Avoid parsing an entire record header when it is not...
2006-01-13  drhMake sure the authenticator does not try to authenticat...
2006-01-13  danielk1977Fix a vdbe stack overflow problem that could occur...
2006-01-13  danielk1977Remove a few duplicate variable initializations in...
2006-01-13  danielk1977Minor modification to restoreOrClearCursorPosition...
2006-01-13  drhAdditional speed enhancements in btree.c. (CVS 2935)
2006-01-13  drhSmall performance improvement on sqlite3BtreeMoveto...
2006-01-13  drhAdd a high-speed version of sqlite3GetVarint32 to vdbe...
2006-01-13  drhAdd tests to make sure "PRAGMA table_info" works using...
2006-01-13  drhTerminate the va_start in the getDigits function of...
2006-01-12  drhAdd support for the TOTAL() aggregate function - works...
2006-01-12  drhPerformance boost in sqlite3VdbeRecordCompare. (CVS...
2006-01-12  drhAutomatically cast BLOBs to strings prior to handing...
2006-01-12  drhCache the encoding value inside VdbeExec. (CVS 2927)
2006-01-12  drhAdditional performance improvements in sqlite3BtreeMove...
2006-01-12  drhBtreeMoveto optimization goes about 1.5% faster. (CVS...
2006-01-12  drhAbout a 2.5% speed improvement by reducing the number...
2006-01-12  drhMark the end of the return codes in the sqlite3.h.in...
2006-01-12  drhAdd the legacy_file_format pragma. (CVS 2922)
2006-01-12  drhImprove performance by about 10% by avoiding excess...
2006-01-11  drhTesting of the automatic TSD deallocation logic. The...
2006-01-11  drhAutomatically deallocate thread-specific data when...
2006-01-11  danielk1977Ensure the database attached as part of VACUUM can...
2006-01-11  danielk1977Fix bugs caused by assuming that shared-schemas are...
2006-01-11  danielk1977Fix typo noted by #1599. (CVS 2916)
2006-01-11  drhVersion 3.3.0 (alpha) (CVS 2915)
2006-01-11  drhAdd new APIs to the sqlite3.def file. (CVS 2914)
2006-01-11  drhPrepare for the release of version 3.3.0. (CVS 2913)
2006-01-10  drhFix a typo in the FAQ. (CVS 2912)
2006-01-10  drhFix bug in the server1 test script. (CVS 2911)
2006-01-10  drhCombine multiple small calls to sqlite3OsWrite into...
2006-01-10  drhImproved comments on the server and asynchronous I...
2006-01-10  drhMore pedantic changes to comments in VDBE. No changes...
2006-01-10  drhFix opcode name in comments. No changes to code. ...
2006-01-10  danielk1977Initialize variables in malloc3.test (was causing error...
2006-01-10  danielk1977Typos in new documentation. (CVS 2905)
2006-01-10  danielk1977Store collation sequence names instead of pointers...
2006-01-10  drhUpdates to the C-API documentation. Change the paramet...
2006-01-10  drhMove the implementation of sqlite3_enable_shared_cache...
2006-01-10  danielk1977Fix a problem with shared-schemas and temp triggers...
2006-01-10  danielk1977If compiled with memory-debugging, write garbage to...
2006-01-10  drhEnable shared cache on the server demonstration. (CVS...
2006-01-09  drhAdd the first simple tests of server mode. Get the...
2006-01-09  drhAdded database server example code (untested). Fixed...
2006-01-09  drhReinstate the asynchronous I/O demonstration code and...
2006-01-09  danielk1977Fix some errors to do with attached databases and text...
2006-01-09  danielk1977Add a runtime interface to enable memory-management...
2006-01-09  danielk1977Rename DbSchema to "Schema" and SqliteTsd to "ThreadDat...
2006-01-09  danielk1977Minor changes so that OMIT_SHARED_CACHE works. (CVS...
2006-01-09  drhFix timezone parsing in the date/time functions. Ticke...
2006-01-09  drhRemove benign reference to an uninitialized variable...
2006-01-08  drhGet LIMIT and OFFSET working again for negative limits...
next