[COMMITTERS] pgsql: Silence compiler warning, noted by Stefan Kaltenbrunner

2010-01-17 Thread Magnus Hagander
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

[COMMITTERS] psqlodbc - psqlodbc: 1) Allow password which contains special characters

2010-01-17 Thread User Hinoue
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

[COMMITTERS] pgsql: Add include directory for dblink to find fmgroids.h on VS2008

2010-01-17 Thread Magnus Hagander
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

[COMMITTERS] pgsql: Improve the handling of SET CONSTRAINTS commands by having them

2010-01-17 Thread Tom Lane
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

[COMMITTERS] pgsql: Update SET CONSTRAINTS reference page --- it failed to mention

2010-01-17 Thread Tom Lane
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

[COMMITTERS] npgsql - Npgsql2: Added a fix for 64 bits windows.

2010-01-17 Thread User Fxjr
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: ---

[COMMITTERS] npgsql - Npgsql2: Changed NpgsqlInet test method name to better explain

2010-01-17 Thread User Fxjr
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

[COMMITTERS] pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached

2010-01-17 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached

2010-01-17 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached

2010-01-17 Thread Tom Lane
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

Re: [COMMITTERS] pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached

2010-01-17 Thread Tatsuo Ishii
> 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

Re: [COMMITTERS] pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached

2010-01-17 Thread Tom Lane
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