/ Changes On Branch tempfiles-25
Login

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

Changes In Branch tempfiles-25 Excluding Merge-Ins

This is equivalent to a diff from e2edd34e79 to b7bec7f2d3

2016-04-29
15:39
Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely. (check-in: 9d0a5ae002 user: drh tags: trunk)
14:12
Fix test script temptable2.test so that it works with the "inmemory_journal" and "journaltest" permutations. (Closed-Leaf check-in: b7bec7f2d3 user: dan tags: tempfiles-25)
11:35
Merge latest trunk changes, including test case fixes, with this branch. (check-in: 99794aca7b user: dan tags: tempfiles-25)
2016-04-13
19:20
Merge enhancements from trunk via tempfiles-lazy-open. (check-in: ae16310c4e user: drh tags: tempfiles-25)
16:02
Merge enhancements from trunk. (Closed-Leaf check-in: e2edd34e79 user: drh tags: tempfiles-lazy-open)
15:52
Fixes for harmless compiler warnings. (check-in: 68142dc541 user: drh tags: trunk)
2016-04-12
19:09
Once a temporary database file has been opened, flush all dirty pages to disk when comitting a transaction. (check-in: bbac71aa2a user: dan tags: tempfiles-lazy-open)

Changes to Makefile.in.

Changes to ext/icu/icu.c.

Changes to ext/rbu/rbu.c.

Added ext/rbu/rbufault3.test.

Added ext/rbu/rbuvacuum.test.

Changes to ext/rbu/sqlite3rbu.c.

Changes to ext/rbu/sqlite3rbu.h.

Changes to ext/rbu/test_rbu.c.

Changes to ext/session/sessionfault.test.

Changes to ext/session/sessionfault2.test.

Changes to ext/session/sqlite3session.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/hash.c.

Changes to src/loadext.c.

Changes to src/main.c.

Changes to src/os.c.

Changes to src/os.h.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/pcache.c.

Changes to src/pcache.h.

Changes to src/pcache1.c.

Changes to src/rowset.c.

Changes to src/select.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test6.c.

Changes to src/test_devsym.c.

Changes to src/test_journal.c.

Changes to src/test_syscall.c.

Changes to src/test_vfs.c.

Changes to src/util.c.

Changes to src/vdbe.c.

Changes to src/vdbesort.c.

Changes to src/where.c.

Changes to src/whereInt.h.

Changes to test/backup.test.

Changes to test/dbstatus2.test.

Changes to test/e_vacuum.test.

Changes to test/exists.test.

Changes to test/hook.test.

Changes to test/incrvacuum2.test.

Changes to test/intpkey.test.

Changes to test/journal2.test.

Changes to test/loadext.test.

Changes to test/pagerfault.test.

Changes to test/permutations.test.

Changes to test/pragma.test.

Changes to test/pragma3.test.

Changes to test/quota.test.

Changes to test/select4.test.

Changes to test/sort5.test.

Changes to test/stat.test.

Changes to test/sync.test.

Changes to test/tempfault.test.

Changes to test/temptable2.test.

Changes to test/tester.tcl.

Changes to test/tkt-2d1a5c67d.test.

Changes to test/tkt-313723c356.test.

Changes to test/tkt-5d863f876e.test.

Changes to test/tkt-9d68c883.test.

Changes to test/zerodamage.test.

Changes to tool/lemon.c.