| 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 |
| 2007-12-12 |
danielk1977 | Try to find some more stack leaks by adding OP_StackDep... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
danielk1977 | Remove a couple of lines in delete.c that weren't doing... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
danielk1977 | Fix some problems similar to #2832, but caused by trigg... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
danielk1977 | Test file containing minimal example of bug #2832.... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
drh | Fix database corrupting code generation error for UPDAT... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
drh | Add a new OP_StackDepth opcode to help detect VDBE... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
danielk1977 | Fix test numbering in tkt2822.test. Ticket #2830. ... |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
drh | Fix a comment on the SQLITE_SQL_MAX_LENGTH definition... |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
drh | Build the CLI using the amalgamation. Relax the limit... |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
danielk1977 | Fix a 'const' issue in trimFunc(). (CVS 4608) |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
drh | Make sure the windows driver responds correctly to the |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
danielk1977 | Further modifications to do with ORDER BY and compound... |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
drh | Fix a macro in func.c that causes problems for the... |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
drh | Fix a bug in the compilation procedures for the Linux... |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
danielk1977 | Fix compilation/testing with OMIT_SUBQUERY defined... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
drh | Better resolution of ORDER BY terms in compound queries... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
drh | Strengthen the tests for aggregate functions in GROUP... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
drh | Fix a bug in the debugging printf logic. (CVS 4600) |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
shess | Change prefix search from O(N*M) to O(NlogM). The... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
drh | In shared-cache mode, make sure the busy hander invoked... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
drh | Get the LIKE and GLOB operators working again on system... |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
drh | Fix a leaking database connection in the vacuum2 test... |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
drh | Use the specified buffer length, not the maximum buffer... |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
drh | Continuing work on the C/C++ interface requirements... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
drh | Begin adding requirements numbers to the C/C++ interfac... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
drh | Add the ability to change the autovacuum status of... |
commit | commitdiff | tree | snapshot |
| next |