pgAdmin 4 commit: Update Chinese translation.

2019-06-06 Thread Dave Page
Update Chinese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b6e9b031c719ab9560250f02984ad3b888eb04f Author: Ma Yanhong Modified Files -- .../translations/zh/LC_MESSAGES/messages.mo| Bin 129335 -> 138026 b

[pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12

2019-06-06 Thread Akshay Joshi
Hi Hackers, I have started adding support of PostgreSQL v12 in pgAdmin4. Attached is the patch to fix the following issues: - RM #4290: "string indices must be integers" displayed for all objects - RM #4288: View data issue. - PG v12 removes the ability to create table using WITH OIDS,

french translation for 4.8 release

2019-06-06 Thread fred . escallier
hi ... too late :-) but done Fred messages-fr.tar.xz Description: application/xz-compressed-tar

[pgAdmin][RM4329] Initialization error when parameterised functions debugged in parallel in two separate tabs

2019-06-06 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for debugger improvements. The changes include: 1) Change the way debug info is stored in session. Removed redundant session related code in debugger code. All the session related handling done at one place. 2) Fixed a bug where debugger was not opening for EPAS p