]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-12-10  drhTry to remove compiler warnings from vdbe.c. (CVS 6014)
2008-12-10  shaneWork to remove harmless MSVC compiler warnings. (CVS...
2008-12-10  drhThe strlen30 function in tclsqlite.c should be defined...
2008-12-10  drhFix an issue with the new sqlite3Strlen30() introduced by
2008-12-10  drhAdditional work at eliminating silly compiler warnings...
2008-12-10  shaneFixed typo in comment in mkkeywordhash.c. (CVS 6009)
2008-12-10  shaneAdded option (-l) to lemon parser to have it skip print...
2008-12-10  drhNever use strlen(). Use our own internal sqlite3Strlen...
2008-12-10  drhMore explicit type casting to silence VC++. (CVS 6006)
2008-12-10  drhRemove or rename local variables that shadow other...
2008-12-10  drhAdd explicit casts to silence nuisance warnings from...
2008-12-10  drhUse memcpy() rather than "=" to copy a structure, in...
2008-12-10  drhRemove some obsolete markup from sqlite.h.in. (CVS...
2008-12-09  drhReturn an appropriate out-of-memory message when sqlite...
2008-12-09  drhFinish incomplete edit of resolve.c from check-in ...
2008-12-09  drhAdditional test cases for nested subqueries in a WHERE...
2008-12-09  drhA subquery in the result set of a SELECT should be...
2008-12-09  shaneRemoved some harmless compiler warnings and converted...
2008-12-09  drhGet rid of more silly compiler warnings. (CVS 5996)
2008-12-09  drhSuppress more silly compiler warnings. (CVS 5995)
2008-12-09  drhFix compiler warnings in where.c and in the TCL test...
2008-12-08  drhSome minor name refactoring in where.c. Avoid declarin...
2008-12-08  drhFix a bug in win32 command-line client introduced durin...
2008-12-08  drhThe amalgamation now compiles cleanly on GCC with options
2008-12-08  drhFix two unused-parameter warnings in the parser. (CVS...
2008-12-08  drhFix a segfault associated with the column cache that...
2008-12-06  drhMake sure a memory allocation error did not prevent...
2008-12-06  drhMake sure the KeyInfo object attached to a transient...
next