Version 1.3 - pgAdmin 4 3.0 documentation
Release date: 2017-03-10
This release contains a number of features and fixes reported since the release of pgAdmin4 1.2.
Features ¶
Feature #2036
- Query tool efficiency - SlickGrid result set format efficiency
Feature #2038
- Query tool efficiency - Incremental back off when polling
Feature #2163
- Make syntax highlighting more visible
Feature #2210
- Build a universal Python wheel instead of per-python-version ones
Feature #2215
- Improve visibility of syntax highlighting colours
Bug fixes ¶
Bug #1796
- Add missing "Run Now" option for pgAdmin jobs
Bug #1797
- Resolve encoding issues with DATA_DIR
Bug #1914
- Resolved error utf8’ codec can’t decode byte
Bug #1983
- Fix bug in Sql query contains Arabic Charaters
Bug #2089
- Add PARALLEL SAFEUNSAFERESTRICTED support
Bug #2115
- Fix exclusion constraint reverse engineered SQL
Bug #2119
- Fix display of long integers and decimals
Bug #2151
- Display un-sized varlen column types correctly in the query tool
Bug #2154
- Fix display of long integers and decimals
Bug #2159
- Resolve issue where Query editor is not working with Python2.6
Bug #2160
- Various encoding fixes to allow ‘ascii’ codec to decode byte 0xc3 in position 66: ordinal not in range(128)
Bug #2166
- Resolved import/Export issue for a table
Bug #2173
- Resolved issues where Sequences API test cases are not working in PG9.2
Bug #2174
- Resolved various file-system encoding/decoding related cases
Bug #2185
- Removed sorting columns on the treeview
Bug #2192
- Fix startup complete tests to ensure we properly poll the server for completed startup
Bug #2198
- Fix function arguments when generating create SQL
Bug #2200
- Properly handle event trigger functions in different schemas
Bug #2201
- Fix renaming of check constraints when the table name is changed at the same time
Bug #2202
- Fix issue where Dependents query fails due to non ascii characters
Bug #2204
- Fixed issue where pgadmin 4 jobs not showing any activity
Bug #2205
- Fix display of boolean nulls in the query tool
Bug #2208
- Ensure primary key column names are quoted in View Data mode of the Query Tool
Bug #2212
- Ensure servers are deleted when their parent group is deleted
Bug #2213
- Enable right click on browser tree
Bug #2218
- Show the correct indeterminate state when editing new boolean values
Bug #2228
- Authenticate the runtime to the server
Bug #2230
- Prevent the Slonik logo obscuring the login dialogue on small displays in server mode