Log Message:
---
Silence compiler warning, noted by Stefan Kaltenbrunner
Modified Files:
--
pgsql/contrib/xml2:
xpath.c (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.24&r2=1.25)
--
Sent via pgsql-committers mai
Log Message:
---
1) Allow password which contains special characters like {,},=,;.
2) Add a new data source option which makes it possible to use
Kerberos for Windows library to reply to GSSAPI authentication
request.
3) Native support for SSPI Kerberos or Negaotiate service. It may
Log Message:
---
Add include directory for dblink to find fmgroids.h on VS2008 builds.
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.47 -> r1.48)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.47&r2=1.48)
--
S
Log Message:
---
Improve the handling of SET CONSTRAINTS commands by having them search
pg_constraint before searching pg_trigger. This allows saner handling of
corner cases; in particular we now say "constraint is not deferrable"
rather than "constraint does not exist" when the command is
Log Message:
---
Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDE
constraints and was lacking a couple of other interesting details.
Modified Files:
--
pgsql/doc/src/sgml/ref:
set_constraints.sgml (r1.17 -> r1.18)
(http://anoncvs.postg
Log Message:
---
Added a fix for 64 bits windows. The type of the SecHandle structure was
hardcoded to int 32 bit int values which was giving problems on 64 bits
windows. Now uses an architecture independente pointer type. Thanks Brar
Piening for patch and heads up.
Modified Files:
---
Log Message:
---
Changed NpgsqlInet test method name to better explain it.
Added NpgsqlTimeStamp test.
Modified Files:
--
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.35 -> r1.36)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql
Log Message:
---
Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
after it's released its reference count for the cached plan. There are
code paths that might try to examine the plan list before noticing that
the portal is already in aborted state. Report and diag
Log Message:
---
Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
after it's released its reference count for the cached plan. There are
code paths that might try to examine the plan list before noticing that
the portal is already in aborted state. Report and diag
Log Message:
---
Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
after it's released its reference count for the cached plan. There are
code paths that might try to examine the plan list before noticing that
the portal is already in aborted state. Report and diag
> Log Message:
> ---
> Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
> after it's released its reference count for the cached plan. There are
> code paths that might try to examine the plan list before noticing that
> the portal is already in aborted state. Rep
Tatsuo Ishii writes:
> Thanks. I confirmed the problem goes away. BTW, are we going to back
> patch to 8.2 or before?
That code isn't there before 8.3.
regards, tom lane
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your
12 matches
Mail list logo