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

Sorry in advance for subpar issue creation, but I don't have much to go off. We're seeing a ton of errors like this: 1. ``` com.google.cloud.spanner.pgadapter.error.PGException: Broken pipe at com.google.cloud.spanner.pgadapter.error.PGException$Builder.build...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [shyim/testcontainer](https://togithub.com/testcontainers/testcontainers-php) | `^0.1.2` -> `^0.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/shyim%2ftestcontainer/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [org.liquibase:liquibase-maven-plugin](https://github.com/liquibase/liquibase) from 4.27.0 to 4.29.1. Release notes Sourced from org.liquibase:liquibase-maven-plugin's releases. Liquibase v4.29.1 Liquibase 4.29.1 is a patch release [!IMPORTANT] Liquibase 4.29.1 patches minor structure and pom issues found...

dependencies
java

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.liquibase:liquibase-maven-plugin](http://www.liquibase.org/liquibase-maven-plugin) ([source](https://togithub.com/liquibase/liquibase)) | `4.27.0` -> `4.29.1` |...

The default behavior of Java applications is to return exit code 128 + signal if the application was shut down due to receiving a signal. This means that SIGINT returns...

do not merge

Thank you in advance for your time! I have a kubernetes job that's using pgadapter as a side car. When the main container finishes, the pod get stuck in `NotReady`...

Add a header that includes the client that is connected to PGAdapter.

``` --- FAIL: TestSamples (13.13s) samples_test.go:45: creating tables failed: failed to connect to `user=uid database=example-db`: 127.0.0.1:32769 (localhost): server error: FATAL: UNAVAILABLE: The connection string 'cloudspanner:/projects/emulator-project/instances/test-instance/databases/example-db;userAgent=pg-adapter;autoConfigEmulator=true;dialect=postgresql' contains host 'localhost:9010', but no...

type: process

DO NOT MERGE: - Emulator needs a fix for returning the columns of a DML statement with a RETURNING clause. - Setting default parameters for a well-known client that is...

I came across some unexpected behavior while using PGAdapter with psql. Here's the transaction example. Transaction T1: ``` 1. BEGIN; 2. 3. /*@LOCK_SCANNED_RANGES=exclusive*/SELECT id, name FROM singers WHERE singerid =...