Skip to content

Tags: fergusstrange/embedded-postgres

Tags

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.30.0

Toggle v1.30.0's commit message
Clean up go mod files

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions (#142)

Co-authored-by: ferguss <fergus@sitehvie.co>

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade versions (#140)

* Upgrade versions

* Update build version

---------

Co-authored-by: ferguss <fergus@sitehvie.co>

v1.27.0

Toggle v1.27.0's commit message
Purge unused files.

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade versions (#132)

* Upgrade versions

* Fix default version

* Try rolling back v12

---------

Co-authored-by: ferguss <fergus@sitehvie.co>

v1.25.0

Toggle v1.25.0's commit message
Fix go.mod

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add confugurable cachePath (#120)

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>