Denis Smirnov

Results 6 issues of Denis Smirnov

Если в родительскую таблицу добавить партицию, располагающейся на внешнем сервере через fdw, и симулировать потерю связи с внешним сервером, родительская таблица становится недоступной. `sandbox=# select * from parent; ERROR: could...

enhancement

Actually there is no reason to throw an error and make a user manually recreate prepared statement when it expires. A much more user friendly way is to recreate it...

Building an ORCA plan for query below utilises all available memory and lasts for minutes. The problem affects only ORCA (up to 3.90.1 - current master) and doesn't affect PostgreSQL...

When we join a partitioned table with a non-partitioned one join partition elimination doesn't exclude all partitions we expect. ```sql create table t1 (a int, b timestamp) distributed by (a)...

Originally, the problem was inspired by the error in SQL query: ``` picodata> box.execute([[select abs(coalesce(1, 0))]]) --- - null - 'Failed to execute SQL statement: wrong arguments for function ABS()'...

### Тестовая схема + данные [pg1c.sql.txt](https://github.com/postgrespro/pgwininstall/files/1813813/pg1c.sql.txt) ### Описание проблемы В патче pg для работы с 1С наблюдается некорректное поведение при поиске в btree индексе поля типа mvarchar и mchar подстроки,...