[COMMITTERS] pgsql: CLUSTER VERBOSE and corresponding clusterdb --verbose option Jim

2008-11-24 Thread Peter Eisentraut
Log Message: --- CLUSTER VERBOSE and corresponding clusterdb --verbose option Jim Cox and Peter Eisentraut Modified Files: -- pgsql/doc/src/sgml/ref: cluster.sgml (r1.45 -> r1.46) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/cluster.sgm

[COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

2008-11-24 Thread Magnus Hagander
Log Message: --- Add support for matching wildcard server certificates to the new SSL code. This uses the function fnmatch() which is not available on all platforms (notably Windows), so import the implementation from NetBSD into src/port. Modified Files: -- pgsql:

[COMMITTERS] pgbouncer - pgbouncer: New Directory

2008-11-24 Thread User Mkz
Update of /cvsroot/pgbouncer/pgbouncer/win32 In directory pgfoundry.org:/tmp/cvs-serv95706/win32 Log Message: Directory /cvsroot/pgbouncer/pgbouncer/win32 added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: ht

[COMMITTERS] pgbouncer - pgbouncer: win32 support (wip) Original patch by Hiroshi

2008-11-24 Thread User Mkz
Log Message: --- win32 support (wip) Original patch by Hiroshi Saito, applied with some cleanup Modified Files: -- pgbouncer: Makefile (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.25&r2=1.26)

[COMMITTERS] pgbouncer - pgbouncer: remove unnecessary CVS ids, update AUTHORS

2008-11-24 Thread User Mkz
Log Message: --- remove unnecessary CVS ids, update AUTHORS Modified Files: -- pgbouncer: AUTHORS (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/AUTHORS.diff?r1=1.4&r2=1.5) pgbouncer/win32: pgbevent.c (r1.1 -> r1

[COMMITTERS] pgsql: Move FAQ_AIX information to installation instructions.

2008-11-24 Thread Peter Eisentraut
Log Message: --- Move FAQ_AIX information to installation instructions. The information on why the shared libraries are built the way they are was not relevant to end users and has been made a mailing list archive link in Makefile.shlib. Modified Files: -- pgsql/doc/src/sg

Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

2008-11-24 Thread Tom Lane
[EMAIL PROTECTED] (Magnus Hagander) writes: > Add support for matching wildcard server certificates to the new SSL code. > This uses the function fnmatch() which is not available on all platforms > (notably Windows), so import the implementation from NetBSD into src/port. This has broken buildfarm

Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

2008-11-24 Thread Magnus Hagander
Tom Lane wrote: > [EMAIL PROTECTED] (Magnus Hagander) writes: >> Add support for matching wildcard server certificates to the new SSL code. >> This uses the function fnmatch() which is not available on all platforms >> (notably Windows), so import the implementation from NetBSD into src/port. > >

Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

2008-11-24 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > ... The other option is to have > autoconf substitute our own local version of fnmatch when this happens. > How would one go about to do that in autoconf asks the autoconf n00b? I'd try adding a little test program that tries to compile #inclu

Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

2008-11-24 Thread Magnus Hagander
Tom Lane wrote: > Magnus Hagander <[EMAIL PROTECTED]> writes: >> ... The other option is to have >> autoconf substitute our own local version of fnmatch when this happens. >> How would one go about to do that in autoconf asks the autoconf n00b? > > I'd try adding a little test program that tries t

[COMMITTERS] npgsql - Npgsql2: Fixed problem where parameters size wasn't being

2008-11-24 Thread User Fxjr
Log Message: --- Fixed problem where parameters size wasn't being handled with prepared statements. This fix Daniel AspNet Providers Ticket 7. Thanks Daniel for bringing this to my attention. http://dev.nauck-it.de/aspsqlprovider/ticket/7 Modified Files: -- Npgsql2/src

[COMMITTERS] pgsql: Disable FNM_CASEFOLD.

2008-11-24 Thread Magnus Hagander
Log Message: --- Disable FNM_CASEFOLD. Need a proper solution later, but just comment it out for now so the buildfarm recovers. Modified Files: -- pgsql/src/interfaces/libpq: fe-secure.c (r1.108 -> r1.109) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src