[COMMITTERS] pgsql: Relax an Assert() that has been found to be too strict in some

2007-01-23 Thread Tom Lane
Log Message: --- Relax an Assert() that has been found to be too strict in some situations involving unions of types having typmods. Variants of the failure are known to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since the code exists that far back, I'll just patch

[COMMITTERS] pgsql: Relax an Assert() that has been found to be too strict in some

2007-01-23 Thread Tom Lane
Log Message: --- Relax an Assert() that has been found to be too strict in some situations involving unions of types having typmods. Variants of the failure are known to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since the code exists that far back, I'll just patch

[COMMITTERS] pgsql: Relax an Assert() that has been found to be too strict in some

2007-01-23 Thread Tom Lane
Log Message: --- Relax an Assert() that has been found to be too strict in some situations involving unions of types having typmods. Variants of the failure are known to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since the code exists that far back, I'll just patch

[COMMITTERS] pgsql: Relax an Assert() that has been found to be too strict in some

2007-01-23 Thread Tom Lane
Log Message: --- Relax an Assert() that has been found to be too strict in some situations involving unions of types having typmods. Variants of the failure are known to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since the code exists that far back, I'll just patch

[COMMITTERS] pgsql: Relax an Assert() that has been found to be too strict in some

2007-01-23 Thread Tom Lane
Log Message: --- Relax an Assert() that has been found to be too strict in some situations involving unions of types having typmods. Variants of the failure are known to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since the code exists that far back, I'll just patch

[COMMITTERS] pgsql: Simplify handling of XML error messages: Just use the string

2007-01-23 Thread Peter Eisentraut
Log Message: --- Simplify handling of XML error messages: Just use the string provided by libxml as the detail message. As per . For converting error codes to messages, we only need to cover those codes that we raise ourse

[COMMITTERS] pgsql: Update xindex.sgml to discuss operator families.

2007-01-23 Thread Tom Lane
Log Message: --- Update xindex.sgml to discuss operator families. Modified Files: -- pgsql/doc/src/sgml: xindex.sgml (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.55&r2=1.56) -

[COMMITTERS] pgsql: Update pg_dump to support dumping operator families.

2007-01-23 Thread Tom Lane
Log Message: --- Update pg_dump to support dumping operator families. Modified Files: -- pgsql/src/bin/pg_dump: common.c (r1.95 -> r1.96) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/common.c.diff?r1=1.95&r2=1.96) pg_backup_arch

[COMMITTERS] pgsql: Add comment about exception lists in both winnt.h and ntstatus.h.

2007-01-23 Thread Bruce Momjian
Log Message: --- Add comment about exception lists in both winnt.h and ntstatus.h. Modified Files: -- pgsql/src/include/port: win32.h (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.69&r2=1.70)

[COMMITTERS] pgsql: This patch is required for vcbuild to work after the changes to

2007-01-23 Thread Alvaro Herrera
Log Message: --- This patch is required for vcbuild to work after the changes to pg_proc.h (it's the same changes that's in gen_fmgrtab.sh in the unix build). Patch from Magnus Hagander. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.6 -> r1.7) (