Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch start-of-branch-cte Excluding Merge-Ins
This is equivalent to a diff from ad744440dc to 5e34c99828
|
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 | |
|
2022-03-07
| ||
| 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 | |
|
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 | |
Changes to src/name.c.