[pgadmin-hackers] [pgAdmin4][patch]: fix double hyphen duplication in the SQL tab

2016-07-25 Thread Dmitriy Olshevskiy
Hello. Please see this patch. I think there is redundant double hyphen commenting in the SQL_NO_CHANGE message. -- Dmitriy Olshevskiy >From 66da084f77f08b43980805d7a4c2693d16535356 Mon Sep 17 00:00:00 2001 From: Dmitriy Olshevskiy <olshevski...@bk.ru> Date: Mon, 25 Jul 2016 20:21

Re: [pgadmin-hackers] patch: fix to use ``pg_get_functiondef()``

2015-12-30 Thread Dmitriy Olshevskiy
to write additional ``ALTER FUNCTION ... = ... ;``. Andrej Antonov писал 2015-12-14 10:51: thank you, Dmitriy. I agree -- this-fix should works better. I applyed this-fix to my local-git-branches ("REL-1_20_0-impulsm" and "fix-to-use-pg_get_functiondef"). works good. Dmit

Re: [pgadmin-hackers] patch: fix to use ``pg_get_functiondef()``

2015-12-13 Thread Dmitriy Olshevskiy
11:50, Andrej Antonov wrote: patch: fix to use ``pg_get_functiondef()`` [see attachment file] it is copy of pull-request https://github.com/postgres/pgadmin3/pull/12 thank you! -- Dmitriy Olshevskiy diff --git a/pgadmin/schema/pgFunction.cpp b/pgadmin/schema/pgFunction.cpp index ba49f79

[pgadmin-hackers] patch: fix errors after libssh2 merge

2015-12-08 Thread Dmitriy Olshevskiy
Hello everyone! please see the file attached. there are some small, but critical errors in the libssh2/hostkey.c. thank you. -- Dmitriy Olshevskiy diff --git a/pgadmin/libssh2/hostkey.c b/pgadmin/libssh2/hostkey.c index cdd788d..09955d7 100644 --- a/pgadmin/libssh2/hostkey.c +++ b/pgadmin

[pgadmin-hackers] patch: pretty size for temp files

2015-11-07 Thread Dmitriy Olshevskiy
hello! database "statistics" tab contains value "size of temporary files" in bytes. what if we apply function pg_size_pretty() for it (as it was done for another value "size")? patch is attached. -- Dmitriy Olshevskiy diff --git a/pgadmin/schema/pgDatabase.cpp b

[pgadmin-hackers] PATCH: fix typos

2015-07-04 Thread Dmitriy Olshevskiy
hello. could you see this patch with several typos in comments and messages? -- Dmitriy Olshevskiy From 49025bce233d570d85a243ee6b220da9d510317a Mon Sep 17 00:00:00 2001 From: Dmitriy Olshevskiy olshevski...@bk.ru Date: Sat, 4 Jul 2015 12:42:19 +0300 Subject: [PATCH] fix typos --- pgadmin

[pgadmin-hackers] PATCH: fix size check in dlgProperty

2015-07-04 Thread Dmitriy Olshevskiy
. -- Dmitriy Olshevskiy From 0a5beb03d4794bd92923dccf84541a52a678aa72 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Sat, 4 Jul 2015 14:18:50 +0400 Subject: [PATCH] t.33 --- pgadmin/dlg/dlgProperty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgadmin/dlg

[pgadmin-hackers] PATCH: remove redundant local variables

2015-05-20 Thread Dmitriy Olshevskiy
Hello. Please, take a look at this patch. There are several local variables, that obviously may be removed. -- Dmitriy Olshevskiy From 604e073384e6812f6c26a301e323ffe42ab23a62 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Wed, 20 May 2015 23:18:54 +0400 Subject: [PATCH

[pgadmin-hackers] PATCH: fix typos

2015-05-17 Thread Dmitriy Olshevskiy
Hello. Please, see the patch with several typos in comments. Thank you. -- Dmitriy Olshevskiy From e7ceecd49558be5f3e6fdf54e2fb5bdb9e746f06 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Sun, 17 May 2015 17:26:03 +0400 Subject: [PATCH] fix typos in comments and messages

[pgadmin-hackers] PATCH: display indexes for materialized views

2015-03-08 Thread Dmitriy Olshevskiy
Dear colleagues, please review this patch. There are no indexes in object browser, that were created on materialized views. Let's add them! -- Dmitriy Olshevskiy From 1ee0b97ab1b5c90f1cc8dc0e6a7834c3fde64835 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Mon, 9 Mar 2015

[pgadmin-hackers] PATCH: saving of sort-columns and order chosen by user

2015-03-08 Thread Dmitriy Olshevskiy
Hello everyone! Please, see this patch. If pgadmin will keep sorting and order in server status window, it will save us time a little bit. Also it would be nice to see the order (up/down icons in the columns header) immediately after the appearance of the window. -- Dmitriy Olshevskiy From

[pgadmin-hackers] PATCH: search by materialized views

2015-03-08 Thread Dmitriy Olshevskiy
One more patch for the Search Objects dialog. It allows to search by materialized views: names, definition and comments (relevant for the postgres' latest versions). Could you please check and apply it? Thank you. -- Dmitriy Olshevskiy From a6eb1d1bdb08bb90896a07c00fb2f2f67c476201 Mon Sep 17

[pgadmin-hackers] PATCH: proper saving of columns width in the server status window

2014-09-20 Thread Dmitriy Olshevskiy
Hello. I would like you to see this corrections. It would be nice not to fix columns width every time you open the server's activity window). BTW, does anybody know, is there wxListControl's event for a double click on a header borders? -- Dmitriy Olshevskiy From

[pgadmin-hackers] toggle search button, when an item on the combo box Type is selected

2014-09-07 Thread Dmitriy Olshevskiy
. -- Dmitriy Olshevskiy From 1da5b7ae8c04e8d1c79242e4f5e8a8f68a03e431 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Sun, 7 Sep 2014 20:32:46 +0400 Subject: [PATCH] toggle search button, when an item on the combo box Type is selected --- pgadmin/dlg/dlgSearchObject.cpp | 1 + 1 file

[pgadmin-hackers] Fwd: PATCH: several minor changes an typos' fixing

2014-08-30 Thread Dmitriy Olshevskiy
Hello. Could anybody see this patch, please? Forwarded Message Subject:PATCH: several minor changes an typos' fixing Date: Sun, 29 Jun 2014 23:52:44 +0400 From: Dmitriy Olshevskiy olshevski...@bk.ru To: pgadmin-hackers@postgresql.org Hello. I have prepared

[pgadmin-hackers] PATCH: prevent a crash during the macro or favourite list updating

2014-08-07 Thread Dmitriy Olshevskiy
a solution - to check the presence of the macros menu (or favourites, if you change the favourites list) and the visibility of the query window (to prevent false event when the window is just starts to be opened). Patch is attached to the letter. Thank you. -- Dmitriy Olshevskiy From

[pgadmin-hackers] PATCH: small changes in the russian translation

2014-07-29 Thread Dmitriy Olshevskiy
Hello again. I want you apply another one patch with small changes in the russian translation. Please, see the file attached to this letter. p.s. thanks to Timontimo...@gmail.com for the correction -- Dmitriy Olshevskiy From e91860d0b37031c28c1580f9b831aa83a9bdc3f1 Mon Sep 17 00:00:00 2001

[pgadmin-hackers] PATCH: saving macro after query pasting

2014-07-12 Thread Dmitriy Olshevskiy
and query were filled (method SetMacro()) Thank you. -- Dmitriy Olshevskiy From a08c138eaff747cd13e7876e9667dabf946a6205 Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date: Sat, 12 Jul 2014 14:18:50 +0400 Subject: [PATCH] - saving macro after query pasting - restoring of the saved

Re: [pgadmin-hackers] PATCH: save and restore the settings of the search objects dialog

2014-07-08 Thread Dmitriy Olshevskiy
Hello J.F. Honestly, I don't sure that SaveSettings() must be called every time you push the Find button. What about the destructor method? (see the attached file) 08.07.2014 21:16, J.F. Oster пишет: Hello, On Sun, Jun 22, 2014 at 11:29 AM, Dmitriy Olshevskiy olshevski...@bk.ru wrote: Hello

Re: [pgadmin-hackers] [pgadmin-support] Character[] field value are truncated

2014-06-29 Thread Dmitriy Olshevskiy
® www.blackberry.com -- Dmitriy Olshevskiy

[pgadmin-hackers] PATCH: several minor changes an typos' fixing

2014-06-29 Thread Dmitriy Olshevskiy
Hello. I have prepared a list of small changes in the code. Some of them are not so important, but others (I think) are noteworthy. Patch with the changes is attached to the letter. -- Dmitriy Olshevskiy From 22bb5f859aa4e324e63e9272532fd013cb02bc0f Mon Sep 17 00:00:00 2001 From: olshevskiy87

[pgadmin-hackers] PATCH: save and restore the settings of the search objects dialog

2014-06-22 Thread Dmitriy Olshevskiy
Hello. I think it'll be useful to save the settings of search objects dialog. So I decided to add this feature. Please see the attached patch. Thank you. -- Dmitriy Olshevskiy From 904ba63af8d182ea8f5a00a6d45c3604d21eb92b Mon Sep 17 00:00:00 2001 From: olshevskiy87 olshevski...@bk.ru Date

[pgadmin-hackers] PATCH: don't save empty favourite queries

2014-06-22 Thread Dmitriy Olshevskiy
in dlgAddFavourite.cpp. It means that only if OK button is enabled, then we have a well-formed favourite query and can add new item to the favourites. If there will be a free time, please take a look at this patch. If I'm wrong, maybe you'll find an correct solution of the issue? Thank you. -- Dmitriy Olshevskiy

[pgadmin-hackers] wrong current schema in Search Objects dialog box

2014-06-15 Thread Dmitriy Olshevskiy
explaining the problem. -- Dmitriy Olshevskiy -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers