Re: [COMMITTERS] pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall

2010-06-08 Thread Teodor Sigaev

Add missed function dblink_connect_u(text[,text]) to uninstall script

Hm, why'd you stop at 8.2?  That function is present all the way back
to 7.4.


Versions before 8.2 don't have an unistall  scripts for contrib modules

--
Teodor Sigaev   E-mail: teo...@sigaev.ru
   WWW: http://www.sigaev.ru/

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Make procedural language handler reference C-language function

2010-06-08 Thread Robert Haas
Log Message:
---
Make procedural language handler reference C-language function docs.

Based on suggestions from Jonathan Leto and Joshua Tolley.

Modified Files:
--
pgsql/doc/src/sgml:
plhandler.sgml (r1.10 -> r1.11)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plhandler.sgml?r1=1.10&r2=1.11)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in the header comment.

2010-06-08 Thread Tatsuo Ishii
Log Message:
---
Fix typo in the header comment. Per request from Masao Fujii.

Modified Files:
--
pgsql/src/backend/replication:
walreceiver.c (r1.12 -> r1.13)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walreceiver.c?r1=1.12&r2=1.13)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.92 -> r1.93)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.92&r2=1.93)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL8_4_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.82.2.3 -> r1.82.2.4)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.82.2.3&r2=1.82.2.4)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL8_3_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.69.2.4 -> r1.69.2.5)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.69.2.4&r2=1.69.2.5)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL8_2_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.60.2.6 -> r1.60.2.7)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.60.2.6&r2=1.60.2.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL8_1_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.48.2.7 -> r1.48.2.8)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.48.2.7&r2=1.48.2.8)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL8_0_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.38.4.5 -> r1.38.4.6)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.38.4.5&r2=1.38.4.6)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
end with "duplicate connection name" errors.

Backported to release 7.4.

Tags:

REL7_4_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.25.4.7 -> r1.25.4.8)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.25.4.7&r2=1.25.4.8)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.

2010-06-08 Thread Robert Haas
Log Message:
---
Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.

The previous code failed to quote in many cases where quoting was necessary -
YAML has loads of special characters, including -:[]{},"'|*& - so quote much
more aggressively, and only refrain from quoting things where it seems fairly
clear that it isn't necessary.

Per report from Dean Rasheed.

Modified Files:
--
pgsql/src/backend/commands:
explain.c (r1.204 -> r1.205)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.204&r2=1.205)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Avoid "identifier will be truncated" warning in dblink when

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Avoid "identifier will be truncated" warning in dblink
when connection string is longer than NAMEDATALEN.
The previous fix for long connection name broke the behavior.

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.93 -> r1.94)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.93&r2=1.94)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Avoid "identifier will be truncated" warning in dblink when

2010-06-08 Thread Takahiro Itagaki
Log Message:
---
Avoid "identifier will be truncated" warning in dblink
when connection string is longer than NAMEDATALEN.
The previous fix for long connection name broke the behavior.

Tags:

REL8_4_STABLE

Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.82.2.4 -> r1.82.2.5)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.82.2.4&r2=1.82.2.5)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers