[COMMITTERS] pgsql: Improve wording of error message when a postgresql.conf setting

2008-08-21 Thread Bruce Momjian
Log Message: --- Improve wording of error message when a postgresql.conf setting is ignored because it can only be set at server start. Modified Files: -- pgsql/src/backend/utils/misc: guc-file.l (r1.55 -> r1.56) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Arrange to convert EXISTS subqueries that are equivalent to

2008-08-21 Thread Tom Lane
Log Message: --- Arrange to convert EXISTS subqueries that are equivalent to hashable IN subqueries into the same thing you'd have gotten from IN (except always with unknownEqFalse = true, so as to get the proper semantics for an EXISTS). I believe this fixes the last case within CVS HEAD i

[COMMITTERS] pgsql: Mention that pg_dump does not dump ALTER DATABASE ...

2008-08-21 Thread Bruce Momjian
Log Message: --- Mention that pg_dump does not dump ALTER DATABASE ... SET commands; backpatch to 8.3.X. Also fix markup that had just one bullet. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: pg_dump.sgml (r1.98 -> r1.98.2.1) (http:

[COMMITTERS] pgsql: Mention that pg_dump does not dump ALTER DATABASE ...

2008-08-21 Thread Bruce Momjian
Log Message: --- Mention that pg_dump does not dump ALTER DATABASE ... SET commands; backpatch to 8.3.X. Also fix markup that had just one bullet. Modified Files: -- pgsql/doc/src/sgml/ref: pg_dump.sgml (r1.103 -> r1.104) (http://anoncvs.postgresql.org/cvs

[COMMITTERS] pgsql: Update URL.

2008-08-21 Thread Alvaro Herrera
Log Message: --- Update URL. Modified Files: -- pgsql/doc: TODO (r1.2503 -> r1.2504) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2503&r2=1.2504) -- Sent via pgsql-committers mailing list ([email protected]) To make changes

[COMMITTERS] pgsql: Autoconf 2.62 will require cache variables to contain "_cv_".

2008-08-21 Thread Peter Eisentraut
Log Message: --- Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few noncomplying cases to be future-proof. Modified Files: -- pgsql: configure (r1.601 -> r1.602) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.601&r2=1