DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
387 stars 21 forks source link

Server: Improved Extended Query Protocol #74

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

What is changed and how it works?

Now TiDB4PG will store OIDs passed in during extended query Parse phase, and when needed, will return the old during Describe phase.

TiDB4PG now supports binary format option for some variables.

TiDB4PG now ignores timezone strings following timestamp data type instead of throwing errors.

Test

make dev-tmp passed

BenchmarkSQL can now load data correctly.