postgres-operator/pkg/cluster
Felix Kunde f7858ffb70
Initialize arrays of errors / error messages + minor refactoring (#1701)
* init error arrays correctly
* avoid nilPointer when syncing connectionPooler
* getInfrastructureRoles should return error
* fix unit tests and return type for getInfrastructureRoles
2021-11-29 12:49:12 +01:00
..
cluster.go Add log messages for usernames (#1692) 2021-11-18 09:55:33 +01:00
cluster_test.go Move flag to configmap (#1540) 2021-07-02 08:46:21 +02:00
connection_pooler.go Initialize arrays of errors / error messages + minor refactoring (#1701) 2021-11-29 12:49:12 +01:00
connection_pooler_new_test.go Connection pooler for replica (#1127) 2020-11-13 14:52:21 +01:00
connection_pooler_test.go improve pooler sync (#1593) 2021-08-27 12:41:37 +02:00
database.go improve pooler sync (#1593) 2021-08-27 12:41:37 +02:00
exec.go pick first container if postgres is not found (#1505) 2021-05-28 11:44:10 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go improve Patroni config sync (#1635) 2021-10-13 17:17:26 +02:00
k8sres_test.go Add volume selector (#1385) 2021-08-26 14:57:54 +02:00
majorversionupgrade.go Allow individual teams to do auto upgrade via operator. (#1699) 2021-11-29 12:47:18 +01:00
pod.go Add basic retry around switchover (#1510) 2021-06-17 08:48:26 +02:00
resources.go Initialize arrays of errors / error messages + minor refactoring (#1701) 2021-11-29 12:49:12 +01:00
sync.go restart master first in some edge cases (#1655) 2021-10-26 16:43:19 +02:00
sync_test.go Initialize arrays of errors / error messages + minor refactoring (#1701) 2021-11-29 12:49:12 +01:00
types.go improve pooler sync (#1593) 2021-08-27 12:41:37 +02:00
util.go pick first container if postgres is not found (#1505) 2021-05-28 11:44:10 +02:00
util_test.go Truncate cronjob name at 52 characters (#1208) 2021-02-15 17:00:21 +01:00
volumes.go Initialize arrays of errors / error messages + minor refactoring (#1701) 2021-11-29 12:49:12 +01:00
volumes_test.go Fix go lint errors (#1468) 2021-05-10 11:48:03 +02:00