Fossil

Timeline
Login

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

13 check-ins using file src/db.c version 6b12076d72

2022-03-08
13:08
Faster implementation of start_of_branch() using a CTE. check-in: 8736de8baa user: drh tags: trunk
12:04
Fix the case eType==1 (find the first check-in of the branch). Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte
01:07
Timeline graph layout changes that strive to do better a communicating the merging and branching activity between multiple branches. check-in: d1d7fce64e user: drh tags: trunk
2022-03-07
21:12
Fix the display of cherrypick links that are on the same rail as their origin node but then go left. check-in: 632d07c6a9 user: drh tags: trunk
21:01
Fix very minor comment typos. check-in: 680837fae7 user: drh tags: trunk
20:00
When displaying the graph for a branch such that the rail for that branch is on the left margin, try to draw merge lines coming into that branch on rails just to the right of the branch itself. check-in: 8b1e14df0b user: drh tags: trunk
19:01
Update to the latest SQLite 3.39.0 alpha with its performance enhancements and bug fixes. check-in: 14da62eeb5 user: drh tags: trunk
2022-03-04
17:56
Add braces around an if-block. check-in: 9cd9271155 user: danield tags: start-of-branch-cte
16:04
Fix query for eType 0 or 2. check-in: f35abaff5c user: danield tags: start-of-branch-cte
15:32
Fix an assertion failure. check-in: d3625bd9c4 user: danield tags: start-of-branch-cte
2022-03-03
23:19
Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. check-in: c7749bb0a3 user: danield tags: start-of-branch-cte
2022-03-02
02:00
Update the built-in SQLite to the latest trunk version that includes various performance enhancements. The purpose here is to test the recent SQLite enhancements in a real-world application. check-in: ad744440dc user: drh tags: trunk
2022-03-01
21:02
Ensure that db_open()'s db-is-an-appendvfs-binary check uses canonicalized filenames to avoid the problem reported in [forum:16880a28aad1a868 | forum post 16880a28aad1a868]. check-in: ab7ad2348c user: stephan tags: trunk