[COMMITTERS] libpqtypes - libpqtypes: updated version number

2009-12-02 Thread User Achernow
Log Message: --- updated version number Modified Files: -- libpqtypes: configure.ac (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.23&r2=1.24) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] libpqtypes - libpqtypes: moved a static function to a different section

2009-12-02 Thread User Achernow
Log Message: --- moved a static function to a different section of handler.c Modified Files: -- libpqtypes/src: handler.c (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.21&r2=1.22) -- Sent via pgsql-

[COMMITTERS] libpqtypes - libpqtypes: Fixed how missing types are handled during

2009-12-02 Thread User Achernow
Log Message: --- Fixed how missing types are handled during register functions Modified Files: -- libpqtypes: ChangeLog (r1.46 -> r1.47) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.46&r2=1.47) libpqtypes/src:

[COMMITTERS] pgsql: Clarify what's supposed to happen when a cursor FETCH is rolled

2009-12-02 Thread Tom Lane
Log Message: --- Clarify what's supposed to happen when a cursor FETCH is rolled back by aborting a subtransaction. Per discussion with Heikki. Modified Files: -- pgsql/doc/src/sgml/ref: rollback_to.sgml (r1.10 -> r1.11) (http://anoncvs.postgresql.org/cvsw

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: Ignore attempts to set "application_name" in the connection

2009-12-02 Thread Tom Lane
Log Message: --- Ignore attempts to set "application_name" in the connection startup packet. This avoids a useless connection retry and complaint in the postmaster log when receiving a connection from 8.5 or later libpq. Backpatch in all supported branches, but of course *not* HEAD. Tags:

[COMMITTERS] pgsql: thread-safety Apply full patch to enable thread-safety by

2009-12-02 Thread Bruce Momjian
Log Message: --- thread-safety Apply full patch to enable thread-safety by default, e.g. doc changes. Modified Files: -- pgsql: configure (r1.660 -> r1.661) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.660&r2=1.661) configure.in (

[COMMITTERS] pgsql: Preventing intersection of ranges during page split.

2009-12-02 Thread Teodor Sigaev
Log Message: --- Preventing intersection of ranges during page split. Changes are only optimization, so don't backpatch. Modified Files: -- pgsql/contrib/btree_gist: btree_cash.c (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_