[COMMITTERS] pgsql: Tag us Beta1

2006-09-22 Thread PostgreSQL Daemon
Log Message: --- Tag us Beta1 Modified Files: -- pgsql: configure (r1.504 -> r1.505) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.504&r2=1.505) configure.in (r1.474 -> r1.475) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Fix pg_locks view to call advisory locks advisory locks, while

2006-09-22 Thread Tom Lane
Log Message: --- Fix pg_locks view to call advisory locks advisory locks, while preserving backward compatibility for anyone using the old userlock code that's now on pgfoundry --- locks from that code still show as 'userlock'. Modified Files: -- pgsql/doc/src/sgml:

[COMMITTERS] press - pr: Third draft of release; added presskit.html

2006-09-22 Thread User Aglio
Log Message: --- Third draft of release; added presskit.html Modified Files: -- pr/releases/8.2/en: release.txt (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/en/release.txt.diff?r1=1.9&r2=1.10) Added Files: ---

[COMMITTERS] pgsql: Fix bugs in plpgsql and ecpg caused by assuming that isspace()

2006-09-22 Thread Tom Lane
Log Message: --- Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only return true for exactly the characters treated as whitespace by their flex scanners. Per report from Victor Snezhko and subsequent investigation. Also fix a passel of unsafe usages of functions, th

[COMMITTERS] pgsql: Surely this temp buffer needn't be static.

2006-09-22 Thread Tom Lane
Log Message: --- Surely this temp buffer needn't be static. Modified Files: -- pgsql/src/bin/scripts: common.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c.diff?r1=1.21&r2=1.22) ---(end

[COMMITTERS] pgsql: Rearrange yes/no prompting code so that the prompts always show

2006-09-22 Thread Peter Eisentraut
Log Message: --- Rearrange yes/no prompting code so that the prompts always show the (possibly (un)translated) letters that are actually expected as input. Also reject invalid responses instead of silenty taken them as "no". with help from Bernd Helmle Modified Files: -- p

[COMMITTERS] pgsql: Add to major release notes items, per Simon.

2006-09-22 Thread Bruce Momjian
Log Message: --- Add to major release notes items, per Simon. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.452 -> r1.453) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.452&r2=1.453) ---

[COMMITTERS] pgsql: Add units to the default postgresql.conf.

2006-09-22 Thread Peter Eisentraut
Log Message: --- Add units to the default postgresql.conf. For the most part, this should match what SHOW displays as default value, to make the user experience uniform. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.350 -> r1.351) (http://deve

[COMMITTERS] pgsql: Move incorrectly-located indexterm entry.

2006-09-22 Thread Tom Lane
Log Message: --- Move incorrectly-located indexterm entry. Modified Files: -- pgsql/doc/src/sgml: datetime.sgml (r2.53 -> r2.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datetime.sgml.diff?r1=2.53&r2=2.54) ---(

[COMMITTERS] pgsql: Update timezone documentation to reflect current reality: instead

2006-09-22 Thread Tom Lane
Log Message: --- Update timezone documentation to reflect current reality: instead of giving tables of known timezone names, refer the user to the system views. Joachim Wieland Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.175 -> r1.176) (http://

[COMMITTERS] docbot - docbot: Updated the bot contents

2006-09-22 Thread David Fetter
Log Message: --- Updated the bot contents Modified Files: -- docbot: rtfm_please.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/rtfm_please.sql.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] pgsql: Update release notes to only use HTML4 entities.

2006-09-22 Thread Bruce Momjian
Log Message: --- Update release notes to only use HTML4 entities. Add URL's to mention proper entity lists. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.451 -> r1.452) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.d

[COMMITTERS] pgsql: We're going to have to spell dotless i as plain i, because

2006-09-22 Thread Tom Lane
Log Message: --- We're going to have to spell dotless i as plain i, because dotless i is not in the character set supported by DocBook nor standard HTML. (Sorry Volkan.) Also replace random character-set references by a pointer to the actual standard. Modified Files: -- p

[COMMITTERS] pgsql: Fix a lot of broken markup.

2006-09-22 Thread Tom Lane
Log Message: --- Fix a lot of broken markup. Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.75 -> r1.76) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.75&r2=1.76) ---(end of broadcast)-

[COMMITTERS] pginstaller - pginst: Update introductory text

2006-09-22 Thread User Dpage
Log Message: --- Update introductory text Modified Files: -- pginst/lang: de_welcome.rtf (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de_welcome.rtf.diff?r1=1.6&r2=1.7) fr_welcome.rtf (r1.4 -> r1.5) (h

[COMMITTERS] bizgres - bizgres: Update OID numbers for catalog changes to avoid clash

2006-09-22 Thread User Markir
Log Message: --- Update OID numbers for catalog changes to avoid clash with Postgres 8.2. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: README (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src

[COMMITTERS] pginstaller - pginst: Updates for pl/java, psqlODBC

2006-09-22 Thread User Dpage
Log Message: --- Updates for pl/java, psqlODBC Modified Files: -- pginst/util: builddir.pl (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/builddir.pl.diff?r1=1.6&r2=1.7) pginst/wxi: Makefile (r1.15 -> r1.16)

[COMMITTERS] pginstaller - pginst: JDBC update

2006-09-22 Thread User Dpage
Log Message: --- JDBC update Modified Files: -- pginst/wxs: pginst.wxs (r1.168 -> r1.169) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.168&r2=1.169) ---(end of broadcast)--