]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-01-08  drhRemove some cruft from the VDBE. Bring comments up...
2006-01-08  drhReduce memory requirements for ORDER BY combined with...
2006-01-07  drhInvalidate all VDBE cursor row caches in between calls...
2006-01-07  drhContinued progress toward a working wince backend....
2006-01-07  drhMake sure there is no ephemeral data on the stack befor...
2006-01-07  drhEnable redefinable I/O if the SQLITE_ENABLE_REDEF_IO...
2006-01-07  danielk1977Fix some memory leaks caused by obscure syntax errors...
2006-01-07  danielk1977In shared-cache mode, lock all required tables before...
2006-01-07  drhDrop the mutex if the TSD key allocation fails. Ticket...
2006-01-06  drhFix bugs in test scripts that came of of sse testing...
2006-01-06  drhChanges so that SQLITE_OMIT_PARSER and SQLITE_OMIT_DISK...
2006-01-06  drhAdditional changes for wince. (CVS 2877)
2006-01-06  drhMore changes to support wince. (CVS 2876)
2006-01-06  drhAdditional efforts to get it to build on WinCE. (CVS...
2006-01-06  drhA first attempt at adding native support for WinCE...
2006-01-06  danielk1977Fix a crash caused by adding a trigger to a shared...
2006-01-06  drhFix an alignment problem in the sqlite3OsRandomSeed...
2006-01-06  drhRemove vestigial file: crashtest1.c (CVS 2871)
2006-01-06  drhChange the OS interface layer to use traditional direct...
2006-01-06  danielk1977Add some simple tests and fixes for shared-schema locki...
2006-01-06  drhBack out the addition of the new header file - bad...
2006-01-06  danielk1977Fix a bug that was emptying shared-schema tables during...
2006-01-06  drhEnable async testing. Modify the OS layer interface...
2006-01-06  drhFormatting changes in btree.c. (CVS 2865)
2006-01-06  drhWindows implementation of the thread-specific data...
2006-01-05  drhDisable the update hook for the truncation optimization...
2006-01-05  drhMove TCL interface for sqlite3_release_memory() and...
2006-01-05  danielk1977Fix for ticket #1582 (Double delete of invalid LIMIT...
2006-01-05  danielk1977Disable automatic invocation of sqlite3_release_memory...
2006-01-05  danielk1977Add the shared schema/pager modifications. Very few...
2006-01-04  drhBug fix in the IF NOT EXISTS logic. (CVS 2858)
2006-01-04  drhBug fix in the new "exists" method of the TCL interface...
2006-01-04  drhUpdate document for CREATE INDEX IF NOT EXISTS and...
2006-01-04  drhAdd support for CREATE INDEX IF NOT EXISTS and DROP...
2006-01-03  drhAlways case 0 to (char*) on varargs functions. Otherwi...
2006-01-03  danielk1977Add test files for the asynchronous IO concept. (CVS...
2006-01-03  drhThe sqlite TCL command no longer returns the hex addres...
2006-01-02  drhAdd the xInMutex method to the os-layer switch for...
next