You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfix: Ensure all relation information will be sent out even with a lock
This fixes a bug where we were not sending out relation information of
relations encountered locks. Processing a snapshot missing such information
was failing
Allow pg_stat_statements_reset() to fail with a soft error
This was a hard error previously, which failed the snapshot and the snapshot
state did not get persisted, indirectly led to a memory leak
Add integrity checks before uploading snapshots
Validate some structural assumptions that cannot be enforced by protobuf
before sending a snapshot
Bugfix: Increase timeout to prevent data loss when monitoring many servers