Andrew Jackson

Results 17 issues of Andrew Jackson

This PR implements trust (no password), and LDAP authentication with pgcat. Postgres offers a number of authentication options that are not available with pgcat with trust being the most basic....

This PR adds support for stored procedures in the provider. Since stored procedures are very similar to functions i based much of this implementation off of the preexisting code for...

Is kerberos/gssapi authentication on the roadmap for future development?

This PR updates the README.md to remove session pooling as a todo item. It seems like session pooling was added in commit #79 but the README.md was never updated.

This PR fixes an issue where a client that attempts to connect to pgcat with GSS encoding is rejected with a confusing error message. By default libpq will attempt to...

This PR adds address whitelist functionality to pgcat. This is mostly useful with trust auth where no password is required but you can still allow only specific IP's/IP ranges/addresses to...

This PR adds client connection limits to pgcat. This is an important feature because pgcat will start to show undefined behavior once the number of client connections exceeds the number...

Currently when pgcat passes toml config files upon encountering any misspelled or unknown fields they are simply ignored. This is not ideal as a user could simply misspell a field,...

**Describe the bug** Linux places a max on the number of files a process can have open at a given time. This limit can be seen using the command `ulimit...

L**Describe the bug** PGcat does not support GSSAPI encoding (which is fine) but by default psql will try to use GSSAPI when there is an entry available in `klist`. Normally...