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