Closed
Description
Implement the server-side of the postgres protocol allowing any postgres client to connect to a CockroachDB cluster. There is work to be done on type checking in order to handle prepared queries, work to be done to support TLS connections and likely other bits of unknown work.
- logic tests
- TLS
- basic support
- mutual auth
- prepared statements