[COMMITTERS] bizgres - bizgres: Fix big whereby cursors declared WITH HOLD would have

2006-09-28 Thread User Markir
Log Message: --- Fix big whereby cursors declared WITH HOLD would have their resource locks released prematurely. As part of the change, merge largely repeated code in ResLockRelaseAll and ResProcReleaseCurrentOwner. Modified Files: -- bizgres/postgresql/src/backend/comman

[COMMITTERS] dbi-link - dbi-link: Minor formatting, etc.

2006-09-28 Thread David Fetter
Log Message: --- Minor formatting, etc. cleanups. Modified Files: -- dbi-link: dbi_link.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] dbi-link - dbi-link: * Added dbi_link_init() function which should be

2006-09-28 Thread David Fetter
Log Message: --- * Added dbi_link_init() function which should be fairly performant. * dbi_link now uses the %_SHARED hash for common code including database handles. * Refactored all remote-calling code to use $_SHARED{remote_exec_dbh} * Added new SQL-callable method remote_exec() whi

[COMMITTERS] pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to

2006-09-28 Thread Tom Lane
Log Message: --- Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to the SQL spec, viz IS NULL is true if all the row's fields are null, IS NOT NULL is true if all the row's fields are not null. The former coding got this right for a limited number of cases with IS NU

[COMMITTERS] pgsql: Add URL for client_encoding being set by client: >

2006-09-28 Thread Bruce Momjian
Log Message: --- Add URL for client_encoding being set by client: > http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php Modified Files: -- pgsql/doc: TODO (r1.1992 -> r1.1993) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?

[COMMITTERS] pgsql: Fix a couple other places that need to know about (some)

2006-09-28 Thread Tom Lane
Log Message: --- Fix a couple other places that need to know about (some) src/port/ files explicitly. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: Makefile (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpgl

Re: [COMMITTERS] pgsql: Replace strncpy with strlcpy in selected places that seem

2006-09-28 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Looks like we have broken Windows builds ... e.g. > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=yak&dt=2006-09-28%2012:37:33 Yeah ... I was just trying to figure out why only Windows is showing the problem. It looks like I missed including strlcp

Re: [COMMITTERS] pgsql: Replace strncpy with strlcpy in selected

2006-09-28 Thread Andrew Dunstan
Looks like we have broken Windows builds ... e.g. http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=yak&dt=2006-09-28%2012:37:33 cheers andrew Tom Lane wrote: Log Message: --- Replace strncpy with strlcpy in selected places that seem possibly relevant to performance. (A wholesale eff