Luca Ferrari

Results 30 issues of Luca Ferrari

Since `pgagroal-cli` now has a complete JSON output support, it is time to provide also `pgagroal-admin` with JSON support. The implementation should be simple, since no management protocol is involved,...

feature

Related to #407 and commit 5dcfb897d90b78c622a38855ae6ffd5cb2630d9f on Rocky Linux 8 with gcc 11.4.1: ``` [ 71%] Linking C shared library libpgagroal.so [ 71%] Built target pgagroal [ 75%] Building C...

bug

When `pgagroal-admin` is invoked to generate a master key, i.e., with the `master-key` command, it generates the file into `$HOME/.pgagroal/master,key`, and such location is not configurable. Users could require to...

feature

This is not really an issue, rather a question about how to use the extension from `psql`. I've installed it on server 13.3, and in one session I've done: ```...

While studying the Java code I found a few places that should have a different code syntax and an extra check on capture positional.

Related to #441 and the work done in #392 , there is the need to document the management protocol. Adding a `MANAGEMENT.md` file could be ideal, and link it in...

documentation

The management protocol works in a binary format, but some `pgagroal-cli` commands already send a JSON payload that is then decoded. It would be interesting to have a full JSON...

feature

Now that the `pgagroal-cli` and friends send the application version and `pgagroal` answer with its version number (see work in #392 ), it is possible to make the management protocol...

feature

I'm running the current HEAD, with the following snippet of code: ``` use v5.38; use experimental 'try'; use WWW::YouTube::Download; my $client = WWW::YouTube::Download->new; for my $video_id ( qw/91uaaSyrKm0 Y1I1KcKvz9Q/ )...

While inspecting #456 I found this behavior that applies also to master branch 40acff635d16e00eac08bf5307efdabc03ee13cd: ``` % pgagroal-cli conf get max_connections 15 % pgagroal-cli conf get limit.pgbench.max_size 12 % pgagroal-cli conf...

bug