Release Notes
1.8.2 build 1782
This release fixes several problems:
with some Postgres drivers, performance could be much slower than expected due to some packet alignment issues. This is now fixed, and performance is completely restored
modifying a Bind packet with Postgres could lead to an error. This has been fixed.
In addition, the Postgres connector now has a prepared statement execution filter that allows filtering of prepared statement executions. Parameters for the prepared statement can be read and modified as needed.