Log Message:
---
Added support for PostgreSQL 8.3.
Modified Files:
--
poststat:
poststat.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/poststat/poststat/poststat.c.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
Log Message:
---
Added support for 8.3.
Modified Files:
--
postbio:
interval.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/interval.c.diff?r1=1.3&r2=1.4)
postbio.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi
Log Message:
---
Added support for PostgreSQL 8.3.
Modified Files:
--
pllua:
pllua.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.12&r2=1.13)
plluaapi.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.o
Log Message:
---
Avoid misbehavior in foreign key checks when casting to a datatype for which
the parser supplies a default typmod that can result in data loss (ie,
truncation). Currently that appears to be only CHARACTER and BIT.
We can avoid the problem by specifying the type's internal
Log Message:
---
Add "automatically" to HOT release note description.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.578 -> r1.579)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.578&r2=1.579)
Log Message:
---
Some variants of ALTER OWNER tried to make the "object" field of the
statement be a list of bare C strings, rather than String nodes, which is
what they need to be for copyfuncs/equalfuncs to work. Fortunately these
node types never go out to disk (if they did, we'd likely
Log Message:
---
Some variants of ALTER OWNER tried to make the "object" field of the
statement be a list of bare C strings, rather than String nodes, which is
what they need to be for copyfuncs/equalfuncs to work. Fortunately these
node types never go out to disk (if they did, we'd likely
Log Message:
---
Some variants of ALTER OWNER tried to make the "object" field of the
statement be a list of bare C strings, rather than String nodes, which is
what they need to be for copyfuncs/equalfuncs to work. Fortunately these
node types never go out to disk (if they did, we'd likely
Log Message:
---
Some variants of ALTER OWNER tried to make the "object" field of the
statement be a list of bare C strings, rather than String nodes, which is
what they need to be for copyfuncs/equalfuncs to work. Fortunately these
node types never go out to disk (if they did, we'd likely
Log Message:
---
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
AlterTSConfigurationStmt. All utility statement node types are expected
to be supported here, though they do not have to have outfuncs/readfuncs
support. Found by running regression tests with COPY_PAR
Log Message:
---
Fix -F which was broken from logging facility feature. Per user gripe (thanks)
Modified Files:
--
pgloader/pgloader:
textreader.py (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader/textreader.py.diff?r
Log Message:
---
Fix msvc install for cases where msgfmt (from gettext) is in a directory
that contains spaces.
Per complaint from Gevik Babakhani, like the last one.
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.27 -> r1.28)
(http://developer.po
Log Message:
---
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
into an iteration over three parallel lists, I had accidentally put the lnext
steps outside the loop. Sigh. Per bug #3938.
Modified Files:
--
pgsql/src/backend/optimizer/path:
Log Message:
---
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
tablespace permissions failures when copying an index that is in the
database's default tablespace. A side-effect of the change is that explicitly
specifying the default tablespace no longer triggers a p
Log Message:
---
Fix msvc install script to properly install NLS files when built with
gettext.
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.26&r2=1.27)
Log Message:
---
- Fixed segfault in ecpg when using an array element.
- Free all memory in auto-prepare mode.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.369 -> r1.370)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/C
Smita Vijayakumar wrote:
Am I missing something?
Yes. You missed the description of this mailing list:
"Notification of CVS commits are sent to this list. Do not post here!"
Try [EMAIL PROTECTED]
Note that you're not allowed to modify the pointer returned by
PG_GETARG_XXX macros. See
http:
Hi,
While integrating C stub in stored procedure, I came across the
following problem whenever the SP was triggered:
"
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
"
My C code looks like this:
"
PG_FUNCTION
18 matches
Mail list logo