Jehan-Guillaume (ioguix) de Rorthais
Jehan-Guillaume (ioguix) de Rorthais
Howard posted a question on [email protected] about the following message flooding the logs uselessly: > "pgsqlms(pgsqld)[xxxxxxx]: xxxxxxxxxx INFO: Ignoring unknown application_name/node "PostgreSQL JDBC Driver"" See: https://lists.clusterlabs.org/pipermail/users/2020-August/027547.html
The `maxlag` parameter is only enforced during monitor action on the master. It must be checked during the election process against the last known LSN from the master before its...
We are currently installing `pgsqlms` to the `heartbeat` namespace. This choice is arguable for some reasons: - it seems the `heartbeat` namespace is expected to host official RA from the...
See discussion: https://www.postgresql.org/message-id/flat/16db4468-edfa-830a-f921-39a50498e77e%402ndquadrant.com#[email protected]
This adds the following stats to "show stats" and in periodic stats reported in logs: - total_server: total number of server connections openned since startup - total_client: total number of...
Hello, Here is a basic .gitignore file that tells GIT to ignore compilation files in the repository. Cheers, /ioguix
Some days ago, a client of mine asked me if some tools were existing to check produced WAL sanity (in particular, let's say they have some trouble with their FS)....
This branch is based on branch full_ext_script_3.2 (PR #85). It includes: * a new pgsodium.debug GUC * refactoring how encryption triggers and decryption views are generated * implement encryption triggers...
This branch includes: * various cleanup on current 3.1.7 version * version 3.2.0 with a full extension script * the incremental script 3.1.7 -> 3.2.0 with the cleanups. * some...
Hi, While thinking about #73, I wonder if pgsodium_keyiduser should be granted `REFERENCES` on `pgsodium.key` by default? Thoughtq?