]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-09-22  adamdImplemented UPDATE for full-text tables.
2006-09-21  adamdWhen gathering a doclist for querying, don't discard...
2006-09-21  drhBe more aggressive with the SQLITE_OMIT_VACUUM macro...
2006-09-21  drhImplementation of the snippet() function for FTS1....
2006-09-18  adamdFixed a build problem in sqlite3_extension_init()....
2006-09-18  drhConvert all names to lower case before sending them...
2006-09-18  drhConvert all names to lower case before sending them...
2006-09-18  drhModify FTS1 so that the "magic" column has the same...
2006-09-16  drhAdd the sqlite3_overload_function() API - part of the...
2006-09-15  drhAdd documentation for the sqlite3_extended_result_codes...
2006-09-15  drhFix an initialization problem in FTS1. Ticket #1977...
2006-09-15  drhBug fix and better testing of the extended result codes...
2006-09-15  drhAdd support for extended result codes - additional...
2006-09-14  drhNew FTS1 test data based on enron emails. (CVS 3421)
2006-09-14  drhRemove file containing real email addresses. Ticket...
2006-09-14  adamdMinor build fixes. (CVS 3419)
2006-09-14  drhEnhanced I/O error simulation. (CVS 3418)
2006-09-14  drhThe FTS1 tables have a new automatic column named ...
2006-09-13  drhModify the ".dump" command in the command-line shell...
2006-09-13  drhRemove unused malloc failure test. (Ticket #1976)
2006-09-13  drhIn FTS1: Retain the Query structure as part of the...
2006-09-13  shessEarlier refactoring changed name in fts1.c but not...
2006-09-13  drhMinor code cleanup in FTS1. (CVS 3412)
2006-09-13  drhImplementation of "column:" modifiers in FTS1 queries...
2006-09-13  drhModule spec parser enhancements for FTS1. Now able...
2006-09-13  drhFix the FTS1 test cases and add new tests. Comments...
2006-09-13  adamdAllow virtual tables to contain multiple full-text...
2006-09-12  adamdAnswer queries for a particular rowid in a full-text...
2006-09-11  drhAdd support for IF EXISTS on CREATE/DROP TRIGGER/VIEW...
2006-09-11  shessRe-use deleted rowids for new segments. This has a...
2006-09-11  drhGet VACUUM working with virtual tables. (CVS 3404)
2006-09-11  drhAdd a rudimentary tokenizer and parser to FTS1 for...
2006-09-10  drhAdd pzErr parameters to the xConnect and xCreate method...
2006-09-10  drhAdd a new zErrMsg field to the sqlite3_vtab structure...
2006-09-10  drhAdd some simple test cases for the OR and NOT logic...
2006-09-09  drhAdd support for OR and NOT terms in fts1. (CVS 3399)
2006-09-08  shessWrite doclists using a segmented technique to amortize...
2006-09-08  drhAdd HAVE_GMTIME_R and HAVE_LOCALTIME_R flags and use...
2006-09-08  drhBug fix in date/time computations. Ticket #1964.
2006-09-08  drhImprovements to the documentation of the return codes...
2006-09-06  adamdInclude io.h on Windows to quell a build warning about...
2006-09-05  adamdA minor change to fts1.c to fix broken build. (CVS...
2006-09-04  drhFix a bug in the new misc6.test script. Fix error...
2006-09-04  drhMake sure strings returned by sqlite3_value_text()...
next