Releases: ashenBlade/postgres-dev-helper
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
v1.1.1
Changes
Fixed Bitmapset
set elements not shown for postgres versions below 17
For more info see CHANGELOG.md
Code changes: v1.1.0...v1.1.1
v1.1.0
Changes
Support for Bitmapset
and Relids
- show elements of set.
Add custom user type aliases in configuration file.
Extension is activated automatically on presence of: configuration file, nodes.h
or nodetags.h
files.
PG variables view shows only when extension is activated and when debug session is active.
Add version 2 config file schema.
For more info see CHANGELOG.md
Code changes: v1.0.0...v1.1.0
v1.0.0
Current release puts this extension in then production ready state. Most changes are minor.
Changes
Added
Support for T_XidList
Removed
EPQState from list of well known special members
For more info see CHANGELOG.md
Code changes: v0.2.0...v1.0.0