Pavel Safonov

Results 3 issues of Pavel Safonov

PostgreSQL files decoder. Implemented formats: pg_control, pg_heap.

### What version are you using (`fq -v`)? $ fq -v 0.0.9 (linux amd64) ### How was fq installed? fq is build from source. My branch: [https://github.com/pnsafonov/fq/tree/postgres](https://github.com/pnsafonov/fq/tree/postgres) ### Can you...

Fix allows to use ``` provider "libvirt" { uri ="qemu+ssh://mn0/system?no_verify=1&sshauth=privkey" } ``` in addition to: ``` provider "libvirt" { uri = "qemu+ssh://p.safonov@mn0/system?no_verify=1&sshauth=privkey" } ``` Then username is specified in ~/.ssh/config:...