Leonardo Cecchi
Leonardo Cecchi
We're currently requiring a TLS connection between the CNP cluster to be created and the PostgreSQL instance we're downloading data from but just from the **monilith** import approach, but we...
The `SQLGetData` ODBC function can be used to retrieve Variable-Length data in parts, i.e. for `SQL_VARCHAR` / `SQL_WVARCHAR` fields, and this is useful for generic wrapper interfaces that don't want...
The existing implementation of `UJObjectUnpack` writes to the output parameters as soon as it finds the corresponding element in the `objObj`. In my opinion it should use the order sent...
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...
PostgreSQL will shut down cleanly when there is no enough disk space to store WAL files. The operator did not recognize this condition and, since the primary failed, was performing...
### Is there an existing issue already for this feature request/idea? - [X] I have searched for an existing issue, and could not find anything. I believe this is a...
### Is there an existing issue already for this bug? - [X] I have searched for an existing issue, and could not find anything. I believe this is a new...
If a primary PostgreSQL instance fails to start after being stopped, the instance manager is indefinitely waiting for it to start running the configuration queries. This patch creates a separate...
When not needed, this patch avoids hitting the API server with a PATCH request.