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
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
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:
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
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
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