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 bytes
.../translations/zh/LC_MESSAGES/messages.po| 4135 +++-
2 files changed, 1518 insertions(+), 2617 deletions(-)



[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, so I have
   modified the code in GUI as well as on backend.
   - PG v12 removes obsolete pg_attrdef.adsrc and pg_constraint.consrc
   column, so fixed with appropriate functions calls.
   - For partitioned tables, since no storage is required for the table
   itself. PG v12 throws and error while specifying "TABLESPACE" in create
   table syntax for partitioned table, so fix that too.

This is the initial patch to fix the issues that has been raised or I have
found. Will continue to work on adding support for v12. Will check the
release notes.

-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


RM_4283.patch
Description: Binary data


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 package function.
3) If a package is defined without body and we try to debug a proc/func,
the debugger opened a blank window. Changes made so that it will throw
error as "XYZ is not defined in package body."

-- 
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


RM4329.patch
Description: Binary data