]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-01-06  drhFix a problem in the WHERE clause generator when the...
2009-01-05  drhThe fix in (6111) was not quite right. This version...
2009-01-05  drhReenable fuzz testing for all.test. Make sure the...
2009-01-05  drhMake sure the MEM_Zero flags is cleared whenever removi...
2009-01-05  drhInclude fuzz3.test in all.test. Get fuzz3.test working...
2009-01-05  danielk1977Fix some test code problems in "permutations.test journ...
2009-01-03  danielk1977Add some tests with attached databases to savepoint...
2009-01-03  drhWhen the commit_hook calls a query recursively, make...
2009-01-03  drhFix a typo in a comment. (CVS 6106)
2009-01-03  danielk1977Add test file savepoint6.test. Contains pseudo random...
2009-01-02  drhMemory allocation failure in Bitvec are probably all...
2009-01-02  drhReinitialize page 1 of the database file following...
2009-01-02  drhFix compiler warnings in pager.c (CVS 6102)
2009-01-02  danielk1977Modify the (transaction) method of the tcl interface...
2009-01-02  shaneAdd fts_expr.* files to Makefile.in. (CVS 6100)
2009-01-02  shaneMany of the boundary tests depend on a working 64-bit...
2009-01-02  drhIncrement the version number to 3.6.8. (CVS 6098)
2009-01-02  drhDo not display matches against
2009-01-01  danielk1977Fix a (benign) valgrind error that can occur following...
2009-01-01  danielk1977Fix some problems in the fts3 expression parser with...
2009-01-01  drhAdditional test cases and cleanup of FTS3 parenthesis...
2009-01-01  danielk1977Add a couple of extra tests for the fts3 expression...
2009-01-01  danielk1977Add pseudo-random tests of the fts3 expression parser...
2009-01-01  danielk1977Fix a bug parsing "<expr> AND (abc NEAR def)" in fts3_e...
2008-12-31  drhAvoid surplus bytes at the end of the keyword string...
2008-12-31  drhFix the name in the documentation of the compile-time...
2008-12-31  drhFix the FTS3 expression parser so that it works in...
2008-12-31  drhFix the FTS3 module with parenthesis syntax so that...
2008-12-30  drhFix a bug in the multi-index OR cost estimator. Remove...
2008-12-30  drhAdd LEFT JOIN test cases for multi-index OR in where9...
2008-12-30  drhGet EXPLAIN QUERY PLAN working with the multi-index...
2008-12-30  danielk1977Add further pseudo-randomly generated test cases to...
2008-12-30  danielk1977Fix a bug in where8.test causing a tcl exception. ...
2008-12-30  danielk1977Add a few more tests to where8.test. (CVS 6081)
2008-12-30  drhStill more test cases in where7.test. (CVS 6080)
2008-12-30  drhAdd many new test cases to where7.test. (CVS 6079)
2008-12-30  danielk1977Do not run savepoint4.test (crash simulation tests...
2008-12-30  danielk1977Add a couple of extra tests for the "WHERE ... OR"...
2008-12-30  danielk1977Fix a bug in where.c causing a malfunction when an...
2008-12-30  danielk1977Fix a bug in README.tokenizers. Ticket #3559. (CVS...
2008-12-30  danielk1977Invoke the authorization callback when compiling SAVEPO...
2008-12-29  drhAlways make sure WhereClause objects are initialized...
2008-12-29  danielk1977Add test file where8.test. (CVS 6072)
2008-12-29  danielk1977Remove an old variable declaration that was commented...
2008-12-29  danielk1977Set the OPFLG_IN1 flag on a couple of extra opcodes...
2008-12-28  drhMulti-index OR optimizer response to ORDER BY rowid.
2008-12-28  drhOptimize WHERE clauses that constain AND, BETWEEN,...
2008-12-28  drhSimplify the VM code that implements WHERE claues....
2008-12-27  danielk1977Fix a problem with savepoint and incremental-vacuum...
2008-12-26  danielk1977Reset the column cache before coding each step of a...
2008-12-24  danielk1977Fix a virtual table related assert() that can fail...
2008-12-24  danielk1977Fix a couple of problems in test file test_journal...
2008-12-23  drhContinuing improvements to the multi-index OR-clause...
2008-12-23  danielk1977Fix a problem with the savepoint code and in-memory...
2008-12-23  drhFix an OOM problem in where.c. (CVS 6060)
2008-12-23  drhMake sure nOverflow is always cleared when a page is...
2008-12-23  drhMulti-index OR-clause optimization now works for simple...
2008-12-23  danielk1977Add a test to savepoint.test that tests that nothing...
2008-12-23  danielk1977In sqlite3AddColumn(), use local variable 'db' instead...
2008-12-23  danielk1977Fix a couple of assert() failures that can occur in...
2008-12-22  danielk1977Fix a reference counting bug in rtree. Ticket #3549...
2008-12-22  danielk1977Changes to test scripts so that veryquick.test runs...
2008-12-22  danielk1977Add a case to permutations.test to run tests with the...
2008-12-22  danielk1977Fix a variable type to prevent a warning in the proxy...
2008-12-21  drhContinue refactoring where.c in preparation for install...
2008-12-20  danielk1977Add a vfs backend that detects problems like the one...
2008-12-20  drhDo not use long long constants in code. Ticket #3547...
2008-12-20  danielk1977Fix the crash-followed-by-corruption bug revealed by...
2008-12-20  drhSpecify type "void" in the parameter list of functions...
2008-12-20  drhEnhanced analysis of OR terms in a WHERE clause. Anoth...
2008-12-19  danielk1977Add extra crash test cases that stress the savepoint...
2008-12-19  danielk1977Add some crash-tests for savepoint. Fix a bug revealed...
2008-12-19  danielk1977Add the file ext/fts3/README.syntax, containing documen...
2008-12-18  drhFix the Oracle and MS-Sql command-line terminator logic...
2008-12-18  danielk1977Increase test coverage of new savepoint code. (CVS...
2008-12-18  danielk1977Add savepoint2.test, a file containing savepoint tests...
2008-12-18  danielk1977Fix a bug in icuOpen() in fts2. (CVS 6038)
2008-12-17  drhUpdate the WHERE clause processing infrastructure in...
2008-12-17  danielk1977Add the savepoint feature. This feature is largely...
2008-12-17  danielk1977Fix some strict-aliasing problems in fts3_expr.c. ...
2008-12-17  danielk1977Modify fts3 to support a more complex expression syntax...
2008-12-16  drhVersion 3.6.7 (CVS 6033)
2008-12-16  shaneFix a compile error in an assert() and a warning with...
2008-12-16  drhMake sure the memory returned from sqlite3ScratchMalloc...
2008-12-15  drhNew hyperlinks added to C interface documentation....
2008-12-15  drhAdd test cases that verify evaluation of randomly gener...
2008-12-15  drhConvert the "~" and "NOT" operators to be two-address...
2008-12-14  danielk1977Add the example from #3359 to the test suite. (CVS...
2008-12-14  drhFix the name of the source algorithm in the comments...
2008-12-12  drhAdd many new integer boundary value tests. Ticket...
2008-12-12  drhRework the rowid lookup logic in the query optimizer...
2008-12-11  drhPrevious change to the OP_ForceInt opcode did not work...
2008-12-11  drhMake sure the OP_ForceInt vdbe opcode does not cause...
2008-12-11  drhGuard against attacks from deliberately corrupted datab...
2008-12-11  drhIncrease the version number to 3.6.7. (CVS 6020)
2008-12-11  drhInitialize a local variable so as to avoid a valgrind...
2008-12-11  shaneRemoved a few more harmless warnings from MSVC. (CVS...
2008-12-11  drhFix the TCL test harness so that it compiles and runs...
2008-12-11  drhInitialize the yyzerominor constant generated by lemon...
2008-12-10  drhMore code obfuscation designed to thwart compiler warni...
next