Aleš Zelený

Results 7 issues of Aleš Zelený

select from foreign table fails if there is predicate on column data type ASE - binary, foreign table BYTEA. ``` =# select branch_id from ase.tds_tbl where branch_id = E'\\x00038500875c3d60'::bytea; NOTICE:...

I have only TDS access (no access to host) and when I've tried to import foreign schema. I've got error: ``` ERROR: syntax error at or near "x08" LINE 1:...

Hello, could we add a report to vacuums that will (as a table is enough) the total time spent on vacuums per relation? Motivation: - increased vacuum activity can already...

feature request

Hello, just a question, are you interested in fixes to 4.x (i.e. 4.7.4) version? If yes, shall I base a patch proposal on the commit `50ab3a0`? The bug was detected...

confirmed bug
fixed in next release

System unit installation fails on the idempotency test when using the role in an environment using molecule tests. This change resolves the issue.

Hello, is there an option how to avoid `spawn()` creating sub-processes at all? I'll make any debugging easier (I wasn't able to configure the debugger in Code (`richterger.perl`) so that...

Hello, is there a scheduled / expected release date for POWA support of PostgreSQL17? On the PGDG rpm repository, I haven't found packages for PG17, only `powa_12.x86_64` - `powa_12.x86_64`. Many...

question