Releases: ashenBlade/postgres-dev-helper
v1.4.5
Changes
No feature changes from previous version
For more info see CHANGELOG.md
Code changes: v1.4.4...v1.4.5
v1.4.4
Changes
Processing of typedefs.list file before feeding to pg_bsd_indent. Without this, pg_bsd_indent produced applied invalid formatting. Relates to #3
For more info see CHANGELOG.md
Code changes: v1.4.3...v1.4.4
v1.4.3
Changes
Fix some formatting rules not applied. Relates to #3
For more info see CHANGELOG.md
Code changes: v1.4.2...v1.4.3
v1.4.2
Changes
Fix pg_bsd_indentPath not used. Relates to #2
For more info see CHANGELOG.md
Code changes: v1.4.1...v1.4.2
v1.4.1
Changes
Add extension files bootstrapping.
Support for fixed size arrays expansion.
Fix variable length array shown as expandable.
Fix top level raw structs are not expanded.
For more info see CHANGELOG.md
Code changes: v1.4.0...v1.4.1
v1.4.0
Changes
Support for custom PostgreSQL source code directories.
Fix logging for VS Code greater than 1.74.0
For more info see CHANGELOG.md
Code changes: v1.3.0...v1.4.0
v1.3.0
Changes
Add pg_bsd_indent formatter integrated with VS Code: activation using Format Document command or Ctrl + Shift + I shortcut.
Show elements which Bitmapset and Relids points to. It can me RangeTblEntry (if Relids) or element in array (if Bitmapset stores index of an array)
Integration with VS Code LogOutputChannel - available to manage logging (i.e. log level) inside Output window.
For more info see CHANGELOG.md
Code changes: v1.2.1...v1.3.0
v1.2.1
Changes
Add support for MemoryContext Node
Check breakpoint in bms_first_member function, when examining set elements.
aliases parameter from configuration file applies for every type, not only Node
For more info see CHANGELOG.md
Code changes: v1.2.0...v1.2.1
v1.2.0
Changes
Add compatibility with PostgreSQL versions from 8.0 to latest and VS Code from 1.30 to latest - List and Bitmapset elements included
Fix log level updated only after restart
Fix invalid Node cast when declared type has struct keyword
For more info see CHANGELOG.md
Code changes: v1.1.2...v1.2.0
v1.1.2
Changes
Fix bug with List handling when declared type is not List
Add 134 new array special members
Plan struct treated as Node variable
Some performance optimizations for extension activation
For more info see CHANGELOG.md
Code changes: v1.1.1...v1.1.2