[COMMITTERS] python - be: Add README.

2005-12-23 Thread James William Pye
Log Message: --- Add README. Provides basic build instructions and contact information. Added Files: --- be: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/README?rev=1.1&content-type=text/x-cvsweb-markup) ---(end

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

2005-12-23 Thread Tatsuo Ishii
> 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 t

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

2005-12-23 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] pgsql: Wups, fat-fingered the calculation the first time.

2005-12-23 Thread Tom Lane
Log Message: --- Wups, fat-fingered the calculation the first time. Update comment in postgresql.conf.sample too. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.358 -> r1.359) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.

[COMMITTERS] pgsql: Update info about shared memory space calculation to match CVS

2005-12-23 Thread Tom Lane
Log Message: --- Update info about shared memory space calculation to match CVS tip's behavior. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.357 -> r1.358) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.357&

[COMMITTERS] pgsql: Fix make_relative_path() to support cases where target_path and

2005-12-23 Thread Tom Lane
Log Message: --- Fix make_relative_path() to support cases where target_path and bin_path differ by more than the last directory component. Instead of insisting that they match up to the last component, accept whatever common prefix they have, and try to replace the non-matching part of bi

[COMMITTERS] pgsql: Fix make_relative_path() to support cases where target_path and

2005-12-23 Thread Tom Lane
Log Message: --- Fix make_relative_path() to support cases where target_path and bin_path differ by more than the last directory component. Instead of insisting that they match up to the last component, accept whatever common prefix they have, and try to replace the non-matching part of bi

[COMMITTERS] pgsql: Fix make_relative_path() to support cases where target_path and

2005-12-23 Thread Tom Lane
Log Message: --- Fix make_relative_path() to support cases where target_path and bin_path differ by more than the last directory component. Instead of insisting that they match up to the last component, accept whatever common prefix they have, and try to replace the non-matching part of bi

[COMMITTERS] wikipedia - wikipgedia: backporting changes from mediawiki head added

2005-12-23 Thread Sven Klemm
Log Message: --- backporting changes from mediawiki head added SpecialMostlinkedcategories and SpecialWantedcategories Modified Files: -- wikipgedia: index.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/index.php.diff?r

[COMMITTERS] pgbuildfarm - client-code: fix seek bug - params were wrong way round

2005-12-23 Thread User Andrewd
Log Message: --- fix seek bug - params were wrong way round no very bad effects, except that we grabbed more of the db log on stopping than we wanted. Modified Files: -- client-code: run_build.pl (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] wikipedia - wikipgedia: further bugfixes backported from mediawiki 1.5.4

2005-12-23 Thread Sven Klemm
Log Message: --- further bugfixes backported from mediawiki 1.5.4 Modified Files: -- wikipgedia/includes: Article.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/Article.php.diff?r1=1.2&r2=1.3) DefaultSe

[COMMITTERS] pgbuildfarm - client-code: - silence warnings about undefined verbose

2005-12-23 Thread User Andrewd
Log Message: --- - silence warnings about undefined verbose value - add NO_LOCALE flag for check target - still issues on postgres side ;-( - add db logfile extract to stop/start logs Modified Files: -- client-code: run_build.pl (r1.54 -> r1.55) (http:/

[COMMITTERS] pgsql: Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the

2005-12-23 Thread Peter Eisentraut
Log Message: --- Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state of having no password. Modified Files: -- pgsql/doc/src/sgml/ref: create_role.sgml (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/

[COMMITTERS] wikipedia - wikipgedia: fixed typo in entities2literals.pl

2005-12-23 Thread Sven Klemm
Log Message: --- fixed typo in entities2literals.pl Modified Files: -- wikipgedia/maintenance: entities2literals.pl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/maintenance/entities2literals.pl.diff?r1=1.1.1.1&r2=1.2)

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

2005-12-23 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Freitag, 23. Dezember 2005 02:16 schrieb Tom Lane: >> 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

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

2005-12-23 Thread Peter Eisentraut
Am Freitag, 23. Dezember 2005 02:16 schrieb Tom Lane: > 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. I was working on a more-or-less identical patch