v1.7.0
Changes
Add extended Value
support on old pg versions - show actual value from union according to NodeTag.
Add custom List *
pointer types. User can specify his own in configuration file.
Add more checking before calling postgres functions (i.e. MemoryContext validity checking, etc...).
Fix memory leaks when evaluating Expr
(get_func_name
and get_opname
were not pfree
d).
Fix caching of Expr
representation not worked correctly.
Track some binary features of postgres to increase performance on old pg versions.
Do not show initial_elements
, head
and tail
members of List *
For more info see CHANGELOG.md
Code changes: v1.6.1...v1.7.0