v1.14.0
Changes
Support flexible array members as array members, so they are expanded as normal arrays.
Display XLogRecPtr in File/Offset hex form (like PG does), not integer.
Support for integer enums which elements defined using #define preprocessor.
Tests for formatter module.
Normalize function names passed to configuration files, so cppdbg and CodeLLDB notations do not conflict.
Some array members with scalar types are not displayed for CodeLLDB.
Formatter module now works with pgindent instead of invoking pg_bsd_indent directly.
Array members now specified in "arrays" section in configuration, instead of "specialMembers" -> "array".
Internal state initialization using knowledge of pg version using server_version_num GUC parameter. This is for initialization of internal runtime properties and acquiring enum members according to version.
Internal state reinitialized each debug session start with configuration file updates.
For more info see CHANGELOG.md
Code changes: v1.13.0...v1.14.0