Postbird Versions Save

Open source PostgreSQL GUI client for macOS, Linux and Windows

0.8.4

4 years ago

Installation

On Mac: On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

On Linux: Download package for your system or use snap:

sudo snap install postbird

Snap page: https://snapcraft.io/postbird

On Windows: Use installer Postbird.Setup.0.8.4.exe or portable Postbird-0.8.4-win.zip

What's new

  • Fix electron.systemPreferences.subscribeNotification is not a function on windows and linux

0.8.3

4 years ago

Installation

On Mac: On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

On Linux: Download package for your system or use snap:

sudo snap install postbird

Snap page: https://snapcraft.io/postbird

On Windows: Use installer Postbird.Setup.0.8.3.exe or portable Postbird-0.8.3-win.zip

What's new

  • Postgres 12 support
  • Feature: Basic support for sequences
  • Feature: Basic support for MacOS dark mode
  • Feature: Support connecting to unix socket
  • Feature: Handle disconnects: add icon when disconnected and better dialog (#92)
  • Cleanup new_snippet.js (Thanks to @saylestyler)
  • Fixed typos on strings 22 & 39 (Thanks to @kant)
  • Add check for null in CSV export (Thanks to @TheHollidayInn)
  • Add "Send Feedback" button in menu (#75)
  • Fix: When renaming connection, don't override existing connection (#79)
  • Build more packages for linux (#84)

Full list of changes https://github.com/Paxa/postbird/blob/master/CHANGELOG.md#version-083-19-nov-2019

0.8.2

5 years ago

Installation

On Mac: On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

On Linux: Download package for your system or use snap:

sudo snap install postbird

Snap page: https://snapcraft.io/postbird

On Windows: Use installer Postbird.Setup.0.8.2.exe or portable Postbird-0.8.2-win.zip

What's new

  • Feature: Filter tables by name (Thanks to @willvincent)
  • Feature: Show related records via foreign key (Thanks to @willvincent)
  • Feature: Sava custom snippets (Thanks to @willvincent)
  • Fix scrollbar in snippets window (Thanks to @willvincent)
  • Feature: reload databases list
  • Add minimum support for Postgres 8
  • Add minimum support for CockroachDB
  • Add support for postgresql:// protocol
  • Support duplicate column names in query tab
  • Add quit function for linux
  • Fix using special characters in username and password
  • Show more size details in table info
  • Fix handling short server version eg 11.0

0.8.1

5 years ago

Installation

On Mac: On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

On Linux: Download package for your system or use snap:

sudo snap install postbird

Snap page: https://snapcraft.io/postbird

On Windows: Use installer Postbird.Setup.0.8.1.exe or portable Postbird-0.8.1-win.zip

What's new

  • Support for Linux
  • Support for Windows (Thanks to @DavidBernal)
  • Adds codemirror search (Thanks to @drozdoff)
  • Update to electron 4
  • Change from electron-packager to electron-builder
  • Show index size
  • Fix showing interval values
  • Reload a tab when table renamed

0.8.0

5 years ago

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

  • Feature: Connect with postgres:// URL
  • Redesign help screen
  • Display same timezone as received from server
  • Add original timestamp value in "title" attribute
  • Make info page selectable
  • homebrew instructions typo fix (Thanks to @tzinmein)
  • Fix space closing dialog with custom inputs
  • Editing & deleting procedures
  • Implement stopRunningQuery for pure-js pg client
  • Add typescript hibrid validator
  • Show only 100 rows per page for wide tables (more then 30 columns)
Table content screenshot

0.7.1

6 years ago

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

  • Feature: Updating values in table
  • Show NULL as “NULL”
  • Fix CSV export, save more then 500 rows
  • Better text for deletting rows (Thanks to @nickheiner-usds)
  • Support Upper case for table names, columns, indexes
  • Reduce content page size to 200 rows
  • Add “Create Database” in top menu
  • Add refreshing mat. view
  • Fix renaming tables
  • Skip alert when pg native exception not compiled
  • Fix reset zoom & reload
  • Update readme and contributing guide
  • More async/await

0.7.0

6 years ago

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

  • Update to electron 1.7.8
  • Update to PostgreSQL 10
  • Feature: Auto Connect
  • Feature: Show user grants
  • Feature: Preserve tab when switch between tables and databases
  • Feature: Add red label in list of indexes when index has indisvalid
  • Feature: Save query result as CSV
  • Better message for "server disconnected" error
  • Fix connecting to heroku
  • Move from ruby sass to node-sass
  • Fix editing users
  • Change colors on focus leave
  • MIgrate big junk of code from callbacks to async/await
  • Add integration tests with spectron

0.6.2

7 years ago

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

This a bugfix release

  • Dialog for truncate table action, add cascade truncate
  • Fix “Cannot set property 'state' of undefined”
  • Use editMenu, zoomin, zoomout for top menu
  • Better error handling when table not found anymore
  • Update dependencies
  • Fix Cannot read property 'rows' of undefined
  • Fix this.deleteRow is not a function
  • Fix exporter.setNoOwners is not a function
  • Fix dialog cancel button error

0.6.1

7 years ago
  • Fix displaying connection error
  • Better error handling
  • Fix layout for UI tables without data

0.6.0

7 years ago

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

Table content screenshot

  • Update to PostgreSQL 9.6.2
  • Add support for postgres:// protocol
  • Upgrade to electron 1.6
  • Save window state
  • Update design
  • Check updates on startup
  • New implementation for table widget
  • Add Feature: Show loader for query tab, allow cancel running query
  • Add Feature: Truncate table
  • Add Feature: Display postigs point in readable format
  • Add Feature: Allow cancel adding row
  • Add Feature: Show table SQL without "OWNED BY ..."
  • Add Feature: Show double encoded JSON with pink
  • Switch from rollbar to raven for exception notifications
  • Upgrade jade to pug
  • Update types select
  • Close dialog by esc
  • Display constraints on table structure page