[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)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[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.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-misc.c.diff?r1=1.85.2.1&r2=1.85.2.2)

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[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.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-misc.c.diff?r1=1.103&r2=1.103.2.1)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[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/src/interfaces/libpq/fe-misc.c.diff?r1=1.115&r2=1.116)

---(end of broadcast)---
TIP 6: explain analyze is your friend


[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.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-misc.c.diff?r1=1.112&r2=1.112.4.1)

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[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.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-misc.c.diff?r1=1.65&r2=1.65.2.1)

---(end of broadcast)---
TIP 6: explain analyze is your friend


[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 groups, since server
no longer does anything with these except emit a rude message.
There is much more to be done to update pg_dumpall for the roles feature,
but this at least makes it usable again.  Per gripe from Chris K-L.

Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dumpall.c (r1.62 -> r1.63)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.62&r2=1.63)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[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)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.29&r2=1.29.4.1)

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[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.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.30&r2=1.31)

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[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.cgi/pgsql/contrib/tablefunc/tablefunc.c.diff?r1=1.36&r2=1.37)
pgsql/contrib/xml2:
xpath.c (r1.6 -> r1.7)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c.diff?r1=1.6&r2=1.7)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster