Skip to content

Tags: fergusstrange/embedded-postgres

Tags

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update default version (#113)

Update major versions

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include the contents of logs when postgres fails to start or initdb f…

…ails (#84)

* fix: print log contents when postgres fails to start

* fix: flush the logger before attempting to read

* test: failure is included in error when postgres fails to start

* fix: include log contents with initialization errors

* fix: flush the logger before reading

* refactor: read by file name

* test: logs are output on initialization failure

* fix: os -> ioutil for older versions of Go

* fix: os -> ioutil for older versions of Go

* lint: stop cuddling 😆

* fix: bail if we can't read the logs after 10s

* refactor: move log reading into function

* refactor: use timeout version for startPostgres too

* test: logging method

* test: error case

* test: logging method content

* fix: imports

* feat: include log reading error in log output