Update catalan translation
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1116e952bc86171b683e10113e6cb4b089c8a3c4
Author: Carme Cerda Torres
Modified Files
--
i18n/ca_ES/pgadmin3.mo | Bin 183497 -> 286804 bytes
i18n/
Update catalan translation
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e7ee1833405e38a328fc069e07b4d9dd6de6fc03
Author: Carme Cerda Torres
Modified Files
--
i18n/ca_ES/pgadmin3.mo | Bin 183497 -> 286804 bytes
i18n/ca_ES/pgadmi
On Thu, 2012-09-06 at 11:30 +0400, Alexander Law wrote:
> Hello,
> Please commit updated website translation.
>
Commited.
Thanks.
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes
Update website's russian translation
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=1785cab3bd85cbd923c11b5c0e5bf5f990136029
Author: Alexander Law
Modified Files
--
locale/ru_RU/LC_MESSAGES/pgadmin3_website.mo | Bin 207605 ->
Update russian translation
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=27192f99091cdb832224e49a8141521d49d0ca32
Author: Timon
Modified Files
--
i18n/ru_RU/pgadmin3.mo | Bin 401035 -> 401152 bytes
i18n/ru_RU/pgadmin3.po |23098
Update russian translation
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7843267e410e2b3efd2718a46db22071195c2af5
Author: Timon
Modified Files
--
i18n/ru_RU/pgadmin3.mo | Bin 401035 -> 401152 bytes
i18n/ru_RU/pgadmin
On Thu, 2012-09-06 at 20:10 +0600, Timon wrote:
> There are some fixes, thanks to Alexander LAW.
> We hope not too late.
>
Commited.
Won't be in 1.16.0 though.
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@p
The source code can be found here:
http://www.postgresql.org/ftp/pgadmin3/release/v1.16.0/src/
Enjoy!
--
Dave Page
Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
--
Sent via p
Tag REL-1_16_0 has been created.
View:
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_16_0
Log Message
---
Tag 1.16.0
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpre
Bump version for 1.16.0 release.
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=219586917cfd5dbacba9269026abeba6025eda7b
Modified Files
--
pgadmin/include/version.h |8
1 files changed, 4 insertions(+), 4 de
On Thu, Sep 6, 2012 at 1:56 AM, Quan Zongliang wrote:
> On 2012/9/5 22:48, 权宗亮 wrote:
>>
>>
>>
>> 2012/9/5 Dave Page mailto:dp...@pgadmin.org>>
>>
>>
>> On Wed, Sep 5, 2012 at 3:39 AM, Quan Zongliang
>> mailto:quanzongli...@gmail.com>> wrote:
>> >
>> > new patch attched.
>> > I
Detect serial/bigserial columns from pg_depend, rather than guessing.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0c828205d5b5d4d63725f43b43c57739236ee180
Author: Quan Zongliang
Modified Files
--
CHANGELOG |
Thanks, patch applied.
On Thu, Sep 6, 2012 at 9:47 AM, Sachin Srivastava
wrote:
>
> Thanks a lot for the report. The error comes with wxWidgets 2.9 and due to
> an extra '+' operator which got added in a recent commit.
>
> Here is the attached patch which corrects the issue.
>
>
> On Thu, Sep 6,
Remove extra operator that causes a compiler error with wxWidgets 2.9.
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=19bfb700eb8ba4c87009594ea0d328ef7d76b6f3
Author: Sachin Srivastava
Modified Files
--
pgadmin/schema/
Remove extra operator that causes a compiler error with wxWidgets 2.9.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3855cbbce62539a33baef6c36d7f32aecf994b50
Author: Sachin Srivastava
Modified Files
--
pgadmin/schema/edbPackage.c
Unset env vars instead of setting them to empty.
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f7434dad9b7303a18b9cf5b822dc400654379a41
Author: Ashesh Vashi
Modified Files
--
pgadmin/frm/plugins.cpp | 14 +++
Unset env vars instead of setting them to empty.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6a97c3d23f3731ea5fdb4d2bf4a5a28032327fc2
Author: Ashesh Vashi
Modified Files
--
pgadmin/frm/plugins.cpp | 14 +++---
1 files
Thanks a lot for the report. The error comes with wxWidgets 2.9 and due to
an extra '+' operator which got added in a recent commit.
Here is the attached patch which corrects the issue.
On Thu, Sep 6, 2012 at 1:36 PM, Colin Beckingham wrote:
> Yesterday I upgraded from Opensuse 12.1 to 12.2 (n
On Mon, Sep 3, 2012 at 6:00 PM, Ashesh Vashi
wrote:
> On Mon, Sep 3, 2012 at 6:00 PM, Dave Page wrote:
>
>> Thanks, patch applied.
>>
> Thanks a lot.
>
A small change require to run it on linux/linux-x64.
Instead of setting the environment variables to empty-string, we should
unset them.
Please f
19 matches
Mail list logo