Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins occurring on 2005-02-01
Following day ↑
2005-02-01
| ||
17:05 | Version 3.1.1 (beta) (CVS 2306) (check-in: 2e1c71c4 user: drh tags: trunk) | |
15:57 | Increment the version number to 3.1.1beta. (CVS 2305) (check-in: 076f9868 user: drh tags: trunk) | |
10:36 | Space analyzer: Format integer results as integers. Also fix the calculation of average-fanout. (CVS 2304) (check-in: 52e473b9 user: danielk1977 tags: trunk) | |
10:35 | Have debugging code handle sqliteMalloc(n) where n<0 in the same way as production. (CVS 2303) (check-in: ab85e1d0 user: danielk1977 tags: trunk) | |
04:09 | More performance tweaking in the parser. (CVS 2302) (check-in: a3d12726 user: drh tags: trunk) | |
03:46 | Fix an error introduced with (2299). (CVS 2301) (check-in: 22041d5f user: danielk1977 tags: trunk) | |
03:20 | Lemon optimization: When doing a shift following a reduce that pops one or more elements off the stack, no need to check for stack overflow. (CVS 2300) (check-in: adcd9a3f user: drh tags: trunk) | |
03:09 | Avoid allocating a vdbe in sqlite3FinishCoding() if one has not been allocated already. (CVS 2299) (check-in: eaf1866e user: danielk1977 tags: trunk) | |
02:13 | Change to sqlite3AffinityType() to remove hex constants. (CVS 2298) (check-in: d8b4b0ef user: danielk1977 tags: trunk) | |
01:40 | Tweaks to the keyword hash generator. Tried to make it a little faster. If nothing else, the keyword hash table is now a little smaller. (CVS 2297) (check-in: 4eca6c05 user: drh tags: trunk) | |
01:21 | Replace sqlite3AffinityType() with a slightly faster version. (CVS 2296) (check-in: abe9f5e8 user: danielk1977 tags: trunk) | |