Log Message:
---
[ Patch to 7.4.X.]
In several places PL/Python was calling PyObject_Str() and then
PyString_AsString() without checking if the former had returned
NULL to indicate an error. PyString_AsString() doesn't expect a
NULL argument, so passing one causes a segmentation fault. T
Log Message:
---
Wording cleanup.
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.66&r2=1.67)
libpq.sgml (r1.190 -> r1.191)
(http://develop
Log Message:
---
Document why PQtrace and ecpg debug() can crash the application if the
DLL compiles to not match the application.
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.65 -> r1.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sg
Log Message:
---
Cleanups for recent addition to log_connections documentation.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.22&r2=1.23)
---
Log Message:
---
Improve wording.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.21&r2=1.22)
---(end of broadcast)
Log Message:
---
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Modified Files:
--
pgsql/contrib/intarray:
_int_bool.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_bool.c.diff?r1=1.4&r2=1.5)
Log Message:
---
Add mention of duplicate connection messages from psql, per Andrew.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.20&r2=1.21)
--
Log Message:
---
Update release notes for 4-byte UTF mappings.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.375 -> r1.376)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.375&r2=1.376)
--
Log Message:
---
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Modified Files:
--
pgsql/src/backend/access/nbtree:
nbtinsert.c (r1.124 -> r1.125)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtinsert.
Log Message:
---
Document change in large object snapshotting behavior as a version
compatibility issue.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.374 -> r1.375)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?
Log Message:
---
Suppress signed-vs-unsigned-char warnings in contrib.
Modified Files:
--
pgsql/contrib/dbase:
dbf.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dbase/dbf.c.diff?r1=1.7&r2=1.8)
dbf.h (r1.6 -> r1.7)
Log Message:
---
Added ability to talk to the channel if asked to even if bot is in mute mode
Modified Files:
--
docbot:
docbot.pl (r1.50 -> r1.51)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.50&r2=1.51)
-
Log Message:
---
Suppress signed-vs-unsigned-char warnings.
Modified Files:
--
pgsql/src/backend/catalog:
pg_conversion.c (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_conversion.c.diff?r1=1.25&r2=1.26)
pgsql/
Log Message:
---
In a machine where INT64_IS_BUSTED, we can only support 32-bit values
for int8 and related types. However we might be talking to a client
that has working int64; so pq_getmsgint64 really needs to check the
incoming value and throw an overflow error if we can't represent it
14 matches
Mail list logo