nunziotocci
released this
Changes since 11.0.0:
- Fix listing functions/aggregates in PostgreSQL < 11.0
Partially tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note: there are no C changes for this release, so we didn't do a full test.
Note about Linux packages:
For historical reasons, the naming of packages is convoluted. Here is what you need to download:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-11.0.1.i686.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-11.0.1.x86_64.rpm |
Ubuntu | 32-bit | pgManage_11.0.1_i386.deb |
Ubuntu | 64-bit | pgManage_11.0.1_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 11.0.1.zip | bb0b13c6c9382ba42805f05d1c9de193 |
pgManage-11.0.1.dmg | fbca18dfead57ceeafd2bb6d4bfb8a16 |
pgManage_11.0.1_amd64.deb | ffd0f3fa2eb6a62c9b153fccc8620801 |
pgManage_11.0.1_i386.deb | afebfdc8bc6fde26ead52a0b43e3757f |
pgManage-11.0.1.i686.rpm | 60cdaa61d5f0c6562eb646be198dc6a5 |
pgManage-11.0.1.x86_64.rpm | 1ade5523b45041d0f08dfc50571fd096 |
Assets
8
nunziotocci
released this
Changes since 10.3.1:
- Fix triple double-quoting
- Fix double-quotes in tab names breaking reopening
- Fix single quotes in object names when generatinv SQL (closes #63)
- Remove ADD COLUMN IF NOT EXISTS in PostgreSQL < 9.6 (closes #64)
- PostgreSQL 11 support (closes #65)
- Remove sound for long-running queries (working on #70)
- Fix weird spacing in results pane (closes #71)
- Fix NOT NULL (closes #72)
- Fix re-render on tab change
Tested on: - Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is convoluted. Here is what you need to download:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-11.0.0.i686.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-11.0.0.x86_64.rpm |
Ubuntu | 32-bit | pgManage_11.0.0_i386.deb |
Ubuntu | 64-bit | pgManage_11.0.0_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 11.0.0.zip | b2e8786e72474684cae2209ad7fbea5f |
pgManage-11.0.0.dmg | f0a573b55bd3075d450f3d904e969e9b |
pgManage_11.0.0_amd64.deb | 73bf5588dfba5a0b3ff23235935f0e29 |
pgManage_11.0.0_i386.deb | 4cc90c83c1c78340de08934324d8aba9 |
pgManage-11.0.0.i686.rpm | 7e74d8c2b13e91f277835f0460d75237 |
pgManage-11.0.0.x86_64.rpm | b67b89043f015cc0fd225622cba50196 |
Assets
8
nunziotocci
released this
Changes since 10.3.0:
- Fix beautify
AS
andCASE
(closes #47 and #51) - Fix order of "Generate Script" on table desiginer (closes #48)
- Fix table designer dropping views without recreating them (closes #49)
- Fix .pgpass (closes #50)
- Add dark theme (#52)
- Fix record number field (closes #53)
- Fix connections to Azure PostgreSQL PaaS instances (closes #54)
- Fix "@" in username
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is convoluted. Here is what you need to download:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.3.1-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.3.1.rpm |
Ubuntu | 32-bit | pgManage_10.3.1_i386.deb |
Ubuntu | 64-bit | pgManage_10.3.1_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.3.1.zip | 5a017c8796fa98d774948441d9973a79 |
pgManage-10.3.1.dmg | a24319845f2e4a2cb0cb201cc622e6ba |
pgManage_10.3.1_amd64.deb | c049f2d6fd1f7a0f0e1c470a7e79e60f |
pgManage_10.3.1_i386.deb | 84d19f68b3ea57bc6c7be030c037655d |
pgManage-10.3.1.rpm | b8ecbad69f4c78fa9ed5421335023e70 |
pgManage-10.3.1-ia32.rpm | ae51e9e05c1838785ba5a805cb1a2452 |
Assets
8
nunziotocci
released this
Changes since 10.1.1:
- Add noise to end of long querys (closes #15)
- Fix switching tabs in the middle of a query (closes #19)
- Fix table designer dependency resolver (closes #24)
- Add some improvments from envelope (closes #29)
- Fix touchscreens on laptops (closes #30)
- Fix configure script on FreeBSD (closes #32)
- Add --configdir to configure script (closes #33)
- Fix schema dump to only show relevant triggers (closes #34)
- Add semicolons to DISABLE TRIGGER lines in generated scripts (closes #35)
- Add popup when opening data editor for limit (closes #36)
- Fix saving copy/paste preferences (closes #37)
- Fix getting postgres version number (closes #38)
- Fix paste format dialog to only popup if copying more than one cell (closes #39)
- Fix order of closed tabs (closes #40)
- Fix saving of some clip options (closes #42)
- Improve performance of inserting records
- Update Windows LibreSSL binaries to 2.7.3
- Update Windows libpq binary from PostgreSQL 10.3
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.3.0-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.3.0.rpm |
Ubuntu | 32-bit | pgManage_10.3.0_i386.deb |
Ubuntu | 64-bit | pgManage_10.3.0_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.3.0.zip | f38391f5941237cb240a6de9403b6516 |
pgManage_10.3.0_amd64.deb | 94467a12daae087b2aca0b3c1a6f6fc2 |
pgManage_10.3.0_i386.deb | 59ba8292bec02de40bfcbf54a8d95b7c |
pgManage-10.3.0.dmg | 1c5b25d9f4e55464d83a47d7ecd06cdc |
pgManage-10.3.0.rpm | 3e8ae827a3eb3e1e5680db1dff87ae54 |
pgManage-10.3.0-ia32.rpm | 8f5307bb27363c0a8c1765371c5a0e58 |
Assets
8
nunziotocci
released this
Changes since 10.1.0:
- add DISABLE/ENABLE trigger scripts (closes #20)
- prevent typing when saving errors (closes #21)
- fix close cancel (closes #22)
- fix reload closing window
- move 'Saving...' notice to where you can actually read it
- fix timing error in save
- fix error showing on wrong line
- fix Clipboard options (closes #26 and #25)
- allow changing webroot in configure step (closes #27)
- add DESTDIR parameter to configure (closes #28)
- increment version number
- fix rpm deps (closes #23)
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.1.1-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.1.1.rpm |
Ubuntu | 32-bit | pgManage_10.1.1_i386.deb |
Ubuntu | 64-bit | pgManage_10.1.1_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.1.1.zip | afe2b82e56ce2d20d867030a200efd6f |
pgManage-10.1.1-ia32.rpm | a47921ca852ec1cce474f852a0467f11 |
pgManage-10.1.1.dmg | 8229f0b2eefe1d40029203abaddb786a |
pgManage-10.1.1.rpm | 8076506affd3e741207d6aaafca0cace |
pgManage_10.1.1_amd64.deb | 8fc29d2912c079e6987a16a0085539ed |
pgManage_10.1.1_i386.deb | 3e4d480cbb27a931aa023262c19590d4 |
Assets
8
nunziotocci
released this
Changes since 10.0.2:
- Fix pre-pg10 sequences (closes #10)
- Fix delete on a table where a column was ALTERed onto the table
- Remove extra ORDER BYs
- Fix order of columns in VIEW helper queries
- Fix data_root/sql_root stuff, fix sequence dump query
- Fix sequence dump, update libpq on windows (from pg 10.1)
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.10 Yosemite
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.0.1-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.0.1.rpm |
Ubuntu | 32-bit | pgManage_10.0.1_i386.deb |
Ubuntu | 64-bit | pgManage_10.0.1_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.1.0.zip | def5618153b5eeca77a047cc6b560db5 |
pgManage-10.1.0-ia32.rpm | c6c7833054346bc7c29608d53863ae05 |
pgManage-10.1.0.dmg | b88f1d10cd689252d65971d36e6edbfb |
pgManage-10.1.0.rpm | dd5995109095fefc25c57406f566c72d |
pgManage_10.1.0_amd64.deb | acc5a4156694247be298c963ebd5833b |
pgManage_10.1.0_i386.deb | 210108e80d2fad37f1b9209045feaf5a |
Assets
8
nunziotocci
released this
Changes since 10.0.1:
- Fixed an issue on mac/linux that prevented you from logging in.
Partially tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 10 64-bit
- OS X 10.11 El Capitan
Note: there are no C changes for this release, so we didn't do a full test.
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.0.2-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.0.2.rpm |
Ubuntu | 32-bit | pgManage_10.0.2_i386.deb |
Ubuntu | 64-bit | pgManage_10.0.2_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.0.2.zip | 6be9f6f236da1e0085d19bd2bd4baa7e |
pgManage_10.0.2_amd64.deb | 8fd4dd3e4b55a0f89d1af4bc0b34ddb7 |
pgManage_10.0.2_i386.deb | c12425c5c84f1f1cf8dd0e6aca21a1c4 |
pgManage-10.0.2.dmg | 43880a42f46ccf4ac271254654c613f7 |
pgManage-10.0.2.rpm | d8486cc95dea09cbf5c75d4464cb7ed1 |
pgManage-10.0.2-ia32.rpm | ef377ba0e7f14a2d3025d42ff5f6b2d1 |
Assets
8
nunziotocci
released this
Changes since 10.0.0:
- Fix licenses (closes #1)
- Fix man page HTML (closes #2)
- Fix depenndency graph (closes #3)
- Fix NULLs in object properties (closes #4)
- Increase text size of object type identifiers (closes #6)
- Clean up login screen/config editors (closes #7)
- Add PGPASS connnection import (closes #7)
- Add set functions to FROM autocomplete (closes #8)
- Fix autocomplete showing functions after table name (closes #9)
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.10 Yosemite
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.0.1-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.0.1.rpm |
Ubuntu | 32-bit | pgManage_10.0.1_i386.deb |
Ubuntu | 64-bit | pgManage_10.0.1_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.0.1.zip | 76b75d9d35aca0db1a1992e01f939306 |
pgManage_10.0.1_amd64.deb | 870dfa14704de4cd2bef3aa384f890c9 |
pgManage_10.0.1_i386.deb | 48177ba433e40330fbd3099d70491902 |
pgManage-10.0.1.dmg | 01f2049cac62c0d0b3ad5d937267a889 |
pgManage-10.0.1.rpm | c9c47dbecb706cede1684ed0102e97c1 |
pgManage-10.0.1-ia32.rpm | 4775b2f3d81c2dcef3e32b6ad98ebae0 |
Assets
8
nunziotocci
released this
Tested on:
- Fedora 26 64-bit (Gnome)
- Fedora 26 32-bit (Gnome)
- Ubuntu 17.10 64-bit (Gnome)
- Ubuntu 17.10 32-bit (Gnome)
- Windows 7 64-bit
- Windows 7 32-bit
- Windows 10 64-bit
- OS X 10.10 Yosemite
- OS X 10.11 El Capitan
Note about Linux packages:
For historical reasons, the naming of packages is hard to understand. Here is what you need to do:
Distro | Arch | Package |
---|---|---|
Fedora/CentOS/RHEL/etc | 32-bit | pgManage-10.0.0-ia32.rpm |
Fedora/CentOS/RHEL/etc | 64-bit | pgManage-10.0.0.rpm |
Ubuntu | 32-bit | pgManage_10.0.0_i386.deb |
Ubuntu | 64-bit | pgManage_10.0.0_amd64.deb |
Package MD5SUMs:
Package | md5sum |
---|---|
pgManage Windows 10.0.0.zip | e030787a2a75868c3ddd40a319bc89e3 |
pgManage_10.0.0_amd64.deb | e6d91ec52ee63c2d9a78a5a5d44fe480 |
pgManage_10.0.0_i386.deb | befabc7d6d17732f284a534aa26e1a97 |
pgManage-10.0.0.dmg | 40c261e110142f0ea9cad528d03fcb49 |
pgManage-10.0.0.rpm | 933e06b3c556654cec270be5ba22d92d |
pgManage-10.0.0-ia32.rpm | 7684839106c1cf1d8f9fb506a3758589 |