Andrey Borodin
Andrey Borodin
In this issue, I want to suggest some enhancements to the existing PG catchup feature. ### Problem Statement If you have a streaming replication cluster, standby servers might lag behind...
This lock might be the source of the lock contention. A way to reproduce the problem is described [here](https://www.postgresql.org/message-id/flat/1AEEB240-9B68-44D5-8A29-8F9FDB22C801%40yandex-team.ru). @NikolayS asked me to create a prototype for benchmarking. I hope...
I've accidentally erroneously refactored error handling
Copy of #599 to tackle git issues in CI.
Reverts yandex/odyssey#601
Currently tests fail due to changes in libraries of golang:latest. To avoid such situations this PR pins docker image of prep stmt test.
Hi! When someone is using a connection pooler like Odyssey or PgBouncer they might want to enable pool_timeout (Odyssey) or query_wait_timeout(Bouncer) feature. In this case, the client waiting for some...
Fix for #63 I'm a little bit in doubt here: the connection is actually closed after returning this error. Is there a way to signal this to the user within...
This code have several advantages: 1. Implement counter per standart draft. This counter protects from collisions better than random numbers, when UUIDs are generated at high speed. 2. Buffer randomness....