aboutsummaryrefslogtreecommitdiff
path: root/src/build.c
Commit message (Expand)AuthorAge
* Make use of sqlite3DbMallocSize to maximize the size of growable buffersdrh2008-12-05
* Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)danielk19772008-11-17
* Fixed several more crashes due to corrupt db files. Added corruptC.test to s...shane2008-11-13
* Cleanup in flattenSubquery. Add OOM tests for flattenSubquery. Fix issuesdrh2008-11-11
* Change the name of the Cursor object to VdbeCursor. (CVS 5857)drh2008-11-03
* Fix an assert() failure that can occur following a malloc() failure. Ticket #...danielk19772008-10-22
* Allow INDEXED BY and NOT INDEXED to be used in UPDATE and DELETE statements. ...danielk19772008-10-06
* Allow INDEXED BY and NOT INDEXED clauses in SELECT statements. (CVS 5766)danielk19772008-10-06
* Refactor the name resolution procedures in the code generator. (CVS 5569)drh2008-08-20
* Do not allow indexing of any table whose name begins with "sqlite_".drh2008-08-11
* Fix compilation with SQLITE_OMIT_FOREIGN_KEY defined. Ticket #3273. (CVS 5544)danielk19772008-08-06
* Add an assert() statement that will alert us if the potential problem identif...danielk19772008-08-04
* Additional coverage testing. Fix a segfault following OOM indrh2008-08-02
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Remove obsolete code from select.c, including the "affinity" parameterdrh2008-07-08
* Added macros to convert between 32-bit ints and 64-bit ptrs to avoid compiler...shane2008-07-08
* Completely rework the sqlite3SetString() primitive so that it honors thedrh2008-07-08
* Improved enforcement of the SQLITE_LIMIT_LENGTH limit. (CVS 5368)drh2008-07-08
* Testing coverage enhancements. (CVS 5358)drh2008-07-08
* Continuing work on the new memory allocation subsystem.drh2008-06-15
* Fix more compiler warnings. (CVS 5074)drh2008-05-01
* Make sure that transactions are started on all virtual tables thatdrh2008-04-28
* Remove all references to sqlite3_intptr_t. (CVS 5051)drh2008-04-27
* Continuing progress on the journal_mode pragma. It still does not work. (CVS...drh2008-04-17
* Remove entries from the sqlite_stat1 table whenever an index is dropped. Rela...danielk19772008-04-11
* Simplifications to the LockTable opcode. (CVS 4954)drh2008-04-02
* More test cases and bug fixes with CSE. (CVS 4948)drh2008-04-01
* Modify the {quote: IdxDelete} opcode so that it takes an array of registers r...drh2008-03-25
* Use a vdbe memory cell to allocate the space required for vdbe cursors. (CVS ...danielk19772008-03-25
* Initial implementation of per-connection limits and the sqlite3_limit() API.drh2008-03-20
* Handle non-autoconf build correctly with new changes (CVS 4832)mlcreech2008-03-06
* Use intptr_t definition to silence warnings about ptr-int casts (CVS 4824)mlcreech2008-03-06
* Version number to 3.5.5. Include FTS3 in the amalgamation by defaultdrh2008-01-31
* Error messages says "no such view" instead of "no such table" whendrh2008-01-25
* Remove dead code from the lemon-generated parser. Better testingdrh2008-01-22
* Changes to lemon to generate additional comments in the output file anddrh2008-01-22
* Miscellaneous test coverage improvements. (CVS 4734)drh2008-01-21
* Registerification of the VDBE is complete. The operand stack has beendrh2008-01-17
* Registerification of the WHERE clause logic. (CVS 4716)drh2008-01-17
* The sqlite3_trace() callback now prints a message as each trigger firesdrh2008-01-12
* Continuing work toward converting the VM into a register machine. (CVS 4707)drh2008-01-12
* More work toward converting the VM into a register-based machine. (CVS 4704)drh2008-01-10
* All essential opcodes can now operate out of registers and completelydrh2008-01-09
* Registerify the SRT_Subroutine destination for SELECT results. (CVS 4690)drh2008-01-06
* Modify OP_RegMakeRec to take a base register and count and optionallydrh2008-01-05
* Register-ify the OP_AddImm and all casting opcodes. Omit thedrh2008-01-05
* Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemMove. Replacedrh2008-01-05
* Implement the out2-prerelease opcode design pattern. (CVS 4681)drh2008-01-04
* Registers (aka memory cells) in the VM are now numbered starting with 1drh2008-01-03
* Change the OP_Insert opcode to read the key and data to insert from memory ce...danielk19772008-01-03