You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Postgres 17 and update default version (#159)
* Add support for Postgres 17 and update default version
* Update tests to use Postgres 17 as the default version
---------
Co-authored-by: ferguss <fergus@sitehvie.co>
fix: prevent panic when `*http.Response` is nil (#156)
* fix: prevent panic when *http.Response is nil
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
* fix: add error handling for sha256 download
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
* fix: check body nilness as well
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
---------
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
Custom Config Values (#117)
* Fix#94: Support custom start parameters.
Add a StartParameters config taking configuration settings.
These run-time configuration parameters override those set in the
default postgres.conf, and are passed to the postgres process via the
options flag of pg_ctl.
* Ensure we do run tests for non apple silicon.
---------
Co-authored-by: Josh Giles <jgiles@paxos.com>