Fixed issue of opening file manager dialog from Query Tool.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=794b70daeaafced3ee15c0f6ac7e252ae7ef8ca6
Modified Files
--
web/pgadmin/misc/file_manager/templates/file_manager/js/utility.
('india', 2017, 01) TO ('india', 2017, 02);
CREATE TABLE public.sale_uk_2017_jan PARTITION OF sales
FOR VALUES FROM ('uk', 2017, 01) TO ('uk', 2017, 02);
INSERT INTO sales VALUES ('india', 1, '2017-1-15');
INSERT INTO sa
itions and know we can
> achieve success because we understand how users would go through this
> workflow. Not sure about expressions.
>
>
>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
On Thu, May 18, 2017 at 3:23 PM, Dave Page wrote:
>
>
> On Thu, May 18, 2017 at 10:37 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>>
>>
>> On Thu, May 18, 2017 at 3:00 PM, Dave Page wrote:
>>
>>> Hi
>>>
>>
iscussion.
>
OK, at least we should checked-in code for showing title of the
confirmation dialog for "Truncate".
>
> On Thu, May 18, 2017 at 10:17 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi All
>>
>> I have found one iss
ou want to reset the statistics for table {}?
Also header is missing for "Truncate/Truncate cascade" confirmation dialog.
Attached is the patch file to fix that above. Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246
t sounds like a reasonable
> change. If this change is passing in your environment, I say go ahead and
> make the change to the patch and commit.
>
> Thanks again for helping us get this into the release.
>
> Best,
> Matt
>
> On Sun, May 14, 2017 at 4:52 AM, Akshay Joshi <
&g
1) Splits the SQL query used to retrieve the Dependents, Dependencies, and
Roles SQL file into multiple versioned files.
2) Add Unit Tests for each file.
3) Add ORDER BY into Copy Selection Feature test to ensure the results are
retrieved always in the same order
4) Renamed the Scenario of the xs
d to be a little bit more resilient to work
>> independently of the user that is used on the test.
>>
>> Thanks
>> Joao
>>
>> On Thu, May 11, 2017, 3:20 AM Khushboo Vashi <
>> khushboo.va...@enterprisedb.com> wrote:
>>
>>> On Thu, May
Updated psycopg2 version for PostgreSQL 10 compatibility. Fixes #2377
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f903ba23104a42458585564aa53243d871cfc3d
Modified Files
--
requirements.txt | 2 +-
1 file changed, 1 insertion(+)
Hi Dave
On Thu, May 11, 2017 at 6:54 PM, Dave Page
wrote:
>
>
> On Thu, May 11, 2017 at 11:35 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi
>>
>> On Thu, May 4, 2017 at 4:00 PM, Dave Page wrote:
>>
>>> Hi
Hi
On Thu, May 4, 2017 at 4:00 PM, Dave Page wrote:
> Hi
>
> On Thu, May 4, 2017 at 10:29 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi All
>>
>> On Wed, May 3, 2017 at 5:35 PM, Dave Page wrote:
>>
>>> Great, thanks.
created new user 'test' with superuser
privileges and update parameter db_username="test" in test_config.json
file. But still I am unable to understand why it doesn't work with
'postgres' (default) user?
>
> Thanks,
> João & Sarah
>
> On Wed, May 10, 2017
017 at 2:29 AM, Akshay Joshi wrote:
> Hi Sarah
>
> On Tue, May 9, 2017 at 9:03 PM, Sarah McAlear wrote:
>
>> Hi Akshay!
>>
>>
>>> Some test file names ended with "*_sql_template.py*" do we need to add
>>> that string ?
>>
>>
1) Fixed compilation issue with QT4.
2) Make trigger action 'RequestClose' backword compatible with annulen webkit.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3ed00d3be75ee56169882dfedf12b5207f832b51
Author: Neel Patel
Modified Files
---
TestTablesNodeSql hasn't failed but TestRoleDependenciesSql failed with
below error:
.\test_role_dependencies_sql.py\", line 41, in assertions\n
self.assertEqual(1, len(fetch_result))\nAssertionError: 1 != 0
> Thanks,
> George & Sarah
>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
M, Sarah McAlear wrote:
> Hi!
>
> This patch has the tests moved to the test directories of the parent.
>
> Thanks,
> Joao & Sarah
>
> On Mon, May 8, 2017 at 7:28 AM, Dave Page wrote:
>
>> Hi
>>
>> On Mon, May 8, 2017 at 12:24 PM, Akshay Joshi <
Hi
On Tue, May 9, 2017 at 1:42 PM, Dave Page
wrote:
> This appears to have made Jenkins get all angry and red :-(
>
> https://jenkins.pgadmin.org/
>
We(Neel and I) have tested it and working fine.
>
>
> On Tue, May 9, 2017 at 8:39 AM, Akshay Joshi <
> akshay.jo
19
>>
>> Do review it and let me know in case of any issue.
>>
>> Thanks,
>> Neel Patel
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgre
Fixes #2328
1) Fixed issue of opening Query Tool and Debugger in new Tab with QT 5.8 and
annulen webkit
2) Moved unload event of window from javascript files to html.
3) Change alertify messages for debugger.
4) Closed all connections created by debugger. Previously only one connection
has be
/table/column
*then
why do we need it in
*web/pgadmin/browser/server_groups/servers/databases/schemas/table/templates/column/sql/tests*
Apart from above code looks good to me.
On Mon, May 8, 2017 at 2:20 PM, Akshay Joshi
wrote:
>
>
> On Mon, May 8, 2017 at 1:46 PM, Dave Pa
>
>>>>>>> Ashesh Vashi
>>>>>>> EnterpriseDB INDIA: Enterprise PostgreSQL Company
>>>>>>> <http://www.enterprisedb.com/>
>>>>>>>
>>>>>>>
>>>>>>> *http://www.linkedin.com/in/asheshvashi*
>>>>>>> <http://www.linkedin.com/in/asheshvashi>
>>>>>>>
>>>>>>>> Add ORDER BY into Copy Selection Feature test to ensure the results
>>>>>>>>> are retrieved always in the same order
>>>>>>>>> Renamed the Scenario of the xss_checks_pgadmin_debugger_test and
>>>>>>>>> skip it for versions less than 9.1
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> Joao & Sarah
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Sent via pgadmin-hackers mailing list (
>>>>>>>>> pgadmin-hackers@postgresql.org)
>>>>>>>>> To make changes to your subscription:
>>>>>>>>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Dave Page
>>>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>>>> Twitter: @pgsnake
>>>>>>>>
>>>>>>>> EnterpriseDB UK: http://www.enterprisedb.com
>>>>>>>> The Enterprise PostgreSQL Company
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
>>>>> To make changes to your subscription:
>>>>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
need to change any logic.
Apart from above it may be possible that I miss something, so we need
to cover that too.
>
>
> On Wed, May 3, 2017 at 1:00 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> As per my understanding below ope
check constraint.
Child:
- View Table Data.
- View stats.
- View partition scheme in SQL pane
- Create primary/foreign/.. key constraint.
- Drop/ Drop cascade, Truncate
On Tue, May 2, 2017 at 8:25 PM, Dave Page wrote:
> Hi
>
> On Tue, May 2, 2017 at 2:46 PM, Aks
Hi Shirley
On Wed, May 3, 2017 at 3:31 AM, Shirley Wang wrote:
>
>
> On Tue, May 2, 2017 at 10:56 AM Dave Page wrote:
>
>> Hi
>>
>> On Tue, May 2, 2017 at 2:46 PM, Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Hi All
On Wed, Apr 26, 2017 at 11:06 PM, Shirley Wang wrote:
> Hello!
>
> On Wed, Apr 26, 2017 at 4:26 AM Dave Page wrote:
>
>> Hi
>>
>> [moving to the pgadmin-hackers mailing list as this a pgAdmin feature]
>>
>> On Wed, Apr 26, 2017 at 8:20 AM, Akshay Joshi
t;
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Fixed handling of default parameters ordering in functions. Fixes #2350
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6790bfd0c07bb0701471f392e5d76bbe89ecc513
Author: Murtuza Zabuawala
Modified Files
--
.../servers/databases/sch
via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> Enter
Fixed handling of nested privileges. Fixes #2335
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ce1f216caaec414def266cc69d90961b8c0a131
Author: Murtuza Zabuawala
Modified Files
--
.../browser/server_groups/servers/static/js/priv
fix the the issue with bigint[] array values as JS
>>>>>> truncates long numbers from array object.
>>>>>> RM#2272
>>>>>>
>>>>>
>>>> Hi
>>>>
>>>> As far as I can see, this doesn't work
Fix handling of bigint[] type. Fixes #2272
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38c8a4fb607373358b49bfe656d2c0290c05020c
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++--
lease review.
>> RM#2347
>>
>>
>> --
>> Regards,
>> Murtuza Zabuawala
>> EnterpriseDB: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql
startsWith() function of java script is not supported in IE, instead use
startsWith() function of underscore string. Fixes #2347
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=928c0d3de8eac88d0ef8f6272951d12dbfe636f7
Author: Murtuza Zabuawala
Hi Michael
On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote:
> On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi
> wrote:
> > from passlib.hash import scram
> > hash = scram.encrypt(data['newPassword']) -- This function provide
> password for all the support
information.
- Change the logic of Check Recovery test case as it was running for
each version instead of specified database version.
- Remove some unused __init__.py file.
- Handle background error for dashboard when the selected server is
deleted.
Please review it.
--
*Akshay
On Fri, Apr 21, 2017 at 12:20 PM, Michael Paquier wrote:
> On Fri, Apr 21, 2017 at 3:43 PM, Akshay Joshi
> wrote:
> >Thanks Michael, will check this.
>
> One thing I forgot to mention... Both StoredKey and ServerKey are now
> encoded in hex, but there is still an ope
On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote:
> On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi
> wrote:
> > from passlib.hash import scram
> > hash = scram.encrypt(data['newPassword']) -- This function provide
> password for all the supported digest lik
ere and no clue how to encrypt/decrypt the password
for SCRAM authentication. Can someone guide me out here.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Proper alignment of dropdown menu labels
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c35dbc7211fe2c32a0bae76bc112b10da183de30
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/static/css/bootstrap.overrides.css | 1 +
1 fi
Changed switch label from True/False to Show/Hide for 'Package Functions' and
'Package Procedures' node in Preferences dialog.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d566a6f3a2397f9d71c5f9ea2901fe04729cf71
Modified Files
gt;>
>> >> > See this is how test cases looks like while printing on console
>> >> >
>> >> > API:
>> >> >
>> >> > runTest
>> >> >
>> >> > (pgadmin.browser.server_groups.servers.databases.schemas.
>> types.tests.test_types_put.TypesUpdateTestCase)
>> >> >
>> >> > Update type under schema node ... ok
>> >> >
>> >> > Feature tests:
>> >> >
>> >> > runTest
>> >> >
>> >> > (pgadmin.utils.tests.test_versioned_template_loader.TestVers
>> ionedTemplateLoader)
>> >> > ... ok
>> >> >
>> >> > No scenario name in feature tests.
>> >> >
>> >>
>> >> OK, is that easy to fix while you're at it?
>> >
>> >
>> > I have two solutions-
>> >
>> > 1. Need a little hack to skip scenario/test name if that does not
>> exist, but
>> > that's not the best idea.
>> >
>> > 2. Owner of feature tests should add scenario/test name to each feature
>> > test. In the summary also we will know for which scenario test is
>> failing or
>> > skipping.
>> > This is ideal and long term solution and I prefer it.
>>
>> Agreed - and as there are only 2 feature tests, you should be able to
>> fix them up pretty quickly :-p
>>
>> Once code is in the repo, it's "ours", meaning the entire communities.
>> I wouldn't expect us to ping all issues back to Pivotal - we're one
>> team on this.
>>
>> Thanks!
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> Regards,
> Navnath Gadakh
>
> EnterpriseDB Corporation
> The Enterprise PostgreSQL Company
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
ly we not using Object help
> button in query tool or debugger at present, meanwhile this patch will fix
> the issue for dialog help button only.
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
&g
Dialog Help was broken in case where query tool/Debugger opens in new browser
tab. Fixes #2310
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08ff9d7422aef7e1bdd46c5d71f5965ee5e36ab4
Author: Murtuza Zabuawala
Modified Files
--
..
Hi
Please find the attached patch to fix RM #2232 Add the ability to
gray-out/disable the "Save Password" option when creating a connection to a
server.
Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_
work fine.
>
> Can you take a look please?
>
Attached is the patch file to fix this issue. Can you please review it.
>
> Thanks.
>
> On Fri, Mar 24, 2017 at 10:45 AM, Dave Page wrote:
> >
> >
> > On Fri, Mar 24, 2017 at 8:52 AM, Akshay Joshi
> > wrot
On Fri, Mar 24, 2017 at 2:22 PM, Akshay Joshi wrote:
> Hi All
>
> I have implemented Feature #1344 Can't use multiple monitors (Windows 10).
> Attached is the patch file. I did following things in this patch:
>
>- Added "Open in New Browser Tab" preferences
ndow.open" and related functions to open the query tool and
debugger in other browser tab.
I have tested it on Chrome, Firefox, Safari and Runtime. In Safari user
will have to uncheck "Block pop up window" settings.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +9
Added timeout in _wait_timeout function in our psycopg2 module.
Fixes debugger module, Added common function to covert 2d array data to dict
for BackGrid.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e88217eb60e70872c3177af65f80f0c886924f
#x27;,'sql_parts','postgres',,false,false,false
> >>> 'information_schema','sql_features','postgres',,false,false,false
> >>> 'pem','server_version','postgres',,'true',false,'true'
> >>>
> >> Fixed
> >>>
> >>> - I get the same error as above, if I try to run "create table foo(id
> >>> serial)"
> >>>
> >> Fixed
> >>>
> >>> - "columns_info" should be "column_info", as "def
> >>> get_columns_info(self)" should be "def get_column_info(self)"
> >>>
> >> Fixed
> >>>
> >>> > 2) While testing I also found one issue where we are unable to right
> >>> > click
> >>> > on browser tree if we set Debug = False in config_local.py file, this
> >>> > was
> >>> > because of typo as path for css was changed to '/js/' to '/vendor/'.
> >>> > (separate patch RM#2213)
> >>>
> >>> Thanks, applied (along with the change to the About dialogue).
> >>>
> >>> --
> >>> Dave Page
> >>> Blog: http://pgsnake.blogspot.com
> >>> Twitter: @pgsnake
> >>>
> >>> EnterpriseDB UK: http://www.enterprisedb.com
> >>> The Enterprise PostgreSQL Company
> >>
> >>
> >
> >
> >
> > --
> > Dave Page
> > Blog: http://pgsnake.blogspot.com
> > Twitter: @pgsnake
> >
> > EnterpriseDB UK: http://www.enterprisedb.com
> > The Enterprise PostgreSQL Company
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Query tool efficiency.Convert the data as a 2D array instead of dict. Fixes
#2036
Incremental back off when polling. Fixes #2038
Initial Patch By: Dave Page
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=480e00fddf444b9355613ae80277c5c47a8fe4
; Fix: Incorporated the PARALLEL SAFE support for the functions and
> procedures for PostgreSQL 9.6.
>
> Thanks,
> Khushboo
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.p
Thanks Khushboo. Patch applied.
On Fri, Feb 3, 2017 at 3:37 PM, Dave Page wrote:
>
>
> On Fri, Feb 3, 2017 at 9:59 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> On Fri, Feb 3, 2017 at 3:10 PM, Dave Page wrote:
>>
>
1) Wrong tablespace displayed in table properties. Fixes #2069
2) Message (Connection to the server has been lost.) displayed with
Materialized view and view under sql tab. Fixes #2139
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2ac6fc6a79
at 7:47 AM, Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Akshay,
>>
>> Please find the attached updated patch.
>>
>> Thanks,
>> Khushboo
>>
>> On Fri, Feb 3, 2017 at 1:08 PM, Akshay Joshi <
>> akshay.jo...@enterprisedb
.
>>> >>
>>> > Done
>>> >>
>>> >> So I think to complete this we need to review all objects that use
>>> >> tablespaces (databases, tables, matviews, indexes, index-backed
>>> >> constraints) and ensure:
>>> &
Hi Dave
I have fixed all the comments given by you. Attached is the modified patch
file. Please review it.
On Fri, Dec 16, 2016 at 7:08 PM, Dave Page wrote:
>
>
> On Fri, Dec 16, 2016 at 1:24 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>>
>>
&
On Fri, Dec 16, 2016 at 6:28 PM, Dave Page wrote:
> Hi
>
> On Fri, Dec 16, 2016 at 12:46 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> On Fri, Dec 16, 2016 at 5:22 PM, Dave Page wrote:
>>
>>> Hi
Hi Dave
On Fri, Dec 16, 2016 at 5:22 PM, Dave Page wrote:
> Hi
>
> On Fri, Dec 16, 2016 at 8:47 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi All
>>
>> Please find the attached patch to fix the RM #1807 Query Tool Does Not
>>
Hi All
Please find the attached patch to fix the RM #1807 Query Tool Does Not
Recognize When File Changes Have Been Saved.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1807.patch
Description: Binary data
--
Sent via pgadmin-hackers
columns to 80 and for all other data types it is 20% of the container width
as 33% is too wide. Attached is the patch file, please review it and let me
know the review comments.
On Fri, Dec 9, 2016 at 2:15 PM, Akshay Joshi
wrote:
> Hi Dave
>
> On Fri, Oct 28, 2016 at 8:43 PM, Dave P
Hi Dave
On Fri, Oct 28, 2016 at 8:43 PM, Dave Page wrote:
> Hi
>
> On Fri, Oct 28, 2016 at 7:04 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi All
>>
>> Please find the attached patch to fix the RM #1789 Column width of data
>> ou
jsonb, timestamp with
timezone, boolean"
Please review it.
On Mon, Dec 5, 2016 at 11:09 PM, Dave Page wrote:
> Hi
>
> On Friday, December 2, 2016, Akshay Joshi
> wrote:
>
>> Hi All
>>
>> Please find the attached patch to fix the RM #1994 Insert / upda
nternal_size(length) and update the data type string as well as column
label to be shown on column headers.
After this fix if user inserts more character than the specified length it
will be truncated to that length and saved it into the database.
Please review it.
--
*Akshay Joshi*
*Princip
Hi All
Please find the attached patch to fix the RM #1992 Autocomplete doesn't
quote identifiers.
Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1992.patch
Description: Binary data
--
Sent via pgadmin-ha
Hi All
Please find the attached patch to fix the RM #1919 View Filtered Rows only
saving a single change per row.
Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1919.patch
Description: Binary data
--
Sent via
ogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Fixes #1909 Handle startup errors more gracefully in the runtime
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5be9d5f054c1014446a5d12e3381e594bc776b50
Author: Dave Page
Modified Files
--
runtime/pgAdmin4.cpp | 88 +++
Hi All
On Fri, Oct 28, 2016 at 8:53 PM, Dave Page wrote:
>
>
> On Fri, Oct 28, 2016 at 10:23 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi All
>>
>> Please find the attached patch to fix the RM #1729 Role privileges are
>> badl
Hi All
Please find the attached patch to fix the RM #1729 Role privileges are
badly displayed
Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1729.patch
Description: Binary data
--
Sent via pgadmin-hackers mailing
Hi All
Please find the attached patch to fix the RM #1789 Column width of data
output panel should fit to data (as pgAdmin III).
Please review it.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1789.patch
Description: Binary data
Fixed issue where some parameter like 'Volatility, LeakProof , Variables etc..'
not visible in SQL definition for functions and trigger functions.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76fb8315540fbdf27d899898e25589f6130cf0c6
Modifie
Fixes #1843 Function definition does not match value returned from
pg_get_functiondef()
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c5d81b6f5c1579c1a2b486adca5cdb8c2daaca8
Author: Dan Vianello
Modified Files
--
.../schemas/fu
Hi All
Please find the attached patch to fix the RM #1847 SQL script generated by
pgAdmin 4 to create table has errors.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1847.patch
Description: Binary data
--
Sent via pgadmin-hackers
Code looks good to me. Patch applied.
On Tue, Sep 6, 2016 at 12:05 PM, Akshay Joshi wrote:
>
>
> On Fri, Sep 2, 2016 at 7:49 PM, Dave Page wrote:
>
>> Akshay, can you review/commit this please?
>>
>
> Sure.
>
>>
>> Thanks.
>>
>> On
Improve the logic for Bad handling of missing connection database server RM
#1387
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ac65070bc791e1fc8fb0a9c72808f60d48471d7
Author: Ashesh Vashi
Modified Files
--
.../browser/server_g
>>
>>
>> *http://www.linkedin.com/in/asheshvashi*
>> <http://www.linkedin.com/in/asheshvashi>
>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> Ashesh Vashi
>>> EnterpriseDB INDIA: Enterprise
sedb.com> wrote:
>>
>>>
>>> --
>>> Regards,
>>> Murtuza Zabuawala
>>> EnterpriseDB: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>> -- Forwarded message --
>>> From: Murtu
SlickGrid Integration in to query tool. Fixes #1618
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c56e4667df7979fe23fab0a0ee2f7809f144ff97
Author: Murtuza Zabuawala
Modified Files
--
libraries.txt
; formed proper SQL and now user can debug the function mentioned in RM case.
>>
>> Please review it and let us know for any comments.
>>
>> Thanks,
>> Neel Patel
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
Debugger listener starting error displayed if user try to debug plpgsql
cs_fmt_browser_version function that contains parameters. Fixes #1238
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c6f6609bc3dbe2dd61b5b92802389e2b310006e
Author: Neel
> trigger and trigger function node. Now with this patch, user can able to
>> debug trigger function.
>>
>> Please review it and let us know for any comments.
>>
>> Thanks,
>> Neel Patel
>>
>>
>> --
>> Sent via pgadmin-hackers maili
Set break point option should present in pgAdmin4 for trigger. Fixes #1226
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5249f2e18c32a403a96b418669da738e50357c7
Author: Neel Patel
Modified Files
--
web/pgadmin/tools/debugger/__i
ight. set *line-height *css property to
> fix the issue.
>
>
> Please find attached patch and review.
>
>
> Thanks,
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
&
SqlFieldControl enhancements
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d75eac1177c3c1f890f3423a0b31e2e1b0b3706
Author: Surinder Kumar
Modified Files
--
web/pgadmin/static/css/overrides.css | 11 +++
web/pgadmin/s
Getting 'AttributeError' in
pgadmin4/web/pgadmin/browser/server_groups/servers/__init__.py. Fixes #1464
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b05464a04a533a36f30f808b1bc0ab6d3062180
Modified Files
--
web/pgadmin/browser/
tached)
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On Thu, Aug 25, 2016 at 4:34 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Murtuza
>>
>> Follo
Implemented Synonym node for EPAS
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a78dd7ad3e9361f9c3b7f1d9d593fe685eb3f66
Author: Murtuza Zabuawala
Modified Files
--
.../packages/templates/package/js/package.js | 30 +-
.../
Internal sever error displayed if create New user mapping with public user.
Fixes #1468
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b72448ec92d725bd711e4449045830c5c8369e0
Modified Files
--
.../user_mapping/templates/user_mapp
ostgreSQL Company
>>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
ew.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgres
domain node: id and pid is not being generated. Fixes #1586
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05473a7a35b0c09b73a5615a07cfe300ffd893bf
Author: Murtuza Zabuawala
Modified Files
--
.../server_groups/servers/databases/sc
Trigger issues through right click. Fixes #1209
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e016869ad5b0377091ffd909ac9d5982e5574905
Modified Files
--
.../templates/trigger/sql/9.1_plus/create.sql | 7 ++-
.../trigger/sql/9
is mentioned in the RM #1209.
Attached is the patch file, please review it and let me know the review
comments (if any)
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1209.patch
Description: Binary data
--
Sent via pgadmin-hackers
Hi All
I have fixed the RM #1567 "Exception display if select Font size less then
1 for SQL text". Attached is the patch file, please review it and let me
know the review comments.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
//www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
*Akshay Joshi*
*Principal
Fixed typo in security labels macro Fixes #1457
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e0a61f5564bb9b2dcf7fa90fc7f36d9c748ac5b
Author: Murtuza Zabuawala
Modified Files
--
.../databases/schemas/templates/macros/schemas/sec
Hi All
I have fixed the RM #1453 "Reduce menu bar height". As per comment in the
RM, I have kept size to 40px. Attached is the patch file, please review it
and let me know the review comments.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 97
Hi All
I have fixed RM #1252 "Support CREATE LANGUAGE". Attached is the patch
file, please review it and let me know the review comments.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1252.patch
Description: Binary data
--
Hi All
Attached is the patch to fix RM #1461 Query tool button/menu
inconsistencies. Please review it and let me know the review comments.
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
RM_1461.patch
Description: Binary data
--
Sent via
1 - 100 of 319 matches
Mail list logo