Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent events

2010-02-05
18:00
[f64b81f13d] Leaf Make sure file descriptors are closed before unlinking in VxWorks. (user: drh, tags: trunk)
16:28
[27dc5b1c52] Avoid truncating non-in-memory sub-journals when releasing a savepoint for a small performance improvement. (user: shaneh, tags: trunk)
14:12
[61a2c8d4d6] Remove the use of 64-bit math in the offset computations of the OP_Column opcode for a small performance improvement. (user: drh, tags: trunk)
2010-02-04
17:38
[26cb1df735] Fix a performance glitch that appears for large transactions. (user: drh, tags: trunk)
2010-02-03
19:55
[1b6e6094c8] Add a new full-text search variant that tracks the total number of documents and document sizes, to make ranking search results easier. Currently called FTS4. (user: drh, tags: trunk)
2010-02-02
20:53
Closed ticket 8905af11a0: NOT NULL interferes with ON CONFLICT REPLACE plus 2 other changes (user: drh)
... 2 similar events omitted.
2010-01-31
15:14
[fb96f2a2c6] Fix a C++-ism that snuck into sqlite3_finalize(). (user: drh, tags: trunk)
14:18
[6487e70a1e] If an OOM occurs while setting the page size for the TEMP database, be sure that error gets reported back out to the interface layer. (user: drh, tags: trunk)
2010-01-30
23:08
[bb18f57852] Leaf The iInUseDB and iInUseMM variables do not need to be volatile. (user: drh, tags: branch-3.5.9)
22:28
[622c17177a] Always hold the MEM2 mutex when initially marking a pager as in use by its database connection. (user: drh, tags: branch-3.5.9)
19:17
[a718e66347] Avoid a race condition in the sqlite3_release_memory() logic within pager.c. (user: drh, tags: branch-3.5.9)
19:00
[9d13acc449] Remove all cache pages from the LRU list prior to removing the pager from the pager list when closing a pager. (user: drh, tags: branch-3.5.9)
18:22
[c50e972f1b] Add additional pagerMutexHeld() macros to better verify the correct operation of pager.c. (user: drh, tags: branch-3.5.9)
2010-01-29
21:23
[ea3b941a71] Fix a missing mutex on page cache truncation during vacuum and auto-vacuum when SQLITE_ENABLE_MEMORY_MANAGEMENT is engaged. (user: drh, tags: branch-3.5.9)
19:50
[228b8ad9dd] Closed-Leaf Additional changes suggested by Rob Stoddard. (user: drh, tags: branch-3.5.9)
19:46
[5ed168c48e] Changes to 3.5.9 proposed by Rob Stoddard. (user: drh, tags: branch-3.5.9)
2010-01-28
19:56
[299f74567b] Tweaks for consistency to the SEE and CEROD API declarations in sqlite3.h. (user: shaneh, tags: trunk)
2010-01-26
01:26
Fixed ticket b80eeab588: Respect custom page size for temp tables, indices, etc plus 2 other changes (user: drh)