- Make shutdown use SIGINT for fast shutdown, which still actively terminates connections but does not leak resources. This is a breaking change - using the persist option does not use graceful shutdown via SIGTERM anymore.
Make shutdown function consume the db
Add -o options to pgtemp daemon for postgresql server configs
Documentation updates
Initial release