dbForge Studio for PostgreSQL V2026.1.31

Released: May 11, 2026

Atualizações na V2026.1.31

Recursos

  • New functionality
    • Introduced Query Builder for visual SQL query design.
    • Introduced Database Editor for visual database management.
    • Introduced Schema Editor for visual schema design and management.
    • Introduced Table Editor for visual table design and SQL preview.
  • Schema Compare
    • Added Schema Mapping and Table Mapping pages to the New Schema Comparison wizard.
    • Added Options pages to the schema comparison and synchronization wizards.
    • Added the 'Discard Changes' option to the Objects Filter toolbar.
    • Added support for index comparison and synchronization on tables and materialized views.
    • Added broader server support for comparison tasks.
    • Improved support for GENERATED { BY DEFAULT | ALWAYS } AS IDENTITY columns.
  • AI Assistant
    • Improved AI Assistant by adding support for database index metadata.
  • Text Editor
    • Added the 'Enclose identifiers in quotes' feature to the SQL Editor.
    • Added syntax highlighting for PostgreSQL dollar-quoted blocks.
    • Added index name suggestions in code completion.
    • Added indexed column icons in Quick Info.
  • Improvements
    • Added the ability to pin document tabs.
    • Added the ability to restore document tab order.
    • Enabled data generation for columns with unsupported data types.
    • Added support for the dec (n, m) type in the PostgreSQL parser.
    • Added support for multiple SELECT result sets and RAISE NOTICE output within a single session.
    • Improved saving of window layouts and restoration of window positions after restarting the Studio.
    • Removed the automatic execution of ROLLBACK when closing a connection.
    • Added support for the ANALYSE keyword in the EXPLAIN clause grammar.
    • Extended parsing support for the CREATE INDEX expression syntax to include NULLS NOT DISTINCT.
    • Updated the installation wizard to not display the "Successful Install" page during dbForge product updates.

Correções

  • Fixed a syntax error related to the FETCH FIRST clause.
  • Fixed an error in the data editor that occurred when executing a modified query before the previous query had finished fetching data.
  • Fixed the Find and Replace control to restore its settings after restart.
  • Fixed the behavior of the "Ignore whitespace" option in the Schema Comparison Wizard.
  • Fixed the behavior of the "SQL Look In" option in the Find and Replace control.