2019-08-20 16:47:53 +05:30
***** ***** **
Version 4.13
***** ***** **
Release date: 2019-09-19
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.12.
New features
***** ***** **
2019-09-12 17:20:35 +05:30
| `Issue #2828 <https://redmine.postgresql.org/issues/2828> `_ - Added Gather Merge, Named Tuple Store Scan and Table Function Scan icon for explain module.
2019-08-26 14:17:40 +05:30
| `Issue #4553 <https://redmine.postgresql.org/issues/4553> `_ - Don't wait for the database connection before rendering the Query Tool UI, for improved UX.
2019-08-22 15:24:04 +01:00
| `Issue #4651 <https://redmine.postgresql.org/issues/4651> `_ - Allow configuration options to be set from the environment in the container distribution.
2019-08-26 14:17:40 +05:30
| `Issue #4667 <https://redmine.postgresql.org/issues/4667> `_ - Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header.
2019-09-02 13:35:32 +01:00
| `Issue #4691 <https://redmine.postgresql.org/issues/4691> `_ - Add an Italian translation.
2019-09-16 13:48:11 +01:00
| `Issue #4752 <https://redmine.postgresql.org/issues/4752> `_ - Refactor Dockerfile to avoid needing to run supporting scripts (i.e. 'docker build .' will work) and minimise layers.
2019-08-20 16:47:53 +05:30
Housekeeping
***** ***** **
2019-08-29 18:32:08 +05:30
| `Issue #4575 <https://redmine.postgresql.org/issues/4575> `_ - Add Reverse Engineered SQL tests for Schemas.
2019-08-28 12:48:59 +05:30
| `Issue #4576 <https://redmine.postgresql.org/issues/4576> `_ - Add Reverse Engineered SQL tests for Views.
2019-08-21 16:06:05 +05:30
| `Issue #4600 <https://redmine.postgresql.org/issues/4600> `_ - Add Reverse Engineered SQL tests for Rules.
2019-09-11 15:59:13 +05:30
| `Issue #4616 <https://redmine.postgresql.org/issues/4616> `_ - Add Reverse Engineered and Modified SQL tests for Foreign Keys.
2019-09-03 16:27:41 +05:30
| `Issue #4617 <https://redmine.postgresql.org/issues/4617> `_ - Add Reverse Engineered and Modified SQL tests for Foreign Servers.
2019-09-04 18:33:07 +05:30
| `Issue #4618 <https://redmine.postgresql.org/issues/4618> `_ - Add Reverse Engineered and Modified SQL tests for Foreign Tables.
2019-09-02 15:24:41 +05:30
| `Issue #4619 <https://redmine.postgresql.org/issues/4619> `_ - Add Reverse Engineered and Modified SQL tests for FTS Templates.
2019-09-06 14:10:46 +05:30
| `Issue #4621 <https://redmine.postgresql.org/issues/4621> `_ - Add Reverse Engineered and Modified SQL tests for Indexes.
2019-09-16 12:05:29 +05:30
| `Issue #4624 <https://redmine.postgresql.org/issues/4624> `_ - Add Reverse Engineered and Modified SQL tests for Primary Keys.
2019-09-03 16:27:41 +05:30
| `Issue #4627 <https://redmine.postgresql.org/issues/4627> `_ - Add Reverse Engineered and Modified SQL tests for User Mappings.
2019-09-03 10:18:09 +05:30
| `Issue #4690 <https://redmine.postgresql.org/issues/4690> `_ - Add Modified SQL tests for Resource Group.
2019-08-20 16:47:53 +05:30
Bug fixes
***** *** *
| `Issue #2706 <https://redmine.postgresql.org/issues/2706> `_ - Added ProjectSet icon for explain module.
2019-08-28 11:09:30 +05:30
| `Issue #3778 <https://redmine.postgresql.org/issues/3778> `_ - Ensure Boolean columns should be editable using keyboard keys.
2019-08-28 18:04:08 +05:30
| `Issue #3936 <https://redmine.postgresql.org/issues/3936> `_ - Further code refactoring to stabilise the Feature Tests.
2019-08-28 13:35:40 +05:30
| `Issue #4381 <https://redmine.postgresql.org/issues/4381> `_ - Fix an issue where oid column should not be pasted when copy/paste row is used on query output containing the oid column.
2019-09-12 20:27:38 -04:00
| `Issue #4408 <https://redmine.postgresql.org/issues/4408> `_ - Fix display of validation error message in SlickGrid cells.
2019-09-11 15:59:13 +05:30
| `Issue #4412 <https://redmine.postgresql.org/issues/4412> `_ - Fix issue where Validated switch option is inverted for the Foreign Key.
2019-08-23 09:43:51 +01:00
| `Issue #4419 <https://redmine.postgresql.org/issues/4419> `_ - Fix a debugger error when using Python 2.7.
2019-09-03 11:19:33 +05:30
| `Issue #4461 <https://redmine.postgresql.org/issues/4461> `_ - Fix error while importing data to a table using Import/Export dialog and providing "Not null columns" option.
2019-08-28 12:48:59 +05:30
| `Issue #4486 <https://redmine.postgresql.org/issues/4486> `_ - Ensure View should be created with special characters.
2019-08-28 11:09:30 +05:30
| `Issue #4487 <https://redmine.postgresql.org/issues/4487> `_ - Ensure Boolean columns should be editable in View/Edit data and Query Tool.
2019-08-26 14:36:07 +05:30
| `Issue #4577 <https://redmine.postgresql.org/issues/4577> `_ - Fix an error that could be seen when click on any system column of a table.
2019-08-23 12:14:20 +01:00
| `Issue #4584 <https://redmine.postgresql.org/issues/4584> `_ - Unescape HTML entities in database names in the Query Tool title bar.
2019-09-04 15:46:08 +01:00
| `Issue #4631 <https://redmine.postgresql.org/issues/4631> `_ - Add editor options for plain text mode and to disable block folding to workaround rendering speed issues in CodeMirror with very large scripts.
2019-09-13 11:54:16 +05:30
| `Issue #4642 <https://redmine.postgresql.org/issues/4642> `_ - Ensure port and username should not be mandatory when a service is provided.
2019-08-21 16:27:23 +05:30
| `Issue #4643 <https://redmine.postgresql.org/issues/4643> `_ - Fix Truncate option deselect issue for compound triggers.
2019-08-23 10:22:20 +05:30
| `Issue #4644 <https://redmine.postgresql.org/issues/4644> `_ - Fix length and precision enable/disable issue when changing the data type for Domain node.
2019-08-23 09:53:24 +01:00
| `Issue #4650 <https://redmine.postgresql.org/issues/4650> `_ - Fix SQL tab issue for Views. It's a regression of compound triggers.
2019-08-28 10:46:28 +05:30
| `Issue #4657 <https://redmine.postgresql.org/issues/4657> `_ - Fix PGADMIN_SERVER_JSON_FILE environment variable support in the container.
2019-08-30 09:07:03 +05:30
| `Issue #4663 <https://redmine.postgresql.org/issues/4663> `_ - Fix exception in query history for python 2.7.
2019-09-02 12:17:43 +05:30
| `Issue #4674 <https://redmine.postgresql.org/issues/4674> `_ - Fix query tool launch error if user name contain html characters.
2019-09-06 14:10:46 +05:30
| `Issue #4681 <https://redmine.postgresql.org/issues/4681> `_ - Increase cache control max age for static files to improve performance over longer run.
2019-09-16 18:57:57 +05:30
| `Issue #4698 <https://redmine.postgresql.org/issues/4698> `_ - Fix SQL issue of length and precision when changing the data type of Column.
2019-09-06 14:10:46 +05:30
| `Issue #4702 <https://redmine.postgresql.org/issues/4702> `_ - Fix modified SQL for Index when reset the value of Fill factor and Clustered?.
2019-09-12 14:18:30 +05:30
| `Issue #4703 <https://redmine.postgresql.org/issues/4703> `_ - Fix reversed engineered SQL for btree Index when provided sort order and NULLs.
2019-09-12 17:20:35 +05:30
| `Issue #4726 <https://redmine.postgresql.org/issues/4726> `_ - Ensure sequence with negative value should be created.
2019-09-13 16:58:25 +05:30
| `Issue #4727 <https://redmine.postgresql.org/issues/4727> `_ - Fix issue where EXEC script doesn't write the complete script for Procedures.
2019-09-16 12:05:29 +05:30
| `Issue #4736 <https://redmine.postgresql.org/issues/4736> `_ - Fix query tool and view data issue with the Italian language.
2019-09-16 19:09:22 +05:30
| `Issue #4742 <https://redmine.postgresql.org/issues/4742> `_ - Ensure Primary Key should be created with Index.
| `Issue #4750 <https://redmine.postgresql.org/issues/4750> `_ - Fix query history exception for Python 3.6.