[pgAdmin][RM4590] Schema Backup fails with names that requires quoting

2019-10-03 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix the schema backup with names that requires double quotes. Command line has special meaning for double quotes and so the command is run without the double quotes if applied on objects. Code is changed to add extra pairs of quotes to save our object quotes.

PATCH: RM #4778 - Query Plan Analyser

2019-10-03 Thread Ashesh Vashi
Hi Team, I've implemented the query plan analyzer having similar functionality as explain.depsez.com. It now creates three tabs under the 'Explain' panel. Graphical -> Graphical Explain Plan Table (similar to explain.depsez.com) -> Table to analyse the plan in details. -> Each row represents the