| 2008-01-17 |
drh | Registerification of the WHERE clause logic. (CVS 4717) |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
drh | Registerification of the WHERE clause logic. (CVS 4716) |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
danielk1977 | Use 1<<$x instead of pow(2,$x) in the test suite code... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
drh | Get all tests running without memory leaks. (CVS 4714) |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
danielk1977 | Work around using (regexp) in the (ifcapable) function... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
drh | Fix for a couple of minor memory leaks. (CVS 4712) |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
drh | Fix for ticket #2883. (CVS 4711) |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
drh | Fix some issues with out-of-memory recovery. (CVS 4710) |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
drh | The sqlite3_trace() callback now prints a message as... |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
drh | Continuing work toward converting the VM to a register... |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
drh | Continuing work toward converting the VM into a registe... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
drh | Do explicit range tests before attempting to convert... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
drh | Attempt to work around a bug in the Borland BCC 5.5... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
drh | More work toward converting the VM into a register... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
drh | Continuing work toward registerizing the code generator... |
commit | commitdiff | tree | snapshot |
| 2008-01-10 |
drh | Fix mixing quote excapes in an awk script. Ticket... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
drh | Fix a test script problem associated with the new crash... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
drh | All essential opcodes can now operate out of registers... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
drh | Fix the build for AIX and other systems where "char... |
commit | commitdiff | tree | snapshot |
| 2008-01-09 |
drh | Continued work toward converting to a register-based... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
drh | Registerify the comparison opcodes. (CVS 4697) |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
drh | Finish registerizing the core logic of INSERT and UPDAT... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
drh | Add crash4.test with additional crash testing. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
drh | Add additional randomness to crash tests. (CVS 4694) |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
drh | Progress toward registerification of the constraint... |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
drh | Registerify the AUTOINCREMENT processing and the OP_IsN... |
commit | commitdiff | tree | snapshot |
| 2008-01-07 |
danielk1977 | Comment changes in select.c. (CVS 4691) |
commit | commitdiff | tree | snapshot |
| 2008-01-06 |
drh | Registerify the SRT_Subroutine destination for SELECT... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Modify OP_RegMakeRec to take a base register and count... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
danielk1977 | Fix a memory leak introduced with #4687. (CVS 4688) |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
danielk1977 | First pass at optimizing max()/min() as described in... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Registerify binary operators. Add register tracing... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Expression code generator takes advantage of recent... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Register-ify the OP_ForceInt opcode. (CVS 4684) |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Register-ify the OP_AddImm and all casting opcodes... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
drh | Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemM... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
drh | Implement the out2-prerelease opcode design pattern... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
drh | Allow the P2 operand to be negative on opcodes that... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
drh | Fix mkopcodeh.awk so that it works on a mac. (CVS 4679) |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
danielk1977 | Some modifications to insert.c to work without using... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
drh | Replace the NOPUSH_MASKs with a bit-vector mechanism... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
danielk1977 | Modify FifoRead and FifoWrite to work exclusively with... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
danielk1977 | Modify the code generated for a DELETE to use registers... |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
danielk1977 | Add OP_MemSet, for setting a memory cell to a string... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
drh | Change the sqlite3ExprCode() function so that callers... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Fix typo in comment. Ticket #2870. (CVS 4672) |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
drh | Update OP_Rowid, OP_Column and related opcodes to use... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Modify VFilter and VRename to use registers instead... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
drh | Registers (aka memory cells) in the VM are now numbered... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Modify OP_VUpdate to read arguments from a range of... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Change the VdbeOp.p4 union to include specific pointer... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Change the OP_Insert opcode to read the key and data... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Change the output of vdbe_trace etc. to include operand... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Combine the OP_Column and OP_DfltValue opcodes. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Change OP_OpenRead and OP_OpenWrite so that the databas... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
danielk1977 | Fix EXPLAIN and EXPLAIN query plan to work with new... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
drh | Revamp sqlite3VdbeAddOpList() so that the structure... |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
drh | Refactoring the VM. The P3 parameter is changed to... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
drh | Add operands p4 and p5 to the VdbeOp structure. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
danielk1977 | Minor optimizations for sub-selects in EXISTS(...)... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
danielk1977 | Combine the eDest and iParm arguments to sqlite3Select... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
drh | Add opcodes OP_ResultRow and OP_RegMakeRec which are... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
drh | Remove a surplus OP_Close from delete.c. Fixes a probl... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
danielk1977 | Take advantage of the fact that b-tree cursors need... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
danielk1977 | Add some extra tests for the recent trigger compilation... |
commit | commitdiff | tree | snapshot |
| 2008-01-02 |
drh | Begin setting a foundation on which to convert the... |
commit | commitdiff | tree | snapshot |
| 2008-01-01 |
danielk1977 | Optimize trigger compilation to avoid populating the... |
commit | commitdiff | tree | snapshot |
| 2008-01-01 |
danielk1977 | Silence a harmless unitialised variable warning in... |
commit | commitdiff | tree | snapshot |
| 2008-01-01 |
danielk1977 | Define SQLITE_CORE=1 at the start of the amalgamation... |
commit | commitdiff | tree | snapshot |
| 2007-12-30 |
pweilbacher | fix case in os2GetTempname() where none of the usual... |
commit | commitdiff | tree | snapshot |
| 2007-12-30 |
pweilbacher | simplify os2FullPathname() and at the same time make... |
commit | commitdiff | tree | snapshot |
| 2007-12-30 |
pweilbacher | move variable declaration to be able to compile sqlite3... |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
danielk1977 | Add experimental pragma "quick_check", a reduced versio... |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
drh | Mem3.c enhanced so that an allocation of N bytes only... |
commit | commitdiff | tree | snapshot |
| 2007-12-27 |
danielk1977 | Fix a race condition that can occur when reloading... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
danielk1977 | Fix for #2854. "BEGIN EXCLUSIVE" excludes other shared... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
drh | Fix some issues with lemon. Tickets #2852 and #2835... |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
danielk1977 | Add the ioerr3.test file, that found an error in br3317... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
drh | Fix a problem with SQLITE_MAX_SQL_LENGTH introduced... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
drh | In the CLI, quote strings that contain the separator... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
danielk1977 | Fix for typo in main.mk: the output of target sqlite3... |
commit | commitdiff | tree | snapshot |
| 2007-12-17 |
drh | When SQLITE_MAX_SQL_LENGTH is 0, disable the limit... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Version 3.5.4 (CVS 4635) |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Update library version number to 3.5.4. (CVS 4634) |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Fix a C++-ism in recent changes to select.c. (CVS 4633) |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Change to the crash simulator to give better diagnostic... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Fix a typo in the previous check-in. Also simplify... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
drh | Fix an out-of-memory NULL pointer defer in the code... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | Change all instances of "it's" in comments to either... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
danielk1977 | Fix a memory leak that can occur following a malloc... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | Fix the location of a #include in test_thread.c. ticke... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
danielk1977 | Add test cases for errors in "IN(SELECT ...)" expressio... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | Add new makefile target for "testcli" that builds a... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | Additional test cases for tkt2822. Fix a related bug... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
danielk1977 | Return an error if the user attempts to rename a view... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
danielk1977 | Adjust the test suite to account for recent changes... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | ORDER BY in a compound SELECT will first match against... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
drh | Towards getting ORDER BY to match against the correctin... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
drh | Minor cleanup changes on the OP_StackDepth opcode.... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
danielk1977 | Remove an (explain) accidentally left in tkt2832.test... |
commit | commitdiff | tree | snapshot |
| next |