[COMMITTERS] press - pr: Remove completely broken link that somehow confused the

2005-12-22 Thread User Mha
Log Message: --- Remove completely broken link that somehow confused the mirrorer. Can't beleiev we didn't see this one before :) Modified Files: -- pr/releases/8.1/el: presskit81.html.el (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/

[COMMITTERS] pgfouine - pgfouine: abitily to write several lines at once

2005-12-22 Thread User Gsmet
Log Message: --- abitily to write several lines at once Modified Files: -- pgfouine/include/reporting/artichow/php4/inc: Font.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/artichow/php4/inc/Font.cl

[COMMITTERS] pgfouine - pgfouine: more work on graphs

2005-12-22 Thread User Gsmet
Log Message: --- more work on graphs Modified Files: -- pgfouine/include/reporting/reports: HourlyStatsReport.class.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/HourlyStatsReport.class.php.diff?

[COMMITTERS] pgfouine - pgfouine: updated ChangeLog

2005-12-22 Thread User Gsmet
Log Message: --- updated ChangeLog Modified Files: -- pgfouine: ChangeLog (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- T

[COMMITTERS] pgsql: Update interval documenation to mention the storage system used.

2005-12-22 Thread Bruce Momjian
Log Message: --- Update interval documenation to mention the storage system used. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.163 -> r1.164) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.163&r2=1.164) -

[COMMITTERS] pgsql: Update interval documenation to mention the storage system used.

2005-12-22 Thread Bruce Momjian
Log Message: --- Update interval documenation to mention the storage system used. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.163 -> r1.163.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.s

[COMMITTERS] pgsql: Adjust string comparison so that only bitwise-equal strings are

2005-12-22 Thread Tom Lane
Log Message: --- Adjust string comparison so that only bitwise-equal strings are considered equal: if strcoll claims two strings are equal, check it with strcmp, and sort according to strcmp if not identical. This fixes inconsistent behavior under glibc's hu_HU locale, and probably under s

[COMMITTERS] pgsql: Adjust string comparison so that only bitwise-equal strings are

2005-12-22 Thread Tom Lane
Log Message: --- Adjust string comparison so that only bitwise-equal strings are considered equal: if strcoll claims two strings are equal, check it with strcmp, and sort according to strcmp if not identical. This fixes inconsistent behavior under glibc's hu_HU locale, and probably under s

[COMMITTERS] pgsql: Adjust string comparison so that only bitwise-equal strings are

2005-12-22 Thread Tom Lane
Log Message: --- Adjust string comparison so that only bitwise-equal strings are considered equal: if strcoll claims two strings are equal, check it with strcmp, and sort according to strcmp if not identical. This fixes inconsistent behavior under glibc's hu_HU locale, and probably under s

[COMMITTERS] pgsql: Adjust string comparison so that only bitwise-equal strings are

2005-12-22 Thread Tom Lane
Log Message: --- Adjust string comparison so that only bitwise-equal strings are considered equal: if strcoll claims two strings are equal, check it with strcmp, and sort according to strcmp if not identical. This fixes inconsistent behavior under glibc's hu_HU locale, and probably under s

[COMMITTERS] pgsql: Adjust string comparison so that only bitwise-equal strings are

2005-12-22 Thread Tom Lane
Log Message: --- Adjust string comparison so that only bitwise-equal strings are considered equal: if strcoll claims two strings are equal, check it with strcmp, and sort according to strcmp if not identical. This fixes inconsistent behavior under glibc's hu_HU locale, and probably under s

[COMMITTERS] pgsql: Update item: > > A more complex solution would be to save

2005-12-22 Thread Bruce Momjian
Log Message: --- Update item: > > A more complex solution would be to save multiple plans for different > cardinality and use the appropriate plan based on the EXECUTE values. > Modified Files: -- pgsql/doc: TODO (r1.1734 -> r1.1735) (http://developer

[COMMITTERS] pgsql: Add quotes around search_path "$user" so that SHOW output can be

2005-12-22 Thread Bruce Momjian
Log Message: --- Add quotes around search_path "$user" so that SHOW output can be used in SET. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.39 -> r1.40) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.39&r2=1.4

[COMMITTERS] pgsql: Add an officially exported libpq function to encrypt passwords,

2005-12-22 Thread Tom Lane
Log Message: --- Add an officially exported libpq function to encrypt passwords, and modify the previous \password patch to use it instead of depending on a not-officially-exported function. Per discussion. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.199

[COMMITTERS] pgsql: Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.

2005-12-22 Thread Tatsuo Ishii
Log Message: --- Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. Also make the code more robust by searching for target encoding in the internal charset map. Problem reported by Sagi Bashari on 2005/12/21. See "[BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding conver

[COMMITTERS] wikipedia - wikipgedia: additional check before eval

2005-12-22 Thread Sven Klemm
Log Message: --- additional check before eval Modified Files: -- wikipgedia/includes: Setup.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/Setup.php.diff?r1=1.2&r2=1.3) ---(end of broad

Re: [COMMITTERS] pgsql: Fix for rearranging encoding id ISO-8859-5

2005-12-22 Thread Neil Conway
Tatsuo Ishii wrote: Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. Also make the code more robust by searching for target encoding in the internal charset map. ISTM this patch, or some variant of it, should be applied to the REL8_1_STABLE branch, and any earlier release branches th

Re: [COMMITTERS] pgsql: Fix for rearranging encoding id ISO-8859-5

2005-12-22 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Tatsuo Ishii wrote: >> Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. >> Also make the code more robust by searching for target encoding >> in the internal charset map. > ISTM this patch, or some variant of it, should be applied to the > REL8_

Re: [COMMITTERS] pgsql: Fix for rearranging encoding id ISO-8859-5

2005-12-22 Thread Bruce Momjian
Tom Lane wrote: > Neil Conway <[EMAIL PROTECTED]> writes: > > Tatsuo Ishii wrote: > >> Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. > >> Also make the code more robust by searching for target encoding > >> in the internal charset map. > > > ISTM this patch, or some variant of it, sho