Pavlo Golub

Results 17 issues of Pavlo Golub

This PR adds support for etcd and based on it support for patroni. The code is working well for one of our prominent clients. We assume it as bulletproof. However,...

Add support for multiple databases into `pg_timetable` service in the following way:   When connected to system database (`postgres`) or when `--cluster` argument is used then use `pg_database` (or some granted...

enhancement

# Environment Windows 10, pglogical 2.2.0 built with MSYS2, PostgreSQL 10.3 # Installation ## On provider: ``` create table foo( id bigserial primary key, val text ); insert into foo...

`WaitForEvent` function heavily dependant on `poll.h` include, but in all other places, PostgreSQL uses such include tecnhique: ``` #ifdef HAVE_POLL_H #include #endif ``` If we do define include in such...

enhancement
good first issue
windows support

Windows 10, Python 3.6. Full output is: ``` C:\Python36-32\Scripts>python -m pip install pg_query Collecting pg_query Using cached pg_query-0.27.tar.gz Ignoring aenum: markers 'python_version < "3.6"' don't match your environment Requirement already...

The idea from https://github.com/DATA-DOG/go-sqlmock/pull/263/

enhancement

```shell PS> go version go version go1.17.6 windows/amd64 PS> git status On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean PS> git...

### Description When I'm trying to render my ER diagram in live editor or in github preview I have an error "too much recursion" ### Steps to reproduce 1. Open...

Type: Bug / Error
Good first issue!
Status: Triage
Graph: Entity Relationship
fosshack

This commit fixes the overlook of the #1886 where `QueuedQuery.SQL` and `QueuedQuery.Arguments` properties were exposed. And if for `SQL` and `Arguments` we had an opportunity to use reflection, for `QueuedQuery.fn`...