]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-01-02  drhAdditional tests for descending indices. Comment chang...
2005-12-30  danielk1977Repair typo in previous commit. (CVS 2849)
2005-12-30  danielk1977Add part of the btree layer of the shared-cache feature...
2005-12-29  drhAdd support for CREATE TABLE IF NOT EXISTS. (CVS 2847)
2005-12-29  drhBug fix in codec processing. (CVS 2846)
2005-12-29  drhAdd serial-types 8 and 9 for integer constants of 0...
2005-12-29  drhFix for ticket #1575. (CVS 2844)
2005-12-29  drhAdd support for DROP TABLE IF EXISTS. (CVS 2843)
2005-12-22  drhMake genericAllocationSize work on NULL pointers. ...
2005-12-21  drhBug fixes and additional testing of descending indices...
2005-12-21  drhBasic functionality for descending indices is in place...
2005-12-21  drhProgress toward decending indices. (CVS 2839)
2005-12-20  danielk1977Include sqlite3_release_memory() code when SQLITE_MEMDE...
2005-12-20  danielk1977Add simple tests and fixes for sqlite3_soft_heap_limit...
2005-12-19  drhWebsite changes in preparation for the release of 2...
2005-12-19  drhWebsite changes for the release of 3.2.8. (CVS 2831)
2005-12-19  drhTentative fix for ticket #1567: disable the sqlite3pag...
2005-12-19  danielk1977Add some very simple test cases (and resulting bug...
2005-12-18  danielk1977Add the (untested) sqlite3_release_memory() function...
2005-12-16  danielk1977Verify that the rollback-hook is invoked correctly...
2005-12-16  danielk1977Add the sqlite3_rollback_hook() API. Still requires...
2005-12-16  drhInitial infrastructure for recognizing DESC indices...
2005-12-15  drhFix the utf8 to utf16 conversion routine for short...
2005-12-15  danielk1977Add the sqlite3_update_hook() API. (CVS 2820)
2005-12-15  danielk1977Move malloc(), free(), realloc() and allocationSize...
2005-12-15  danielk1977Add the sqlite3_os_routine_set()/get() functions. ...
2005-12-15  drhFix memory allocation problems on the utf-16 versions...
2005-12-14  drhAvoid using the transient value in the UTF-16 collation...
2005-12-14  drhProperly zero-terminate UTF-16 collation names on an
2005-12-12  danielk1977Fix minor malloc() related problems and add sqlite3_sof...
2005-12-10  drhAdd the "exists" method to the TCL interface. (CVS...
2005-12-09  drhNew bind tests (check-ins (2797) and (2798)) only work...
next