SQLite

Changes On Branch unix-vfs-optimization
Login

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

Changes In Branch unix-vfs-optimization Excluding Merge-Ins

This is equivalent to a diff from 177862c1 to f3c0579e

2016-03-16
19:10
Avoid a few unnecessary fstat()s on journal files. (check-in: dbf84705 user: drh tags: trunk)
2015-12-08
16:08
Avoid doing comparisons with pointers that might have been previously been passed to realloc() and/or free(). (check-in: f20396ad user: drh tags: trunk)
14:37
Avoid unnecessary work inside of verifyDbFile() in the unix VFS. (Closed-Leaf check-in: f3c0579e user: drh tags: unix-vfs-optimization)
04:18
Add a test case of the form "WHERE a<2 OR a<3" using PRAGMA count_changes. This test case was failing before the 3.9.0 release. (check-in: 177862c1 user: drh tags: trunk)
00:47
Update the TclKit download URL. (check-in: 07e5199c user: mistachkin tags: trunk)

Changes to src/os_unix.c.