pgjdbc-ng
pgjdbc-ng copied to clipboard
A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres
i have a postgresql cluster with a master and 2 standby nodes, i need the failover to be managed by the impossibl drive the same as the standard postgresql driver...
During #349 I investigate the performance difference between the mainline and this driver. There is a real difference (to say the least) when testing on localhost. It is reduced significantly...
The current name and package of the project is not "cool", the package is long "com.impossibl.postgres" and it's not pretty, and since the project still not hit a 1.0 there...
I was planning to use pgjdbc-ng when I moved from BoneCP to HikariCP. (recommended by HikariCP) However, I got the following exception when I was trying to retrieve data with...
Support for postgis geometry datatypes, and box2d/box3d (see #98). A few notes on implementation: 1. This uses the suggested alternative serviceloader document. It means the Procs class has to handle...
In jOOQ the OffsetDateTime of `2020-04-20T20:31:40.032Z` is rewritten as `2020-04-20 20:31:40.032+00:00`. The [code comment](https://github.com/jOOQ/jOOQ/blob/c8292cf9c4dd050415129e2fd3d7c6a483c32967/jOOQ/src/main/java/org/jooq/impl/DefaultBinding.java#L2923-L2937) explains that this is for greater compatibility across vendors. The official Postgres drivers are fine here,...
composite type (user defined type)'s attribute should use typeid from database, not from value type
hi impossibl team, composite type attribute type id, should use the type id defined from database, not resolved by java value type. it should be the typeid defined in 'pg_attribute'...
Hello, It would be nice to have documentation about using PGJDBC-NG with Spring Boot. Thanks!
It looks like pgjdbc-ng does not release memory on connection.close or something like that. pgjdbc's test suite with -Xmx512m fails with OOM. See https://github.com/pgjdbc/pgjdbc/pull/501 (the idea is to use `mvn...