I imagine there'll be very little interest in this request because of its niche usage, but I want to be able to analyse tag edit data for various purposes such as making graphs and possibly even identifying tag vandalism.
The current method of using post_versions.json only seems to allow getting 75 results at once, meaning I'd have to make 2113 API requests to get my full tag edit history (it actually errors on page 134 and above) which is horribly inefficient and time consuming.
A database dump of post edits at https://e621.net/db_export/ would allow me to process data from all tag edits rather than having to spend hours requesting them via the API.