Andrey Borodin
Andrey Borodin
There are numerous requests to implement this feature, so I think time has come. Let's start with Postgres, maybe extend it further later. I propose to implement ```snapshot-push``` command. This...
Hi! It seems like in some cases relOid and relNamespaceOid [here](https://github.com/pgaudit/pgaudit/blob/9dfbb957eda8e7f7f62860766859cbe27cccc3ff/pgaudit.c#L1245) might point to invalid object. This leads to coredump, but it's hard to reproduce. I suspect it happens in...
Users (me) are very confised to see pg_session_role errors when connecting to Postgres.
#1968 seems to be braking page checksums validation with: ``` runtime: pointer 0xc000cb9f08 to unused region of span span.base()=0xc000cb6000 span.limit=0xc000cb9f00 span.state=1 fatal error: found bad pointer in Go heap (incorrect...
Implement snapshot backups that leverage filesystem-level or cloud disk snapshots (e.g., AWS EBS, Azure Managed Disks, GCP Persistent Disks, ZFS, LVM) for creating PostgreSQL backups while maintaining proper database consistency...