[COMMITTERS] pgsql: testing activitymail

2005-07-08 Thread PostgreSQL Daemon
Log Message: --- testing activitymail Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.58&r2=1.59) ---(end of broadcast)-

[COMMITTERS] pgsql: Make libpq_gettext save and restore errno in a Windows-compatible

2005-07-08 Thread Tom Lane
Log Message: --- Make libpq_gettext save and restore errno in a Windows-compatible way. Also, back-patch fix into back branches. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-misc.c (r1.85.2.1 -> r1.85.2.2) (http://developer.po

[COMMITTERS] pgsql: Make libpq_gettext save and restore errno in a Windows-compatible

2005-07-08 Thread Tom Lane
Log Message: --- Make libpq_gettext save and restore errno in a Windows-compatible way. Also, back-patch fix into back branches. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-misc.c (r1.103 -> r1.103.2.1) (http://developer.post

[COMMITTERS] pgsql: Make libpq_gettext save and restore errno in a Windows-compatible

2005-07-08 Thread Tom Lane
Log Message: --- Make libpq_gettext save and restore errno in a Windows-compatible way. Also, back-patch fix into back branches. Modified Files: -- pgsql/src/interfaces/libpq: fe-misc.c (r1.115 -> r1.116) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] pgsql: Make libpq_gettext save and restore errno in a Windows-compatible

2005-07-08 Thread Tom Lane
Log Message: --- Make libpq_gettext save and restore errno in a Windows-compatible way. Also, back-patch fix into back branches. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-misc.c (r1.112 -> r1.112.4.1) (http://developer.post

[COMMITTERS] pgsql: Make libpq_gettext save and restore errno in a Windows-compatible

2005-07-08 Thread Tom Lane
Log Message: --- Make libpq_gettext save and restore errno in a Windows-compatible way. Also, back-patch fix into back branches. Tags: REL7_2_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-misc.c (r1.65 -> r1.65.2.1) (http://developer.postgr

[COMMITTERS] pgsql: Try connecting to both postgres and template1 databases to do the

2005-07-08 Thread Tom Lane
Log Message: --- Try connecting to both postgres and template1 databases to do the initial inspection of shared catalogs. This allows pg_dumpall to continue to work with pre-8.1 servers that likely won't have a database named postgres. Also, suppress output of SYSID options for users and g

[COMMITTERS] pgsql: Fix config file lexer to not barf if postgresql.conf ends with a

2005-07-08 Thread Tom Lane
Log Message: --- Fix config file lexer to not barf if postgresql.conf ends with a comment that has no terminating newline. Per report from maps.on at gmx.net. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/misc: guc-file.l (r1.29 -> r1.29.4.1)

[COMMITTERS] pgsql: Fix config file lexer to not barf if postgresql.conf ends with a

2005-07-08 Thread Tom Lane
Log Message: --- Fix config file lexer to not barf if postgresql.conf ends with a comment that has no terminating newline. Per report from maps.on at gmx.net. Modified Files: -- pgsql/src/backend/utils/misc: guc-file.l (r1.30 -> r1.31) (http://developer.po

[COMMITTERS] pgsql: Fix inadequate error checking: you can't assume that

2005-07-08 Thread Tom Lane
Log Message: --- Fix inadequate error checking: you can't assume that fcinfo->resultinfo is a ReturnSetInfo unless you've tested it with IsA. Modified Files: -- pgsql/contrib/tablefunc: tablefunc.c (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cg