Log Message:
---
When an ERROR happens on a dblink remote connection, take
pains to pass the ERROR message components locally, including
using the passed SQLSTATE. Also wrap the passed info in an
appropriate CONTEXT message. Addresses complaint by Henry
Combrinck. Joe Conway, with much good
Log Message:
---
Fix psql's \d and allied commands to work with all server versions back to 7.4.
Guillaume Lelarge, with some additional fixes by me.
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.208 -> r1.209)
(http://anoncvs.postgresql.org/
Log Message:
---
Update source code comment about when to use gettext_noop().
Modified Files:
--
pgsql/src/include:
c.h (r1.228 -> r1.229)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h?r1=1.228&r2=1.229)
--
Sent via pgsql-committers mail
Log Message:
---
Fixed incompatibility with PostgreSQL 8.3's new transaction id model.
WARNING!
NOTE that the change in storage type from int to bigint for transaction ids
means that this is not a compatible upgrade from previous versions of AuPG.
It should be possible to convert from i
Log Message:
---
Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,
fix by Kris Jurka.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.68.2.2 -> r1.68.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi
Log Message:
---
Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,
fix by Kris Jurka.
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.74 -> r1.75)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c