Denis Volkov

Results 46 comments of Denis Volkov

What to do: implement [INVALIDATE CACHE](https://pg-sharding.tech/sharding/console/sql_commands#invalidate-cache) for local router.

**Current behavior**: After #1388, spqr-console sends a cancellation key, but it does not actually stop the running query. **Expected behavior**: spqr-console should perform a real query cancellation, terminating the query...

If there are no default values in the configuration, generate the default values yourself.

For me, this seems like a reasonable error message. @reshke could you provide some examples of what this error might look like?

Expected messages: ``` spqr-console=> sync reference relation rr1 on sh4; ERROR: reference relation "rr1" not found ```

**What to do**: Implement correct handling of multi-statement queries (e.g., SELECT 1; SELECT 2;) so that all statements in a single query string are parsed, routed, and executed in order,...

Generate an expired certificate ``` mkdir -p /tmp/tls_expired openssl req -x509 -newkey rsa:2048 -keyout /tmp/tls_expired/server_expired.key -out /tmp/tls_expired/server_expired.crt -days 1 -nodes -subj "/CN=localhost-expired" chmod 600 /tmp/tls_expired/server_expired.key # Move the expired certificate...

I'm kinda sceptical about whether we should do this feature or not.

**What should be done**: - Add a complete set of tests covering all PostgreSQL parameter change commands (SET, RESET, SET SESSION, SET LOCAL, etc.). - Tests should verify both the...

Я поправил таймаут по-умолчанию, изменения будут доступны в 136 версии