]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2006-10-25  shessRemove unreferenced local variable. (CVS 3487)
2006-10-25  shessReplace the DocList and DocListReader structures. ...
2006-10-25  shessTest to force edge cases in query logic. Basically...
2006-10-25  shessDon't store empty segments. When inserting empty strin...
2006-10-19  shessdup fts1 tests and edit for fts2. fts1porter.test...
2006-10-19  shessAdd tests for delete and update in fts1. (CVS 3481)
2006-10-19  shessfts2 support for testing. These are a prelude to addin...
2006-10-19  drhWhen converting UTF8 or UTF16 strings, change overlong...
2006-10-18  drhFix a problems that arise if malloc() fails while compi...
2006-10-13  drhMake sure the names of all expressions in compound...
2006-10-13  drhAvoid expanding %d contained in the action of a lemon...
2006-10-13  drhRemoving debugging printf from the porter stemmer code...
2006-10-12  shessConvert fts2 to store data in a way which allows for...
2006-10-11  aswiftBug fix: named local variable lockStyle as lockingStyle...
2006-10-10  shessFix leaky symbols. With this change, fts1 and fts2...
2006-10-10  shessCopy fts1/ to fts2/, changing reference from fts1 to...
2006-10-10  drhVACUUM now uses a temporary file in the official TEMP...
2006-10-09  drhVersion 3.3.8 (CVS 3469)
2006-10-08  drhWebsite changes for version 3.3.8. Remove a C++-ism...
2006-10-05  shessFix incorrect doclist initialization in term_select_all().
2006-10-05  drhFix another UTF conversion problem on x64. Ticket...
2006-10-04  drhThe snippet generator adds ellipsis between text from...
2006-10-04  drhFix UTF conversions for -O2 on gcc 4.1.1. Ticket ...
2006-10-04  drhTests cases automatically remove many of their temporar...
2006-10-03  drhMake DL_POSITION the default mode in FTS1. Remove...
2006-10-03  drhModify the makefile(s) to know about the FTS1 module...
2006-10-03  drhReport the error SQLITE_CORRUPT instead of SQLITE_IOERR...
2006-10-03  drhAdd the OS-X locking style patches to os_unix.c. Disab...
2006-10-03  drhFix sqlite3_analyzer so that it works when compiled...
2006-10-03  drhFix sqlite3_analyzer so that it works on databases...
2006-10-03  drhAdd the option to omit offset information from posting...
2006-10-01  drhAnother typo in the Porter stemmer check-in. (CVS 3455)
2006-10-01  drhTypo in previous check-in. (CVS 3454)
2006-10-01  drhRemove one non-working test case fromthe Porter stemmer...
2006-10-01  drhAdd a Porter stemmer option to the FTS1 module. (CVS...
2006-09-29  drhMake sure memory does not leak when patching up column...
2006-09-28  drhFix a bug in the handling of the OR operator in FTS1...
2006-09-28  drhMore snippet generator improvements and test cases...
2006-09-28  drhBug fix in the FTS1 snippet generator. Improvements...
2006-09-28  drhAvoid segfaults when inserted NULL values into FTS1...
2006-09-26  drhFix to the previous check-in. (CVS 3446)
2006-09-26  drhPerformance improvement and bug fix in sqlite3WinDelete...
2006-09-25  drhCVS malfunctioned on the previous check-in. Make sure...
2006-09-25  drhFix a roundoff error in the %f converter of strftime...
2006-09-25  drhAdd a pragma for activating proprietary extensions...
2006-09-25  drhFix a round-off problem in the %f conversion of strftim...
2006-09-25  drhBug fix in pragma table_info(). (CVS 3440)
2006-09-25  drhRemove legacy cruft from shell.c. (CVS 3439)
2006-09-23  drhFix a bug in the handling of I/O errors introduced...
2006-09-23  drhFix documentation typo. Ticket #1986 (CVS 3437)
2006-09-23  drhBe sure to ignore PRAGMA encoding pragmas if the encodi...
2006-09-22  shessFix a build problem around sqlite3_overload_function...
next