[COMMITTERS] orafce - orafce: fixing formating

2009-11-23 Thread User Okbob
Log Message: --- fixing formating Modified Files: -- orafce: random.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/random.c?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make cha

[COMMITTERS] orafce - orafce: move listagg function to new file - aggregate.c.

2009-11-23 Thread User Okbob
Log Message: --- move listagg function to new file - aggregate.c. I would to implement function median, so these aggregates will be there. Modified Files: -- orafce: Makefile (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makef

[COMMITTERS] orafce - orafce: move all exported prototypes to separate file

2009-11-23 Thread User Okbob
Log Message: --- move all exported prototypes to separate file Modified Files: -- orafce: alert.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/alert.c?r1=1.17&r2=1.18) assert.c (r1.5 -> r1.6) (http://cvs.pgfou

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Add missing library to standalone libpq build on Win32.

2009-11-23 Thread Magnus Hagander
Log Message: --- Add missing library to standalone libpq build on Win32. Hiroshi Saito Modified Files: -- pgsql/src/interfaces/libpq: win32.mak (r1.54 -> r1.55) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak?r1=1.54&r2=1.55)

[COMMITTERS] orafce - orafce: add aggregate function median.

2009-11-23 Thread User Okbob
Log Message: --- add aggregate function median. Modified Files: -- orafce: README.orafunc (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc?r1=1.32&r2=1.33) builtins.h (r1.1 -> r1.2) (http://cvs.pgfo

[COMMITTERS] orafce - orafce: add missing source code file.

2009-11-23 Thread User Okbob
Log Message: --- add missing source code file. Added Files: --- orafce: aggregate.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/aggregate.c?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] libpqtypes - libpqtypes: Update ChangeLog

2009-11-23 Thread User Achernow
Log Message: --- Update ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.45 -> r1.46) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.45&r2=1.46) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

[COMMITTERS] psqlodbc - psqlodbc: 1) Fix memory leaks on connection failure (Shouji

2009-11-23 Thread User Hinoue
Log Message: --- 1) Fix memory leaks on connection failure (Shouji morimoto). 2) Suppress some compilation errors and warnings. Modified Files: -- psqlodbc: connection.c (r1.184 -> r1.185) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/con

[COMMITTERS] psqlodbc - psqlodbc: Addition some changes.

2009-11-23 Thread User H-saito
Log Message: --- Addition some changes. Modified Files: -- psqlodbc/docs: release.html (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html?r1=1.55&r2=1.56) -- Sent via pgsql-committers mailing list (pgsql-comm

[COMMITTERS] psqlodbc - psqlodbc: build easy by the addition of an option.

2009-11-23 Thread User H-saito
Log Message: --- build easy by the addition of an option. Modified Files: -- psqlodbc/docs: unix-compilation.html (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/unix-compilation.html?r1=1.9&r2=1.10) -- Sent via pgsql-c

[COMMITTERS] pgsql: Use diff's -w switch only on Windows, to avoid problems with

2009-11-23 Thread Tom Lane
Log Message: --- Use diff's -w switch only on Windows, to avoid problems with inconsistent newline representations. Per buildfarm results and subsequent discussion. Sync up a couple of other places that had their own policies. Modified Files: -- pgsql/src/interfaces/ecpg/t

[COMMITTERS] orafce - orafce: lock aggregates on 8.3 and older - security reasons

2009-11-23 Thread User Okbob
Log Message: --- lock aggregates on 8.3 and older - security reasons Modified Files: -- orafce: aggregate.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/aggregate.c?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Add PG_MODULE_MAGIC and some missing include files to examples

2009-11-23 Thread Peter Eisentraut
Log Message: --- Add PG_MODULE_MAGIC and some missing include files to examples Author: Euler Taveira de Oliveira Modified Files: -- pgsql/doc/src/sgml: plhandler.sgml (r1.8 -> r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plhandler.s