]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-01-03  danielk1977Change the output of vdbe_trace etc. to include operand...
2008-01-03  danielk1977Combine the OP_Column and OP_DfltValue opcodes. (CVS...
2008-01-03  danielk1977Change OP_OpenRead and OP_OpenWrite so that the databas...
2008-01-03  danielk1977Fix EXPLAIN and EXPLAIN query plan to work with new...
2008-01-03  drhRevamp sqlite3VdbeAddOpList() so that the structure...
2008-01-03  drhRefactoring the VM. The P3 parameter is changed to...
2008-01-02  drhAdd operands p4 and p5 to the VdbeOp structure. (CVS...
2008-01-02  danielk1977Minor optimizations for sub-selects in EXISTS(...)...
2008-01-02  danielk1977Combine the eDest and iParm arguments to sqlite3Select...
2008-01-02  drhAdd opcodes OP_ResultRow and OP_RegMakeRec which are...
2008-01-02  drhRemove a surplus OP_Close from delete.c. Fixes a probl...
2008-01-02  danielk1977Take advantage of the fact that b-tree cursors need...
2008-01-02  danielk1977Add some extra tests for the recent trigger compilation...
2008-01-02  drhBegin setting a foundation on which to convert the...
2008-01-01  danielk1977Optimize trigger compilation to avoid populating the...
2008-01-01  danielk1977Silence a harmless unitialised variable warning in...
2008-01-01  danielk1977Define SQLITE_CORE=1 at the start of the amalgamation...
2007-12-30  pweilbacherfix case in os2GetTempname() where none of the usual...
2007-12-30  pweilbachersimplify os2FullPathname() and at the same time make...
2007-12-30  pweilbachermove variable declaration to be able to compile sqlite3...
2007-12-29  danielk1977Add experimental pragma "quick_check", a reduced versio...
2007-12-29  drhMem3.c enhanced so that an allocation of N bytes only...
2007-12-27  danielk1977Fix a race condition that can occur when reloading...
2007-12-21  danielk1977Fix for #2854. "BEGIN EXCLUSIVE" excludes other shared...
2007-12-21  drhFix some issues with lemon. Tickets #2852 and #2835...
2007-12-19  danielk1977Add the ioerr3.test file, that found an error in br3317...
2007-12-18  drhFix a problem with SQLITE_MAX_SQL_LENGTH introduced...
2007-12-18  drhIn the CLI, quote strings that contain the separator...
2007-12-18  danielk1977Fix for typo in main.mk: the output of target sqlite3...
2007-12-17  drhWhen SQLITE_MAX_SQL_LENGTH is 0, disable the limit...
2007-12-14  drhVersion 3.5.4 (CVS 4635)
2007-12-14  drhUpdate library version number to 3.5.4. (CVS 4634)
2007-12-14  drhFix a C++-ism in recent changes to select.c. (CVS 4633)
2007-12-14  drhChange to the crash simulator to give better diagnostic...
2007-12-14  drhFix a typo in the previous check-in. Also simplify...
2007-12-14  drhFix an out-of-memory NULL pointer defer in the code...
2007-12-13  drhChange all instances of "it's" in comments to either...
2007-12-13  danielk1977Fix a memory leak that can occur following a malloc...
2007-12-13  drhFix the location of a #include in test_thread.c. ticke...
2007-12-13  danielk1977Add test cases for errors in "IN(SELECT ...)" expressio...
2007-12-13  drhAdd new makefile target for "testcli" that builds a...
2007-12-13  drhAdditional test cases for tkt2822. Fix a related bug...
2007-12-13  danielk1977Return an error if the user attempts to rename a view...
2007-12-13  danielk1977Adjust the test suite to account for recent changes...
2007-12-13  drhORDER BY in a compound SELECT will first match against...
2007-12-13  drhTowards getting ORDER BY to match against the correctin...
2007-12-12  drhMinor cleanup changes on the OP_StackDepth opcode....
2007-12-12  danielk1977Remove an (explain) accidentally left in tkt2832.test...
next