[COMMITTERS] python - be: Rely on the constant being defined rather than the version

2005-05-11 Thread James William Pye
Log Message: --- Rely on the constant being defined rather than the version that it is thought to be defined with. Modified Files: -- be/src: constants.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/constants.c.diff?r1=1.6&r2=1.

[COMMITTERS] python - web: Add q and a regarding missing pthread symbol in FreeBSD.

2005-05-11 Thread James William Pye
Log Message: --- Add q and a regarding missing pthread symbol in FreeBSD. Modified Files: -- web/src/documentation/content/xdocs: faq.xml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/faq.xml.diff?r1=

[COMMITTERS] python - web: Hold off on dist and pq.

2005-05-11 Thread James William Pye
Log Message: --- Hold off on dist and pq. (Focus efforts on fe, instead of pq) Modified Files: -- web/src/documentation/content/xdocs: index.xml (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/index.xml

[COMMITTERS] python - web: Make BSDL the primary license, add more alternative

2005-05-11 Thread James William Pye
Log Message: --- Make BSDL the primary license, add more alternative licenses. This will reverberate throughout the other trees with the removal of license-stamps in the sources, and the addition/alteration of the LICENSE file. Modified Files: -- web/src/documentation/conte

[COMMITTERS] pgsql: This patch makes some minor style cleanups to contrib/btree_gist:

2005-05-11 Thread Neil Conway
Log Message: --- This patch makes some minor style cleanups to contrib/btree_gist: remove the "extern" keyword from function definitions, reorganize some PG_GETARG_XXX() usage, and similar. Modified Files: -- pgsql/contrib/btree_gist: btree_bit.c (r1.3 -> r1.4)

[COMMITTERS] pgsql: Give pg_regress a --load-language option, so that it can be used

2005-05-11 Thread Tom Lane
Log Message: --- Give pg_regress a --load-language option, so that it can be used to test other PLs besides plpgsql. Andrew Dunstan Modified Files: -- pgsql/src/test/regress: GNUmakefile (r1.48 -> r1.49) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] pgsql: a small tweak to enable display in the log file of database name

2005-05-11 Thread Bruce Momjian
Log Message: --- a small tweak to enable display in the log file of database name before table name when VACUUMing or ANALYZing a table. Cosimo Streppone Modified Files: -- pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.33 -> r1.34) (http://developer.pos

[COMMITTERS] pgsql: This patch will ensure that the hash table iteration performed by

2005-05-11 Thread Bruce Momjian
Log Message: --- This patch will ensure that the hash table iteration performed by AtCommit_Portals is restarted when a portal is deleted. This is necessary since the deletion of a portal may cause the deletion of another which on rare occations may cause the iterator to return a deleted po

[COMMITTERS] pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using

2005-05-11 Thread Bruce Momjian
Log Message: --- Fix pg_autovacuum -s flag to handle values > 2000 by using sleep() instead of pg_usleep. Backpatch to 8.0.X. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.27.4.3 -> r1.27.4.4) (http://develop

[COMMITTERS] pgsql: Fix pg_autovacuum -s flag to handle values > 2000 by using

2005-05-11 Thread Bruce Momjian
Log Message: --- Fix pg_autovacuum -s flag to handle values > 2000 by using sleep() instead of pg_usleep. Backpatch to 8.0.X. Modified Files: -- pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Update FAQ URLs.

2005-05-11 Thread Bruce Momjian
Log Message: --- Update FAQ URLs. Robert Treat Modified Files: -- pgsql/doc: FAQ_DEV (r1.94 -> r1.95) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.94&r2=1.95) FAQ_german (r1.19 -> r1.20) (http://developer.postgre

[COMMITTERS] pgsql: Update FAQ URLs.

2005-05-11 Thread Bruce Momjian
Log Message: --- Update FAQ URLs. Robert Treat Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: FAQ_DEV (r1.81.4.3 -> r1.81.4.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.81.4.3&r2=1.81.4.4) FAQ_german (r1.18.4.

[COMMITTERS] pgsql: Document where to download free Microsoft and Borland development

2005-05-11 Thread Bruce Momjian
Log Message: --- Document where to download free Microsoft and Borland development tools. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.23.4.1 -> r1.23.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/

[COMMITTERS] pgsql: Document where to download free Microsoft and Borland development

2005-05-11 Thread Bruce Momjian
Log Message: --- Document where to download free Microsoft and Borland development tools. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.

[COMMITTERS] pgsql: Document that bcc compiles now need the -N flag, backpatch to

2005-05-11 Thread Bruce Momjian
Log Message: --- Document that bcc compiles now need the -N flag, backpatch to 8.0.X. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.23&r

[COMMITTERS] pgsql: Document that bcc compiles now need the -N flag, backpatch to

2005-05-11 Thread Bruce Momjian
Log Message: --- Document that bcc compiles now need the -N flag, backpatch to 8.0.X. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.23 -> r1.23.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ins

[COMMITTERS] pgsql: Update Chinese FAQ, per Magnus.

2005-05-11 Thread Bruce Momjian
Log Message: --- Update Chinese FAQ, per Magnus. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/FAQ: FAQ_chinese.html (r1.1.2.2 -> r1.1.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_chinese.html.diff?r1=1.1.2.2&r2=1.1.2.

[COMMITTERS] pgsql: Update Chinese FAQ, per Magnus.

2005-05-11 Thread Bruce Momjian
Log Message: --- Update Chinese FAQ, per Magnus. Modified Files: -- pgsql/doc/src/FAQ: FAQ_chinese.html (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_chinese.html.diff?r1=1.2&r2=1.3) ---(end of bro

[COMMITTERS] pgsql: Tag 1000000L as long for compuation.

2005-05-11 Thread Bruce Momjian
Log Message: --- Tag 100L as long for compuation. Modified Files: -- pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.31&r2=1.32) ---

[COMMITTERS] pgsql: Backpatch mention that not all functions are listed, with

2005-05-11 Thread Bruce Momjian
Log Message: --- Backpatch mention that not all functions are listed, with spelling fix. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.234.4.5 -> r1.234.4.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fun

Re: [COMMITTERS] pgsql: Add mention that not all functions are listed.

2005-05-11 Thread Neil Conway
Bruce Momjian wrote: Add mention that not all functions are listed. Seems you forgot to backport the change to func.sgml. When you do it, be sure to fix the typo in the func.sgml changes -- I've already fixed it in HEAD. -Neil ---(end of broadcast)

Re: [COMMITTERS] pgsql: Add mention that not all functions are listed.

2005-05-11 Thread Bruce Momjian
Neil Conway wrote: > Bruce Momjian wrote: > > Add mention that not all functions are listed. > > Seems you forgot to backport the change to func.sgml. When you do it, be > sure to fix the typo in the func.sgml changes -- I've already fixed it > in HEAD. OK, I wasn't going to backpatch it, but y

[COMMITTERS] pgsql: Fix newly introduced spelling error.

2005-05-11 Thread Neil Conway
Log Message: --- Fix newly introduced spelling error. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.246 -> r1.247) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.246&r2=1.247) ---(end of br

[COMMITTERS] pgsql: Add mention that not all functions are listed.

2005-05-11 Thread Bruce Momjian
Log Message: --- Add mention that not all functions are listed. Update Chinese FAQ for HTML. Modified Files: -- pgsql/doc: FAQ_chinese (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese.diff?r1=1.1&r2=1.2) pgsql/doc/src/FA

[COMMITTERS] pgsql: Add mention that not all functions are listed.

2005-05-11 Thread Bruce Momjian
Log Message: --- Add mention that not all functions are listed. Update Chinese FAQ for HTML. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: FAQ_chinese (r1.1.2.1 -> r1.1.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese.diff?r