pgAdmin 4 commit: 1) Added ProjectSet icon for explain module. Fixes #2

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added ProjectSet icon for explain module. Fixes #2
Date: 2019-08-20 11:20:48
Message-ID: E1i02C0-0003mZ-S0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added ProjectSet icon for explain module. Fixes #2706
2) Added Gather Merge, Named Tuple Store Scan and Table Function Scan icon for explain module. Fixes #2828

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bdff046c572796d1fbf47f22c6f70f3507d48b82

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_13.rst | 21 +++++++++++++++++++++
.../misc/static/explain/img/ex_gather_merge.svg | 1 +
.../static/explain/img/ex_named_tuplestore_scan.svg | 1 +
.../misc/static/explain/img/ex_projectset.svg | 1 +
.../misc/static/explain/img/ex_table_func_scan.svg | 1 +
web/pgadmin/misc/static/explain/js/image_maper.js | 16 ++++++++++++++++
7 files changed, 42 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-20 11:39:42 pgAdmin 4 commit: Fix Truncate option deselect issue for compound trigg
Previous Message Fahar Abbas 2019-08-20 06:23:53 Re: pgAdmin4 v4.12 candidate builds