Gabriele Bartolini
Gabriele Bartolini
Currently we do not mention PostGIS images in the documentation. Please add a section to it.
Introduce the concept of "PostGIS cluster" and explain how to create it using the community images. Update also the rest of the documentation to highlight PostGIS. Closes #568 Signed-off-by: Gabriele...
For vertical scalability, introduce a separate and dedicated volume for storing the WAL archive (`pg_wal`) to parallelize I/O operations between transaction logs and database pages. This also improves business continuity...
Add the release notes for the new patch release for all supported versions. At the same time, review the documentation and update it if necessary.
Cloud Native Postgres currently relies only on the archive log to synchronize those standby servers that have fallen out of sync. However, for some high workload scenarios, this can be...
### Problem If a backup is running when an online upgrade is performed, the backup is interrupted without marking it as failed. This means it will remain in a running...
Add declarative support for tablespace, including temporary ones. This improves vertical scalability in conjunction with declarative partitioning supported by Postgres, as well as for indexes.
From a usability standpoint, it would be great if had to only specify the major version of PostgreSQL in an image (e.g. quay.io/enterprisedb/postgresql:14) and let the operator figure out which...
This feature is also known as “Logical replica clusters” and is the evolution of “Offline data import and major upgrades for Postgres”. It only supports migrating from an existing Postgres...
Evaluate the introduction of [Snyk](https://snyk.io/) in the pipeline to shorten the feedback for vulnerabilities and third party dependencies.