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
*
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
*
Change OP_OpenRead and OP_OpenWrite so that the database number is read from ...
danielk1977
2008-01-03
*
Refactoring the VM. The P3 parameter is changed to P4. A P5 parameter is
drh
2008-01-03
*
Combine the eDest and iParm arguments to sqlite3Select() into a single type -...
danielk1977
2008-01-02
*
Fix a race condition that can occur when reloading the database schema in sha...
danielk1977
2007-12-27
*
Make sure statement journals are initiated when doing DROP operations
drh
2007-12-04
*
When parsing CREATE INDEX statements from the sqlite_master table, do not sea...
danielk1977
2007-12-02
*
Allow collation sequence names to be quoted. Ticket #2744. (CVS 4537)
danielk1977
2007-11-12
*
Fix for OMIT_AUTHORIZATION builds. (CVS 4489)
danielk1977
2007-10-15
*
Do not invoke the authorizer when reparsing the schema after a schema
drh
2007-10-12
*
Fixes for OMIT_AUTHORIZATION builds. #2691. (CVS 4466)
danielk1977
2007-10-04
*
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some
drh
2007-09-03
*
Fix for the sqlite3AbortOtherActiveVdbes() problem. (CVS 4328)
drh
2007-08-30
*
Use the DbMalloc() and DbRealloc() functions more consistently. (CVS 4323)
danielk1977
2007-08-29
*
Modifications to the malloc failure tests to test transient and persistent fa...
danielk1977
2007-08-29
*
Clean up the locking in the btree logic. (CVS 4316)
drh
2007-08-28
*
Work toward correct btree locking in a multithreaded environment. (CVS 4307)
drh
2007-08-28
*
The malloc.test script now passes all tests with no errors. (CVS 4271)
drh
2007-08-22
*
The sqlite3_value object now carries an sqlite3* pointer to use for
drh
2007-08-21
*
Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we
drh
2007-08-17
[next]