pgadapter icon indicating copy to clipboard operation
pgadapter copied to clipboard

PostgreSQL wire-protocol proxy for Cloud Spanner

Results 89 pgadapter issues
Sort by recently updated
recently updated
newest added

Add support for the system view `pg-prepared-statements` using a common table expression. See https://www.postgresql.org/docs/current/view-pg-prepared-statements.html

type: feature request

The table `venue` has a column called `description`. This column currently uses the `varchar` data type, but it is intended to be used for `jsonb`. All ORM samples should be...

Liquibase automatically generates two metadata tables the first time it is used with a PG database. The DDL that is generated is not compatible with Cloud Spanner PostgreSQL. We should...

type: feature request

https://www.postgresql.org/docs/current/sql-discard.html

type: feature request

If the client is executing a `DescribeStatement` message flow to create a prepared statement, it will often use an implicit transaction for it. Queries will in that case use a...

type: feature request
priority: p2

Refactors the ProxyServer to use the SocketChannel interfaces instead of Sockets. This makes the sockets replaceable for the new Unix domain socket implementation in Java16, which again means that we...

The `COPY` FAQ should include additional information for how to set the commit timeout for `COPY` operations and other possible tuning tips.

documentation

Automatically show hints for usage and options when PGAdapter receives a psql connection.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.43.0` -> `26.44.0` |...