Hi
On Fri, Sep 20, 2013 at 1:13 PM, Dhiraj Chawla
wrote:
> Hi Dave,
>
> The Event Triggers options is not listed in the browser view options on the
> Settings dialog of pgAdmin, which would allow a user the hide/show the Event
> Triggers collection node. Attached is the patch that fixes this issu
Thanks, patch applied.
On Sat, Sep 21, 2013 at 7:50 PM, Ashesh Vashi
wrote:
> Hi Dave,
>
> During testing at EnterpriseDB, QA found an issue with the debugger.
> The new implementation is not able to cope with a scenario - when debugging
> a function with two or more parameters and first paramete
Ensure the debugger can cope with functions that have an OUT parameter as the
first.
Branch
--
REL-1_18_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f2662759a0892b5640915e16193710a8a5a90a5
Author: Ashesh Vashi
Modified Files
--
CHANG
Ensure the debugger can cope with functions that have an OUT parameter as the
first.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e05e0b1062fb9dc15b36fca632f7d25671e58e83
Author: Ashesh Vashi
Modified Files
--
CHANGELOG
Ensure non-void functions return a value.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=58dbf438f429c38c1c2afe1469fb657d485e7c16
Author: Ashesh Vashi
Modified Files
--
pgadmin/include/db/pgQueryThread.h |2 ++
1 file changed,
Ensure non-void functions return a value.
Branch
--
REL-1_18_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c5e769601c4ce8fba57ea64254fd1ff1682ac280
Author: Ashesh Vashi
Modified Files
--
pgadmin/include/db/pgQueryThread.h |2 ++
1 fi
Ensure that materialised views are available as targets for synonyms
Branch
--
REL-1_18_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3ac3b9f12f965400979b56848244e844a6281102
Author: Neel Patel
Modified Files
--
CHANGELOG
Fix the query used to find tables in a Slony replication set
Branch
--
REL-1_18_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e4b4f459a94153ced69861fe61272683934f6ab2
Author: Neel Patel
Modified Files
--
CHANGELOG |2
Fix the quoting of user mapping objects
Branch
--
REL-1_18_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=31add3b20030a408e2c96f3744d98df0c3e6a38e
Modified Files
--
CHANGELOG|1 +
pgadmin/dlg/dlgUserMapping.cpp