Skip to content

Tags: postgresml/pgcat

Tags

pgcat-0.2.1

Toggle pgcat-0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Helm chart improvements including allowing user password to be pulled…

… from K8s secret (#753)

* Make user min_pool_size configurable

* Set user server_lifetime only if specified

* Increment chart version

* Use default instea of or

* Allow enabling server_tls

* statement_timeout default value

* Allow pulling password from existing secret

---------

Co-authored-by: Mostafa Abdelraouf <mostafa.mohmmed@gmail.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cut 1.2.0 release (#783)

pgcat-0.2.0

Toggle pgcat-0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cut 1.2.0 release (#783)

pgcat-0.1.0

Toggle pgcat-0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add helm chart (#619)

* add workflow

* feat: add pgcat helm chart

* fix: set the right include into configmap

Signed-off-by: David ALEXANDRE <david.alexandre@w6d.io>

* update values and config

* prettifying config

---------

Signed-off-by: David ALEXANDRE <david.alexandre@w6d.io>

v1.1.1

Toggle v1.1.1's commit message
debug -> release

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.1 (#526)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Contributors (#384)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix maxwait metric (#183)

Max wait was being reported as 0 after #159

This PR fixes that and adds test

v0.2.1-beta1

Toggle v0.2.1-beta1's commit message
readme

v0.2.0-beta1

Toggle v0.2.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement SCRAM-SHA-256 for server authentication (PG14) (#76)

* Implement SCRAM-SHA-256

* test it

* trace

* move to community for auth

* hmm