[COMMITTERS] pgsql: Update release notes for 8.1.

2005-08-22 Thread Bruce Momjian
Log Message: --- Update release notes for 8.1. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.337 -> r1.338) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.337&r2=1.338) ---(end of bro

[COMMITTERS] pgsql: Fix wrong dependency on owner created by ALTER OPCLASS OWNER.

2005-08-22 Thread Tom Lane
Log Message: --- Fix wrong dependency on owner created by ALTER OPCLASS OWNER. Per Alvaro. Modified Files: -- pgsql/src/backend/commands: opclasscmds.c (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/opclasscmds.c.dif

[COMMITTERS] pgsql: Fix SGML sect1-3 alignment in the 8.0.X series.

2005-08-22 Thread Bruce Momjian
Log Message: --- Fix SGML sect1-3 alignment in the 8.0.X series. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.336 -> r1.337) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.336&r2=1.337)

[COMMITTERS] bizgres - bizgres:

2005-08-22 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL/setup: clickstreamExample.dmp.bz2 (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/clickstreamExample.dmp.bz2.diff?r1=1.1&r2=1.2) clickstreamBlank.dmp.bz2 (r1.4

[COMMITTERS] pgsql: Rewrite gather-write patch into something less obviously bolted

2005-08-22 Thread Tom Lane
Log Message: --- Rewrite gather-write patch into something less obviously bolted on after the fact. Fix bug with incorrect test for whether we are at end of logfile segment. Arrange for writes triggered by XLogInsert's is-cache-more-than-half-full test to synchronize with the cache bounda

[COMMITTERS] pgsql: Update documentation that non-super users can now do ALTER OWNER.

2005-08-22 Thread Bruce Momjian
Log Message: --- Update documentation that non-super users can now do ALTER OWNER. Modified Files: -- pgsql/doc/src/sgml/ref: alter_table.sgml (r1.79 -> r1.80) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_table.sgml.diff?r1=1.79&

[COMMITTERS] pgsql: Back out incorrect use of E'' escape addition.

2005-08-22 Thread Bruce Momjian
Log Message: --- Back out incorrect use of E'' escape addition. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.308 -> r1.309) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.308&r2=1.30

[COMMITTERS] pgsql: Cause ALTER INDEX OWNER to generate a warning and do nothing,

2005-08-22 Thread Tom Lane
Log Message: --- Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than erroring out as it has done for the last couple weeks. Document that this form is now ignored because indexes can't usefully have different owners from their parent tables. Fix pg_dump to not genera

[COMMITTERS] pgsql: Improve xid wraparound message (the server isn't really shut

2005-08-22 Thread Bruce Momjian
Log Message: --- Improve xid wraparound message (the server isn't really shut down, just not accepting queries). errmsg("database is not accepting queries to avoid wraparound data loss in database \"%s\"", errhint("Stop the postmaster and use a standalone

[COMMITTERS] bizgres - bizgres: Spelled the word "Geographic" correctly.

2005-08-22 Thread User Bklawans
Log Message: --- Spelled the word "Geographic" correctly. Modified Files: -- bizgres/JasperReports/reports: DailyGeographicActivity.jrxml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGeographicActivi

[COMMITTERS] bizgres - bizgres: Default port changed to 5432.

2005-08-22 Thread User Llonergan
Log Message: --- Default port changed to 5432. Modified Files: -- bizgres: build.xml (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/build.xml.diff?r1=1.10&r2=1.11) common.xml (r1.10 -> r1.11) (http://cvs.pgfou

[COMMITTERS] pgsql: enable_constraint_exclusion => constraint_exclusion Also improve

2005-08-22 Thread Bruce Momjian
Log Message: --- enable_constraint_exclusion => constraint_exclusion Also improve wording. Modified Files: -- pgsql/doc: TODO (r1.1624 -> r1.1625) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1624&r2=1.1625) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Fix unwanted denial of ALTER OWNER rights to superusers.

2005-08-22 Thread Tom Lane
Log Message: --- Fix unwanted denial of ALTER OWNER rights to superusers. There was some discussion of getting around this by relaxing the checks made for regular users, but I'm disinclined to toy with the security model right now, so just special-case it for superusers where needed. Modi

[COMMITTERS] pgsql: Use an initdb-time test to see if the local version of

2005-08-22 Thread Tom Lane
Log Message: --- Use an initdb-time test to see if the local version of getaddrinfo() chokes on IPv6 addresses, and comment out the IPv6 entry in the default pg_hba.conf if so. Per Andrew Dunstan. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.94 -> r1.95)