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:
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=
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=
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
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=
"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
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
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
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.
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
> > 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
11 matches
Mail list logo