Loading...
- v1.9.1iOS
- Full internationalization (i18n) support with English and Spanish. - Language picker in Settings to switch between System, English, and Español. - Cut/Copy/Paste toolbar now appears when long-pressing in the SQL query editor. - Scroll position is now preserved when navigating back from a table to the database/connection list. Previously the list would reset to the top.
- v1.9.1Android
- Scroll position is now preserved when navigating back from a table to the database/connection list. Previously the list would reset to the top. - Cut/Copy/Paste toolbar now appears when long-pressing in the SQL query editor.
- v1.8.5iOS
Filter panel and toolbar no longer disappear when a filter returns no results.
- v1.8.4iOS
Database listing no longer fails on Heroku-managed Postgres (and other shared hosting) when the server contains databases the user lacks permission to access. Inaccessible databases are filtered out, and a subtle note shows how many were hidden.
- v1.8.3iOS
Columns in the Structure tab no longer appear multiple times when the same table or view name exists in other schemas
- v1.8.2iOS
Tables and views with the same name in other schemas no longer appear multiple times when browsing a schema
- v1.8.1iOS
Much more reliable editing and insertion of JSON/JSONB values — smart quotes and tricky characters now work smoothly without errors Better reconnection handling: the app automatically recovers when switching servers or after network interruptions Switching servers no longer causes table selection glitches or stale data Updated CSV export to the latest format for better compatibility General stability & dependency updates
- v1.8.0iOS
- Hardened schema loading to qualify `pg_namespace` OIDs and gracefully fall back when descriptions are unavailable, so browsing works on databases that hide system OIDs.
- v1.7.0iOS
Added: - SSL mode selector in connection form with options: require and verify-full. - CA Certificate field for pasting PEM certificates when using Verify-Full SSL mode - Advanced SSL Options section for client certificate and private key (mutual TLS authentication) General bug fixes and improvements.
- v1.6.1iOS
Fixed query history initialization so history, favorites, and stats load without errors after running queries
- v1.6.0iOS
New: - Supercharged query editor autocomplete: instant PostgreSQL keyword hints, one-tap table suggestions with schema context, and inline column/type recommendations that stay visible even when the keyboard is up. Fixed: - Decode binary-encoded PostgreSQL `oid` and boolean values so system catalog queries (e.g. `SELECT * FROM pg_roles;`) show readable results in the inspector. - Connection create/edit forms now disable autocorrect on technical fields so hostnames, usernames, and ports stay untouched while the connection name remains editable with suggestions.
- v1.5.1iOS
- Can now clone a connection for faster setup. - Reuse persistent PostgreSQL connections across query editor, schema/browser flows, and admin operations for snappier round-trips while releasing them automatically on close.
- v1.5.0iOS
Added - Supabase as a supported cloud provider, including OAuth sign-in and manual password capture when importing databases. - New inspector panel in the query grid that shows the active cell value with row controls and an in-place editor for premium users. - Database browser can now create and delete databases, including an optional force-drop flow. - Added a restore purchases button on the paywall and settings screens so users can easily regain premium access after reinstalls. - Create Table dialog redesigned with mobile-friendly tab navigation, responsive action buttons, and improved SQL preview layout. - It's now possible to delete tables, including an optional drop with cascade. Fixed - SELECT current_time; showed binary output, it correctly show the datetime now. - Show NULL on null numbers instead of 0. - Improved connection edit action buttons. - Better error messages when query results are empty. - Better success messages when query has no return values. - General improvements to stability and security.
- v1.4.0iOS
- Added support to AWS Aurora DSQL Postgres compatible databases.
- v1.3.0iOS
Row Insertion & Table Editing - Add New Row (Premium): insert rows via a dedicated dialog with optimistic updates - Table Structure Editor: fixed incorrect data type display; improved apply/preview reliability Purchases & Pricing - Premium price updated to $9.99 General Improvements - Faster, more stable database browsing and query execution - UI polish (premium badge, theme tweaks, sequence details) - Dependency upgrades and numerous bug fixes
- v1.2.0iOS
**Cloud Database Discovery** Connecting to cloud databases has never been easier. PG Orbit now automatically discovers your PostgreSQL instances across major cloud providers, so you can connect with a single tap. - **Multi-Cloud Support**: Instantly find databases on Amazon Web Services (AWS), Google Cloud, Microsoft Azure, DigitalOcean, and Linode. - **Effortless Discovery**: Securely sign in to your cloud provider and let PG Orbit handle the rest. No more manual configuration. - **One-Tap Connections**: Add new database connections from the discovered list in seconds. **General Improvements** - Fixed biometric authentication requiring an app restart to fully work. - We've squashed some bugs and made performance improvements for a faster, more reliable experience.
- v1.1.0iOS
Advanced Table Management - Design and create new database tables with our intuitive visual editor - Modify existing table structures - add columns, change data types, and update constraints - Preview all changes before applying them to keep your data safe Enhanced Security - Protect your app with biometric authentication (Touch ID, Face ID, or Fingerprint) - Automatic app lock when switching between apps for added privacy Improved Connection Reliability - Better network monitoring keeps your SSH connections stable - Fixed connection issues that occurred when switching between WiFi and cellular - Resolved app version display issues in settings General Improvements - Various bug fixes and performance enhancements for a smoother experience
- v1.0.2iOS
- General bug fixes