pgAdmin 4 commit: Initialize pointer variables with Q_NULLPTR.
Initialize pointer variables with Q_NULLPTR. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=18b3cc268355475d5c3bd912514be7307c27ea61 Modified Files -- runtime/FloatingWindow.h | 4 ++-- runtime/TrayIcon.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
pgAdmin 4 commit: Fix an issue where RLS Policy dialog help is not work
Fix an issue where RLS Policy dialog help is not working. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c064eb079592c27f0c8372bcdb5562f6c84e42bd Author: Murtuza Zabuawala Modified Files -- .../tables/row_security_policies/static/js/row_security_policy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgAdmin 4 commit: Fixed an issue while creating RLS Policy with the nam
Fixed an issue while creating RLS Policy with the name having space. Fixes #5620 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d265ed9729b16bbc877b0d29d36a2c3c8e947c31 Modified Files -- .../tables/templates/row_security_policies/sql/9.5_plus/create.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Re: [pgAdmin4] Fix RLS node dialog help link
Thanks, patch applied. On Tue, Jun 23, 2020 at 11:44 AM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the issue where RLS node dialog help is not opening. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
Re: pgAdmin4 v4.23 candidate builds
Hi All, We have found one showstopper issue, so we have to create candidate build again builds and source can be found at https://developer.pgadmin.org/builds/2020-06-23-1/ Team, can you please verify it for release on Thursday. On Mon, Jun 22, 2020 at 7:46 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v4.23 candidate builds and source can be found at > https://developer.pgadmin.org/builds/2020-06-22-1/ > > Team, can you please verify it for release on Thursday. > > -- > *Thanks & Regards* > *Akshay Joshi* > > *Sr. Software Architect* > *EnterpriseDB Software India Private Limited* > *Mobile: +91 976-788-8246* > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
pgAdmin 4 commit: Fixed parallel test execution failure by handling slo
Fixed parallel test execution failure by handling slowness when multiple sessions are logged in concurrently. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdf1c7a2a6841ae22056d02a2214dd06225ddd6e Author: Yogesh Mahajan Modified Files -- web/pgadmin/feature_tests/xss_checks_roles_control_test.py | 3 +++ 1 file changed, 3 insertions(+)
Re: [pgAdmin] : Patch fixing Feature Test failures.
Thanks, patch applied. On Mon, Jun 22, 2020 at 6:29 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > > Hi Hackers, > > Please find the patch which fixes parallel test execution failures. > Handled slowness when multiple sessions are logged in concurrently. > > > Thanks, > Yogesh Mahajan > QA - Team > EnterpriseDB Corporation > > Phone: +91-9741705709 > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
[pgAdmin][RM3851] Add proper indentation to the code when generating a stored procedure
Hi Hackers, Please find the attached patch which fixes pg/ppas issues listed below: 1. Stored procedure code indentation. 2. Functions code indentation. 3. Trigger Functions code indentation. Please review. -- *Rahul Shirsat* Software Engineer | EnterpriseDB Corporation. RM3851_v1.patch Description: Binary data