Skip to content

2.1.1

Latest
Compare
Choose a tag to compare
@trowski trowski released this 22 Nov 23:41
v2.1.1
c62555c

What's Changed

  • Fixed handling of int2vector and oidvector fields when using ext-pgsql (#68).
  • The type table is now loaded using an async query when using ext-pgsql. This query is only executed once per server upon the initial connection to that server. Using an async query will reduce latency when connecting to different Postgres servers.
  • Improved performance of array parsing when using ext-pgsql.

Full Changelog: v2.1.0...v2.1.1