Skip to content

Tags: cyrilgdn/terraform-provider-postgresql

Tags

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update document for postgresql_default_privileges resource (#468)

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: bump go to 1.23 in releaser action

I've also run "go mod tidy" to update the lock file

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cyrilgdn Cyril Gaudin
chore: bump goreleaser actions

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.
fix(postgresql_grant): getting stuck on refreshing (#351)

This change fixes terraform refresh getting stuck forever on
postgresql_grant schema when provider connection database is the same as
the one we are trying to read schema information from. Until now the
issue could be reproduced only on RDS (PostgreSQL 14.7). 

Fixes #335

v1.21.1-beta.1

Toggle v1.21.1-beta.1's commit message
Remove test coverage for #178

* Using terratest just wasn't working out - it isn't designed for testing a provider
* github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource looks like the right option but I don't have the time to learn it right now.

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.
fixed escaping for postgresql user info (#344)

(cherry picked from commit e15fd44)

Co-authored-by: Cyril Gaudin <cyril.gaudin@gmail.com>

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: confirm initial database connectivity (#314)

- adding db.Ping() call to confirm actual connection to the database to
  report issues with connectivity as early as possible

Co-authored-by: Kyle Johnson <kjohnson@gnulnx.net>

Verified

This commit was signed with the committer’s verified signature.
cyrilgdn Cyril Gaudin

v1.18.0

Toggle v1.18.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: Add resource for subscriptions (#244)

Co-authored-by: Enzo Cappa <enzo.cappa@snyk.io>
Co-authored-by: Cyril Gaudin <cyril.gaudin@gmail.com>

Verified

This commit was signed with the committer’s verified signature.
cyrilgdn Cyril Gaudin