Pierre
Pierre
Using Psi 1.5 under wayland leads to crashes through the focus stealing prevention code. This code was removed from psi+ in commit e155a9d8a06f08efe35e44a56dd84f663d903bdc but this commit did not reach the...
When switching a pgbouncer configuration from using userlist.txt files to using auth_query/auth_user, I encountered several issues, all fixed in this PR. 1. the wait_start field is not always initialized when...
Instead of assuming the replication_status table can contain only one source, make it possible to add multiple sources, and iterate on the table when running update. When replicating for instance...
Threads are needed, sadly. Current quick analysis : a thread is created on a channel, with a thread_ts marking the corresponding 'source' message. ``` Chaussette in : "{\"ok\":true,\"reply_to\":8,\"ts\":\"1528057945.000078\",\"text\":\"pour moi qui...
**Is your feature request related to a problem? Please describe.** For some applications, it may not be possible to list all databases the application can connect to (for instance when...
**Is your feature request related to a problem? Please describe.** PgCat, unlike Pgbouncer, doesn't support UNIX sockets, neither to connect to servers nor to expose itself to applications. UNIX sockets...
I would like to use this style on my local OSM tile server, but I don't understand how to create the mapnik style file from the cartocss files. Documenting the...
Currently, a /64 is assigned per server, which is against RFC 6177 https://datatracker.ietf.org/doc/html/rfc6177 > At the same time, it might be tempting to give home sites a single /64, since...
Windows supports IPP (since a very long time), but this server is not accepted by Windows. I've got a working implementation on my side, I'll send a pull request with...
The PostgreSQL protocol sends us a message when the application_name is changed. It's thus possible to use this message to add back the host and port information in the session....