]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-01-10  drhMore homepage typo fixes. (CVS 3589)
2007-01-10  drhFix a typo on the homepage. (CVS 3588)
2007-01-10  drhVersion 3.3.10 (CVS 3587)
2007-01-10  drhCorrections to the documentation on sqlite3_exec()...
2007-01-10  drhCorrections to the documentation for sqlite3_busy_handl...
2007-01-09  drhDocumentation updates prior to version 3.3.10. Among...
2007-01-09  drhFix the windows OS layer so that it returns detailed...
2007-01-09  drhWork around win2k problems so that single-character...
2007-01-09  drhDocumentation and tests to show that the cause of a...
2007-01-09  drhUpdates tests and documentation to justify the behavior...
2007-01-09  drhDo not use the symbol "interrupt" since that is a reser...
2007-01-09  drhWhen an automatic re-prepare occurs, take care not...
2007-01-08  drhAdditional tests of sqlite3_prepare_v2. (CVS 3577)
2007-01-08  drhFix a critical bug in sqlite3_prepare_v2 that can lead...
2007-01-08  drhFix another round-off problem in strftime(). Ticket...
2007-01-08  drhUpdates to the sqlite3 command-line shell documentation...
2007-01-08  drhAdd the $(BEXE) suffix to every mention of "lemon"...
2007-01-08  drhFix a round-off error in the %W and %j conversions...
2007-01-06  drhAnother typo fixed in changes.html (CVS 3569)
2007-01-06  drhFix the makefile to correctly install sqlite3ext.h...
2007-01-06  drhFix typo in changes.html. (CVS 3567)
2007-01-05  drhClear a compiler warning when compiling with -DSQLITE_O...
2007-01-05  drhRemove redundant variable. (CVS 3565)
2007-01-05  drhSuppress compiler warnings. Fix a bug in IO error...
2007-01-05  drhIn the btree.c, when releasing the page1 lock, first...
2007-01-05  drhGet threadtest2.c working again after being long neglec...
2007-01-05  drhFix a test case that changed due to (3560). Ticket...
2007-01-04  drhFix the user_version and schema_version pragmas so...
2007-01-04  drhFix the trigger4 test so that it runs on windows. ...
2007-01-04  drhPut a missing double-quote into the changes.html page...
2007-01-04  drhVersion 3.3.9 (CVS 3557)
2007-01-04  drhIncrease the version number to 3.3.9. Documentation...
2007-01-04  drhDisable the alter2.test on utf16 since the results...
2007-01-04  drhFix a memory leak introduced by the latest changes...
2007-01-04  drhReactivate disabled "alter2" tests. (CVS 3553)
2007-01-04  drhFix for ticket #2141. (CVS 3552)
2007-01-04  drhAdd a comment to vdbe.c to explain the use of an uninit...
2007-01-03  drhClean up memory leaks and uninitialized variables detec...
2007-01-03  drhAdditional changes in the pager and os interface layers...
2007-01-03  drhMake sure that the database size cache in the pager...
2007-01-02  drhUpdate the vtab_err test to check for -DSQLITE_MEMDEBUG...
2006-12-22  pweilbacherOS/2 change: add safeguard to be able to use SQLite...
2006-12-21  drhDisable extension loading by default. At some point...
2006-12-21  drhMore fixes to the microsoft code-page nightmare......
2006-12-21  drhUse GetProcAddressA() on wince. Ticket #2123 (CVS...
2006-12-21  drhReduce the number of utf8->unicode conversions required...
2006-12-21  drhMove the shared-library loading routines into the OS...
2006-12-21  drhChange a parameter type from "int" to "DWORD" in the...
2006-12-20  drhThe xFilter method is not optional. (CVS 3539)
2006-12-20  drhInitialize a variable to avoid compiler warnings and...
2006-12-20  drhPatch to get extension loading working on wince. Ticke...
2006-12-20  drhThe query optimizer does a better job of optimizing...
2006-12-20  drhAllow constraint names on DEFAULT values in a table...
2006-12-19  drhBuild without warnings and pass all tests with SQLITE_O...
2006-12-19  drhFix a typo in shell.c. Ticket #2111. (CVS 3533)
2006-12-19  drhUse sqlite3_mprintf() instead of strdup() to reduce...
2006-12-18  drhSpeed improvement: do not journal or rollback pages...
2006-12-18  drhUpdates to the "Distinctive Features" document. (CVS...
2006-12-16  drhQuery optimizer enhancement: In "FROM a,b,c left join...
2006-12-14  drhFix a bug in lemon that leads to an assertion fault...
2006-11-30  drhChange the table_info pragma so that it returns NULL...
2006-11-30  drhImprovements to the new performance tests. (CVS 3526)
2006-11-30  drhFix indentation typo in btree.c. (CVS 3525)
2006-11-29  shessDrop a couple variables which are no longer used anywhe...
2006-11-29  shessTest that terms longer than interior nodes work correct...
2006-11-29  drhAdded the speed1.test script (CVS 3522)
2006-11-29  shesshttp://www.sqlite.org/cvstrac/tktview?tn=2046
2006-11-29  shessDelta-encode terms in interior nodes. While experiment...
2006-11-23  drhImprovements to the speed tests recently added to the...
2006-11-23  drhFix a typo in the OMIT_AUTORIZATION in expr.c. (CVS...
2006-11-23  drhMake the pager sector size configurable at compile...
2006-11-23  drhAdd performance tests to the test suite. (CVS 3516)
2006-11-20  drhFix the ".dump" command in the shell. Ticket #2072...
2006-11-18  drhMake sure VACUUM cleans up after itself. Ticket #2071...
2006-11-18  shessStore minimal terms in interior nodes. Whenever there...
2006-11-17  shessRefactoring groundwork for coming work on interior...
2006-11-13  shessDelta-encode docids. This is good for around 22% reduc...
2006-11-13  shessRequire a minimum fanout for interior nodes. This...
2006-11-13  shessAllow backing tables to be missing on dropping fts...
2006-11-11  aswiftThe uninitialized file descriptor from the unixFile...
2006-11-09  drhUpdate the documentation to talk about the new sqlite3_...
2006-11-09  drhFirst cut at adding the sqlite3_prepare_v2() API. ...
2006-11-08  drhMake the .exit and .quit commands work again in the...
2006-11-07  drhFix a typo in os_win.c. Ticket #2055. (CVS 3504)
2006-11-06  drhUse the difference between the SQLITE_IOERR_SHORT_READ...
2006-11-06  drhFix a bug in the optimizer that was causing it to miss...
2006-11-01  drhModify Makefile.in to install sqlite3ext.h. (CVS 3501)
2006-11-01  drhRemove dead code from btree.c. Ticket #2050. (CVS...
2006-10-31  drhChange the default temp file prefix to be "sqlite"...
2006-10-31  drhChange the default prefix for temporary files so that...
2006-10-31  shessFix a pair of memory leaks. These were turned up by...
2006-10-31  drhMake the command-line shell ".dump" command more resili...
2006-10-30  drhChanges to support non-ASCII characters in win95 filenames.
2006-10-28  drhEnhance the optimizer so that IS NULL can use an availa...
2006-10-27  drhFix the ".dump" command in the command-line shell so...
2006-10-27  drhChanges directed toward optimizing IS NULL terms in...
2006-10-26  drhBring CVS output into more commonly accepted practice...
2006-10-26  drhCommand-line shell enhancements. Bail out when errors...
2006-10-26  shessEmpty queries should get no results. My recent change
2006-10-26  shessMake memset() uses less error-prone.
next