[COMMITTERS] pgpool - pgpool: version 2.7 - add child_max_connections.

2006-01-02 Thread User T-ishii
Log Message: --- version 2.7 - add child_max_connections. contributed by Pomarede Nicolas with minor changes by Tatsuo - add ignore_leading_white_space - fix problem with copy on V2 protocol - fix master/slave handling - fix extended query Modified Files: -- pgpool:

[COMMITTERS] wikipedia - wikipgedia: further backport of changes to special pages

2006-01-02 Thread Sven Klemm
Log Message: --- further backport of changes to special pages Modified Files: -- wikipgedia/includes: SpecialImagelist.php (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/SpecialImagelist.php.diff?r1=1.1.1.1&r2=

[COMMITTERS] wikipedia - wikipgedia: backporting changes in specialpages from

2006-01-02 Thread Sven Klemm
Log Message: --- backporting changes in specialpages from mediawiki head Modified Files: -- wikipgedia/includes: SpecialAllmessages.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/SpecialAllmessages.php.diff?r1=

[COMMITTERS] wikipedia - wikipgedia: added Special:Listredirects from mediawiki head

2006-01-02 Thread Sven Klemm
Log Message: --- added Special:Listredirects from mediawiki head updated languages to mediawiki head Modified Files: -- wikipgedia/includes: SpecialPage.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/SpecialPag

[COMMITTERS] wikipedia - wikipgedia: updated Special:Search to mediawiki head (fixes

2006-01-02 Thread Sven Klemm
Log Message: --- updated Special:Search to mediawiki head (fixes two PHP warnings) Modified Files: -- wikipgedia/includes: SpecialSearch.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/SpecialSearch.php.diff?r1=

Re: [COMMITTERS] pgsql: Arrange to set the LC_XXX environment variables to match our

2006-01-02 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: >>> This patch appears to have killed win32 builds that *don't* have NLS >>> enabled: >> What's the appropriate behavior in this case --- just treat >> it as a no-op, as we do on Unix when LC_MESSAGES isn't defined? > Yes, I think that's correct. OK

[COMMITTERS] pgsql: Don't assume that LC_MESSAGES is always available on WIN32.

2006-01-02 Thread Tom Lane
Log Message: --- Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. Modified Files: -- pgsql/src/backend/utils/adt: pg_locale.c (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c.diff?r

[COMMITTERS] pgsql: Reset flex state in a way that works for both flex 2.5.4 and

2006-01-02 Thread Tom Lane
Log Message: --- Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/misc: guc-file.l (r1.32.2.1 -> r1.32.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backen

[COMMITTERS] pgsql: Reset flex state in a way that works for both flex 2.5.4 and

2006-01-02 Thread Tom Lane
Log Message: --- Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. Modified Files: -- pgsql/src/backend/utils/misc: guc-file.l (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.

[COMMITTERS] pgsql: Remove the nexus between trial_buffs and trial_conns, and don't

2006-01-02 Thread Andrew Dunstan
Log Message: --- Remove the nexus between trial_buffs and trial_conns, and don't test shared buffers lower than or equal to a value we already know is good, but use that value instead. This will make it easier to adjust the trial values and/or formulae in future if necessary. Modified

Re: [COMMITTERS] pgsql: Arrange to set the LC_XXX environment variables to match our

2006-01-02 Thread Magnus Hagander
> > This patch appears to have killed win32 builds that *don't* have NLS > > enabled: > > > pg_locale.c:109: error: `LC_MESSAGES' undeclared (first use in this > > function) > > Silly me for assuming all WIN32 platforms are alike ;-) Yes, indeed! (LC_MESSAGES comes from libintl. Windows never su