= Features =
* Support RETURNS TABLE syntax.
* Support range types.
* Make it build against 9.3dev. (Peter Eisentraut)
= Fixes =
* When sending cancel request to server, wait for answer
and discard it. Without waiting the local backend might
be killed and cancel request dropped before it reaches
remote server - eg. when there is pgbouncer in the middle.
* When return record is based on type or table, detect changes
and reload the type.
* Allow type or table to have dropped fields.
* Fix crash when RETURNS TABLE syntax is used.