]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-12-09  drhMore annoying and pointless signedness warnings fixed...
2005-12-09  drhClean up annoying (and pointless) compiler warnings...
2005-12-09  danielk1977Define the sqliteMalloc() macro differently to avoid...
2005-12-09  danielk1977Many small changes to ensure memory is not leaked after...
2005-12-09  drhAdd more stress testing to autovacuum in an (unsuccessf...
2005-12-08  drhProvide a pragma to set the codec key. (CVS 2806)
2005-12-07  danielk1977Add some tests for malloc() failure within the column_n...
2005-12-06  danielk1977Allow VACUUM to detach the auxillary database after...
2005-12-06  danielk1977Modify ATTACH and DETACH to execute at runtime instead...
2005-12-06  drhReport errors out of sqlite3_open16(). (CVS 2802)
2005-12-06  danielk1977Add test file for new malloc() failure handling. (CVS...
2005-12-06  danielk1977Some elements of the new malloc() failure handling...
2005-12-05  drhUpdate mailing list hyperlink on the support page....
2005-12-05  drhMake sure sqlite3_result_text can handle text strings...
2005-12-02  drhAdd a test to verify that binding text with embedded...
2005-12-02  drhDocumentation updates. (CVS 2796)
2005-11-30  drhRestructure the OS interface yet again. This time...
2005-11-29  drhThe crash test works now, at least on unix. Untested...
2005-11-29  drhMake the build work on windows again. Ticket #1544...
2005-11-29  drhThe crash tests now compile, at least. But they get...
2005-11-29  drhMake the OsFile structure opaque with its internal...
2005-11-28  drhReplace a call to sprintf() with sqlite3MPrintf() since...
2005-11-26  drhDisable the OR-clause optimization if it does not resul...
2005-11-26  drhMake sure left joins still work even when the OR clause...
2005-11-26  drhRemove some vestiges of the old OS_TEST driver. (CVS...
2005-11-26  drhAdd an OS method for making copies of file descriptors...
2005-11-26  drhModify the OS layer so that I/O routines are called...
2005-11-25  danielk1977Ensure a low system limit on the number of open files...
2005-11-25  danielk1977Add the compilation option SQLITE_DISABLE_DIRSYNC ...
2005-11-25  danielk1977Add the compilation option SQLITE_DISABLE_DIRSYNC ...
2005-11-25  danielk1977If SQLITE_DISABLE_LFS is defined, omit the bigfile...
2005-11-25  danielk1977Check the return code of full_fsync() when used to...
2005-11-25  drhPreserve 64-bit last insert rowids across triggers...
2005-11-24  drhThe --enable-cross-thread-connect configuration option...
2005-11-24  drhMake sure sqliteInt.h is included before any system...
2005-11-24  drhReduce the number of distinct token symbols in the...
2005-11-24  drhComment changes. No changes to code. (CVS 2775)
2005-11-24  drhFix a comment in btree.c. No code changes. (CVS 2774)
2005-11-24  drhFix incorrect type conversions when copying from a...
2005-11-21  drhLess verbose output when EXPLAIN QUERY PLAN identifies...
2005-11-21  drhThe EXPLAIN QUERY PLAN now identifies when tables use...
2005-11-16  drhFix a problem with the sorting of literals in a compoun...
2005-11-16  drhDo not allow aggregate functions in a WHERE clause...
2005-11-16  drhAvoid unnecessary strlen() calls in the OP_String opcod...
2005-11-15  drhFix a bug in UTF-16 handling introduced by the previous...
2005-11-14  drhCreate separate affinities for INTEGER and REAL. (CVS...
next