TiDB-for-PostgreSQL icon indicating copy to clipboard operation
TiDB-for-PostgreSQL copied to clipboard

PgSQL compatible on distributed database TiDB

Results 13 TiDB-for-PostgreSQL issues
Sort by recently updated
recently updated
newest added

in the readme the latest supported versione of tidb is 5.3, is there any plan to support the 6.x version?

enhancement

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? send the sourcecode to linux. cd to tidb-server directory run: go run...

### Function description: This function is added to TiDB for PostgreSQL as a new function point. At present, only a few common interfaces are implemented, and some need to be...

## Development Task In the extend query, backend server will get parameter values through the bind messages. And tidb-server will use the `datum` structure to store the values of these...

## Bug Report I can not open tidb dashboard ### 1. What did you do? When i deploy tidb for postgresql,i tried to open tidb dashboard on pdid:2379/dashboard。 I can...

### Function Description This is an enhanced feature. TIDB originally had the concept of portal and related processing. The definition of portal is in sessionctx/variable/session.go. The portal will save the...

### Function Description This function is an enhancement. At present, TiBD for PostgreSQL implements the SetParamType method to obtain the data type through the volcano model. The specific code can...

## description Update some console info like "Welcome to TiDB"。 When I start TiDB for PostgreSQL source code on my local PC。I see “Welcome to TiDB” on the console output...

## Development Task ### Description Since TiDB is Mysql compliant database, we need to adjust DCParser yacc paser files to remove mysql keywords and add pg keywords, and then implement...

## Development Task ### Description Before Postgres sends data result back to client, it will first give description about the data it’s returning, aka Row description. After sending the data...