[COMMITTERS] pgbouncer - pgbouncer: Fixed the Service parameter path name problem.

2009-05-06 Thread User H-saito
Log Message: --- Fixed the Service parameter path name problem. Per report from Sachin Srivastava. Modified Files: -- pgbouncer/win32: win32support.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32support.c.diff?r

[COMMITTERS] pgsnap - pgsnap: Add "stats on functions" report.

2009-05-06 Thread User Gleu
Log Message: --- Add "stats on functions" report. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.80 -> r1.81) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.80&r2=1.81) pgsnap/pgsnap/lib: navigate.php (r1.

Re: [COMMITTERS] pgsql: Minor improvement: avoid assuming that GetLastError value cannot

2009-05-06 Thread Magnus Hagander
Any reason you didn't backport this to the other versions that got the SetLastError() fix? //Magnus Tom Lane wrote: > Log Message: > --- > Minor improvement: avoid assuming that GetLastError value cannot be > affected by CloseHandle() or Sleep(). > > Modified Files: > -- >

[COMMITTERS] pgbouncer - pgbouncer: Fixed adjustment of a WSAStartup position

2009-05-06 Thread User H-saito
Log Message: --- Fixed adjustment of a WSAStartup position problem. It happen the hostname problem in the service start. Per report Sachin Srivastava. and, thanks suggestions of Marko. Modified Files: -- pgbouncer/win32: win32support.c (r1.6 -> r1.7) (http:

[COMMITTERS] pginstaller - pginst: Disallow backslashes in superuser passwords, since

2009-05-06 Thread User Mha
Log Message: --- Disallow backslashes in superuser passwords, since they can do weird thing with escaping rules and generally break things. Fixes pgfoundry bug #1010601 Modified Files: -- pginst/ca: pginstca.c (r1.130 -> r1.131) (http://cvs.pgfoundry.org/c

[COMMITTERS] pginstaller - pginst: Disallow backslashes in superuser passwords, since

2009-05-06 Thread User Mha
Log Message: --- Disallow backslashes in superuser passwords, since they can do weird thing with escaping rules and generally break things. Fixes pgfoundry bug #1010601 Tags: REL8_3_STABLE Modified Files: -- pginst/ca: pginstca.c (r1.119.2.8 -> r1.119.2.9)

[COMMITTERS] pginstaller - pginst: Disallow backslashes in superuser passwords, since

2009-05-06 Thread User Mha
Log Message: --- Disallow backslashes in superuser passwords, since they can do weird thing with escaping rules and generally break things. Fixes pgfoundry bug #1010601 Tags: REL8_2_STABLE Modified Files: -- pginst/ca: pginstca.c (r1.102.2.1 -> r1.102.2.2)

Re: [COMMITTERS] pgsql: Minor improvement: avoid assuming that GetLastError value cannot

2009-05-06 Thread Tom Lane
Magnus Hagander writes: > Any reason you didn't backport this to the other versions that got the > SetLastError() fix? AFAIK it's just a cosmetic improvement. If you think there's a significant risk then back-port away... regards, tom lane -- Sent via pgsql-committers

Re: [COMMITTERS] pgsql: Minor improvement: avoid assuming that GetLastError value cannot

2009-05-06 Thread Magnus Hagander
Tom Lane wrote: > Magnus Hagander writes: >> Any reason you didn't backport this to the other versions that got the >> SetLastError() fix? > > AFAIK it's just a cosmetic improvement. If you think there's a > significant risk then back-port away... Not really, but it'd be easier if we need to ba

[COMMITTERS] pgsql: Modify CREATE DATABASE to enforce that the source database's

2009-05-06 Thread Tom Lane
Log Message: --- Modify CREATE DATABASE to enforce that the source database's encoding setting must be used for the new database, except when copying from template0. This is the same rule that we now enforce for locale settings, and it has the same motivation: databases other than template0

[COMMITTERS] pgsql: Tweak distribute_qual_to_rels so that when we decide a

2009-05-06 Thread Tom Lane
Log Message: --- Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qual can be pushed to the top of the join tree, we update both the relids and qualscope variables to keep them in sync. This prevents a possible later failure of an Assert clause, and affects nothing els

[COMMITTERS] orafce - orafce: PG_EUC_JIS_2004 is an enum value, not a macro.

2009-05-06 Thread User Itagaki
Log Message: --- PG_EUC_JIS_2004 is an enum value, not a macro. Modified Files: -- orafce: convert.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/convert.c.diff?r1=1.5&r2=1.6) datefce.c (r1.15 -> r1.16) (http://