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.8
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
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
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)
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)
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)
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)
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)
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)
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
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=
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.cg
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.r
13 matches
Mail list logo