Felix Kunde

Results 17 issues of Felix Kunde

First approach to support password rotation for system users except `postgres` superuser. The tricky part: We can make the operator change the password, but the pods have to be replaced...

If one has configured quite hungry pods in the manifest, one still has to consider it for logical backup pods. There's no way to configure it. By relying only on...

Hey there, I couldn't get access to the geogig-dev list, so I will open an issue here, although I've just have some general questions. My database consists of many tables...

Talked to a user who wants to create 2D maps on top of the 3DCityDB showing all attributes incl. generic ones. We could provide a convenience function that pivots rows...

enhancement

Currently, we add an index on each foreign key column in a link table. Both columns also represent the primary key, which is also an index. This index is sorted...

enhancement

Another index issue I found. Courrently, we define an index on each foreign key column. While this makes sense in general, I think it is not so useful on the...

enhancement

### Current user and secret generation flow How it looks like without rotation 1. [initUsers](https://github.com/zalando/postgres-operator/blob/d209612b18122ae42250bd0517533fd7cbad5c66/pkg/cluster/cluster.go#L196): Generates list of desired users (manifest roles, system users, team members etc.) with new [random...

bug

fixes #105 For RENAME events pgMememto was trying to set session variables with quoted schema and table name. On the other hand, `register_audit_table` was trying these variables with `quote_ident`. But...

Usually, the Postgres Operator does not drop resources when they are removed from the manifest like databases or users. This is due to safety reasons. However, for the slots defined...

New pooler version with arm support. It lives in a new registry which allows for multi-arch images. This PR also updates the operator debug dockerfile and base image for ui...