[COMMITTERS] dbmirror - dbmirror: Removed dependencies on the postgresql/contrib

2006-09-18 Thread User Ssinger
Log Message: --- Removed dependencies on the postgresql/contrib makefile system (It no longer works, since it is no longer in the directory structure). Added/reverted to the simple makefile Modified Files: -- dbmirror: Makefile (r1.1.1.1 -> r1.2) (http://c

[COMMITTERS] pgsql: More 8.2 release item reordering.

2006-09-18 Thread Bruce Momjian
Log Message: --- More 8.2 release item reordering. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.440 -> r1.441) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.440&r2=1.441) ---(end of

[COMMITTERS] pgsql: Reorder 8.2 release note items more logically.

2006-09-18 Thread Bruce Momjian
Log Message: --- Reorder 8.2 release note items more logically. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.439 -> r1.440) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.439&r2=1.440) -

[COMMITTERS] pgsql: Update migration changes, more cleanups.

2006-09-18 Thread Bruce Momjian
Log Message: --- Update migration changes, more cleanups. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.438 -> r1.439) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.438&r2=1.439) ---

[COMMITTERS] bizgres - bizgres: Apply review patch from Gavin Sherry, with minor

2006-09-18 Thread User Markir
Log Message: --- Apply review patch from Gavin Sherry, with minor editorial changes. Modified Files: -- bizgres/postgresql/src/backend/commands: queue.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/comma

[COMMITTERS] pgsql: Properly mention in the release notes that fillfactor controls

2006-09-18 Thread Bruce Momjian
Log Message: --- Properly mention in the release notes that fillfactor controls both heap and indexes. Other cleanups. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.437 -> r1.438) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rel

[COMMITTERS] pgsql: Wrap long lines in 8.2 release notes.

2006-09-18 Thread Bruce Momjian
Log Message: --- Wrap long lines in 8.2 release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.436 -> r1.437) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.436&r2=1.437) ---(en

[COMMITTERS] pgsql: Updates from Jim Nasby.

2006-09-18 Thread Bruce Momjian
Log Message: --- Updates from Jim Nasby. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.435 -> r1.436) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.435&r2=1.436) ---(end of broadcast

[COMMITTERS] pgsql: Add built-in userlock manipulation functions to replace the

2006-09-18 Thread Tom Lane
Log Message: --- Add built-in userlock manipulation functions to replace the former contrib functionality. Along the way, remove the USER_LOCKS configuration symbol, since it no longer makes any sense to try to compile that out. No user documentation yet ... mmoncure has promised to write

[COMMITTERS] pgsql: Move 8.2 release documentation into SGML.

2006-09-18 Thread Bruce Momjian
Log Message: --- Move 8.2 release documentation into SGML. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.434 -> r1.435) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.434&r2=1.435) --

[COMMITTERS] pgsql: Make the order of the CASCADE and RESTRICT keywords in the DROP

2006-09-18 Thread Neil Conway
Log Message: --- Make the order of the CASCADE and RESTRICT keywords in the DROP OWNED syntax summary consistent with the other SQL reference pages. Patch from Euler Taveira de Oliveira. Modified Files: -- pgsql/doc/src/sgml/ref: drop_owned.sgml (r1.3 -> r1.4)

Re: [COMMITTERS] pgsql: Documentation for VALUES lists.

2006-09-18 Thread Joe Conway
Tom Lane wrote: Log Message: --- Documentation for VALUES lists. Joe Conway and Tom Lane Sorry, I should have mentioned this the other day, but the documentation patch was submitted by Gavin Sherry, not me. Joe ---(end of broadcast)-

[COMMITTERS] pgsql: Documentation for VALUES lists.

2006-09-18 Thread Tom Lane
Log Message: --- Documentation for VALUES lists. Joe Conway and Tom Lane Modified Files: -- pgsql/doc/src/sgml: dml.sgml (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/dml.sgml.diff?r1=1.13&r2=1.14) queries.sgml (r1

[COMMITTERS] pgsql: Add URL for commenting postgresql.conf: >

2006-09-18 Thread Bruce Momjian
Log Message: --- Add URL for commenting postgresql.conf: > http://archives.postgresql.org/pgsql-hackers/2006-09/msg01481.php Modified Files: -- pgsql/doc: TODO (r1.1987 -> r1.1988) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=

[COMMITTERS] pgsql: Add URL for UUID: > >

2006-09-18 Thread Bruce Momjian
Log Message: --- Add URL for UUID: > > http://archives.postgresql.org/pgsql-patches/2006-09/msg00209.php > Modified Files: -- pgsql/doc: TODO (r1.1986 -> r1.1987) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1986&r2=1.1987) p

[COMMITTERS] pgsql: Fix problems with column name list of CREATE TABLE AS being

2006-09-18 Thread Tom Lane
Log Message: --- Fix problems with column name list of CREATE TABLE AS being applied to the input query's target list too soon, causing it to affect processing of ORDER BY in the input query. Modified Files: -- pgsql/src/backend/parser: analyze.c (r1.350 -> r1.351)

[COMMITTERS] pgsql: Add item: > > * Set client encoding based on the client

2006-09-18 Thread Bruce Momjian
Log Message: --- Add item: > > * Set client encoding based on the client operating system encoding > > Currently client_encoding is set in postgresql.conf, which > defaults to the server encoding. Modified Files: -- pgsql/doc: TODO (r1.1985 -> r1.1986)

[COMMITTERS] pgsql: Add URL to UPDATE unique index case x=x+1: < >

2006-09-18 Thread Bruce Momjian
Log Message: --- Add URL to UPDATE unique index case x=x+1: < > http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php Modified Files: -- pgsql/doc: TODO (r1.1984 -> r1.1985) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.di

[COMMITTERS] pgsql: Improve wordings by David Fuhry <[EMAIL PROTECTED]>

2006-09-18 Thread Teodor Sigaev
Log Message: --- Improve wordings by David Fuhry <[EMAIL PROTECTED]> Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.87 -> r1.88) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.87&r2=1.88) gin.sgml (r2.3