Skip to content

New types, network performance, prepared_query API

Compare
Choose a tag to compare
@seriyps seriyps released this 04 May 11:11
· 339 commits to devel since this release
  • #error.codename (more readable errors)
  • Redshift support (by allowing dynamic typecache update fail)
  • Aggregate small binary packets in to one in epgsql_sock (network performance improvement)
  • Handle situations, when server initiate connection close
  • prepared_query APIs (useful when you need to execute one query many times with different parameters)
  • array of records type support
  • jsonb type support