]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-01-31  drhFix a problem with virtual tables and left joins introd...
2008-01-31  drhVersion 3.5.5 (CVS 4764)
2008-01-31  drhRemove a broken hyperlink from the API documentation...
2008-01-31  drhFixes to API definition comments in sqlite.h.in. Updat...
2008-01-31  drhMake sure virtual table interfaces are not invoked...
2008-01-31  danielk1977Add "return rc;" to the end of sqlite3_test_control...
2008-01-31  drhFix assertion fault in sqllimits1.test encountered...
2008-01-31  drhAdd the sqlite3_test_control() API. Use it to control...
2008-01-31  drhVersion number to 3.5.5. Include FTS3 in the amalgamat...
2008-01-31  drhAdditional API documentation updates in sqlite.h.in...
2008-01-30  drhImprovements to the API documentation found in comments...
2008-01-30  drhDisable the likely() and unlikely() macros as they...
2008-01-28  aswiftCommitted changes for ticket #2909 (CVS 4753)
2008-01-28  drhFix an incorrect comment on the Mem object in vdbeInt...
2008-01-27  rseremove an unused variable (CVS 4751)
2008-01-25  drhError messages says "no such view" instead of "no such...
2008-01-24  danielk1977Fix a segfault that may follow a malloc failure during...
2008-01-23  danielk1977Fix another segfault that can occur following a malloc...
2008-01-23  danielk1977Fix a couple of segfaults that could occur after a...
2008-01-23  drhTesting coverage enhancements to sqlite3_get_table...
2008-01-23  drhImprovements to test coverage in the lemon-generated...
2008-01-23  drhMake sqlite3SafetyOn() and sqlite3SafetyOff() macros...
2008-01-22  drhImproved test coverage for the tokenizer and sqlite3_co...
2008-01-22  drhAdd the fault injector module in fault.c. Use it as...
2008-01-22  drhFix a bug introduced by checkin (4739). (CVS 4741)
2008-01-22  drhDetect and report a particular type of database corrupt...
2008-01-22  drhDetect and report a particular type of database corrupt...
2008-01-22  drhRemove dead code from the lemon-generated parser. ...
2008-01-22  danielk1977Move the test (sqlite3_simulate_device) functionality...
2008-01-22  drhChanges to lemon to generate additional comments in...
2008-01-21  drhAdditional test cases for the RTRIM collation. (CVS...
2008-01-21  drhMiscellaneous test coverage improvements. (CVS 4734)
2008-01-21  danielk1977Remove some unused branches from internal function...
2008-01-20  drhAdd the RTRIM collating sequence. Only implemented...
2008-01-19  drhAdditional test coverage improvements. Test coverage...
2008-01-19  drhMiscellaneous code simplifications and cleanup and...
2008-01-19  drhCleanup and simplification of constraint processing...
2008-01-18  drhFix test instrumentation problems on shared_err.test...
2008-01-18  danielk1977Remove an absolute path from crash5.test. (CVS 4727)
2008-01-18  drhRemove the OP_HexBlob instruction and code OP_Blob...
2008-01-18  danielk1977Add a test (and fix) for possible corruption if malloc...
2008-01-18  danielk1977Add a couple of missing calls to pagerLeave(). (CVS...
2008-01-18  drhFix a bug in the test scripts that was preventing many...
2008-01-17  drhTest coverage for date.c. (CVS 4722)
2008-01-17  drhImproved test coverage in date.c. Report an error...
2008-01-17  drhRemove unused p4 element from the {quote: VdbeOpList...
2008-01-17  drhReuse registers better in the inner loop of a SELECT...
2008-01-17  drhRegisterification of the VDBE is complete. The operand...
2008-01-17  drhRegisterification of the WHERE clause logic. (CVS 4717)
2008-01-17  drhRegisterification of the WHERE clause logic. (CVS 4716)
2008-01-16  danielk1977Use 1<<$x instead of pow(2,$x) in the test suite code...
2008-01-16  drhGet all tests running without memory leaks. (CVS 4714)
2008-01-16  danielk1977Work around using (regexp) in the (ifcapable) function...
2008-01-15  drhFix for a couple of minor memory leaks. (CVS 4712)
2008-01-14  drhFix for ticket #2883. (CVS 4711)
2008-01-13  drhFix some issues with out-of-memory recovery. (CVS 4710)
2008-01-12  drhThe sqlite3_trace() callback now prints a message as...
2008-01-12  drhContinuing work toward converting the VM to a register...
2008-01-12  drhContinuing work toward converting the VM into a registe...
2008-01-11  drhDo explicit range tests before attempting to convert...
2008-01-11  drhAttempt to work around a bug in the Borland BCC 5.5...
2008-01-10  drhMore work toward converting the VM into a register...
2008-01-10  drhContinuing work toward registerizing the code generator...
2008-01-10  drhFix mixing quote excapes in an awk script. Ticket...
2008-01-09  drhFix a test script problem associated with the new crash...
2008-01-09  drhAll essential opcodes can now operate out of registers...
2008-01-09  drhFix the build for AIX and other systems where "char...
2008-01-09  drhContinued work toward converting to a register-based...
2008-01-08  drhRegisterify the comparison opcodes. (CVS 4697)
2008-01-08  drhFinish registerizing the core logic of INSERT and UPDAT...
2008-01-08  drhAdd crash4.test with additional crash testing. (CVS...
2008-01-08  drhAdd additional randomness to crash tests. (CVS 4694)
2008-01-08  drhProgress toward registerification of the constraint...
2008-01-07  drhRegisterify the AUTOINCREMENT processing and the OP_IsN...
2008-01-07  danielk1977Comment changes in select.c. (CVS 4691)
2008-01-06  drhRegisterify the SRT_Subroutine destination for SELECT...
2008-01-05  drhModify OP_RegMakeRec to take a base register and count...
2008-01-05  danielk1977Fix a memory leak introduced with #4687. (CVS 4688)
2008-01-05  danielk1977First pass at optimizing max()/min() as described in...
2008-01-05  drhRegisterify binary operators. Add register tracing...
2008-01-05  drhExpression code generator takes advantage of recent...
2008-01-05  drhRegister-ify the OP_ForceInt opcode. (CVS 4684)
2008-01-05  drhRegister-ify the OP_AddImm and all casting opcodes...
2008-01-05  drhGet rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemM...
2008-01-04  drhImplement the out2-prerelease opcode design pattern...
2008-01-04  drhAllow the P2 operand to be negative on opcodes that...
2008-01-04  drhFix mkopcodeh.awk so that it works on a mac. (CVS 4679)
2008-01-04  danielk1977Some modifications to insert.c to work without using...
2008-01-04  drhReplace the NOPUSH_MASKs with a bit-vector mechanism...
2008-01-04  danielk1977Modify FifoRead and FifoWrite to work exclusively with...
2008-01-04  danielk1977Modify the code generated for a DELETE to use registers...
2008-01-04  danielk1977Add OP_MemSet, for setting a memory cell to a string...
2008-01-03  drhChange the sqlite3ExprCode() function so that callers...
2008-01-03  danielk1977Fix typo in comment. Ticket #2870. (CVS 4672)
2008-01-03  drhUpdate OP_Rowid, OP_Column and related opcodes to use...
2008-01-03  danielk1977Modify VFilter and VRename to use registers instead...
2008-01-03  drhRegisters (aka memory cells) in the VM are now numbered...
2008-01-03  danielk1977Modify OP_VUpdate to read arguments from a range of...
2008-01-03  danielk1977Change the VdbeOp.p4 union to include specific pointer...
2008-01-03  danielk1977Change the OP_Insert opcode to read the key and data...
next