Kostiantyn Nemchenko

Results 9 issues of Kostiantyn Nemchenko

Hi, I have noticed that once the foreign table has been populated with data within an open transaction the changes will not be rolled back if the transaction is aborted....

enhancement

Kubernetes is supported as a DCS starting from Patroni 1.4

wontfix

If the `postgresql.pg_ident` is defined in the config file or DCS, Patroni will write its value to pg_ident.conf, however, if `postgresql.parameters.ident_file` is defined, Patroni will assume that pg_ident is managed...

enhancement

Patroni supports defining some of the configuration parameters by setting the system [environment variables](http://patroni.readthedocs.io/en/latest/ENVIRONMENT.html). We should check existing environment variables (e.g. `{{ ansible_env.SOME_VARIABLE }}`) before tweaking the Patroni configuration file...

enhancement

Add support of post_init/post_bootstrap scripts - an additional scripts that will be executed after initializing the cluster using initdb or custom bootstrap method respectively.

enhancement

Define `ExecReload` option and respective command to be executed when the unit is reloaded.

enhancement

It seems that apgdiff-2.4 does not support views with security_barrier flag. Steps to create view: `CREATE TABLE t AS SELECT n AS id, 'secret'||n AS secret FROM generate_series(1,10) n;` `CREATE...

## What Allow configuring a pod disruption budget to control how many instances can be down simultaneously for a short period due to voluntary disruption such as Kubernetes node or...

area/platform
kubernetes
team/application
community
needs-triage