[COMMITTERS] pgsql: Done: < * Fix problem with excessive logging during SSL

2007-05-17 Thread Bruce Momjian
Log Message: --- Done: < * Fix problem with excessive logging during SSL disconnection > * -Fix problem with excessive logging during SSL disconnection Modified Files: -- pgsql/doc: TODO (r1.2188 -> r1.2189) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Remove redundant logging of send failures when SSL is in use.

2007-05-17 Thread Tom Lane
Log Message: --- Remove redundant logging of send failures when SSL is in use. While pqcomm.c had been taught not to do that ages ago, the SSL code was helpfully bleating anyway. Resolves some recent reports such as bug #3266; however the underlying cause of the related bug #2829 is still

[COMMITTERS] pgsql: Remove redundant logging of send failures when SSL is in use.

2007-05-17 Thread Tom Lane
Log Message: --- Remove redundant logging of send failures when SSL is in use. While pqcomm.c had been taught not to do that ages ago, the SSL code was helpfully bleating anyway. Resolves some recent reports such as bug #3266; however the underlying cause of the related bug #2829 is still

[COMMITTERS] pgsql: Remove redundant logging of send failures when SSL is in use.

2007-05-17 Thread Tom Lane
Log Message: --- Remove redundant logging of send failures when SSL is in use. While pqcomm.c had been taught not to do that ages ago, the SSL code was helpfully bleating anyway. Resolves some recent reports such as bug #3266; however the underlying cause of the related bug #2829 is still

[COMMITTERS] pgsql: Remove redundant logging of send failures when SSL is in use.

2007-05-17 Thread Tom Lane
Log Message: --- Remove redundant logging of send failures when SSL is in use. While pqcomm.c had been taught not to do that ages ago, the SSL code was helpfully bleating anyway. Resolves some recent reports such as bug #3266; however the underlying cause of the related bug #2829 is still

[COMMITTERS] pgsql: Remove redundant logging of send failures when SSL is in use.

2007-05-17 Thread Tom Lane
Log Message: --- Remove redundant logging of send failures when SSL is in use. While pqcomm.c had been taught not to do that ages ago, the SSL code was helpfully bleating anyway. Resolves some recent reports such as bug #3266; however the underlying cause of the related bug #2829 is still

[COMMITTERS] pgsql: dded to TODO: > > * Support scoped IPv6 addresses > >

2007-05-17 Thread Bruce Momjian
Log Message: --- dded to TODO: > > * Support scoped IPv6 addresses > > http://archives.postgresql.org/pgsql-bugs/2007-05/msg00111.php Modified Files: -- pgsql/doc: TODO (r1.2187 -> r1.2188) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.dif

[COMMITTERS] pgsql: Temporary fix for the problem that pg_stat_activity,

2007-05-17 Thread Tom Lane
Log Message: --- Temporary fix for the problem that pg_stat_activity, inet_client_addr(), and inet_server_addr() fail if the client connected over a "scoped" IPv6 address. In this case getnameinfo() will return a string ending with a poorly-standardized "%something" zone specifier, which t

[COMMITTERS] pgsql: Temporary fix for the problem that pg_stat_activity,

2007-05-17 Thread Tom Lane
Log Message: --- Temporary fix for the problem that pg_stat_activity, inet_client_addr(), and inet_server_addr() fail if the client connected over a "scoped" IPv6 address. In this case getnameinfo() will return a string ending with a poorly-standardized "%something" zone specifier, which t

[COMMITTERS] pgsql: Add URL for: * Implement the SQL standard mechanism whereby

2007-05-17 Thread Bruce Momjian
Log Message: --- Add URL for: * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only the privilege granted by the invoking role, and not those granted by other roles > > http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php Modified Files: --

[COMMITTERS] pgsql: Add, per Alvaro: > > * Implement the SQL standard mechanism

2007-05-17 Thread Bruce Momjian
Log Message: --- Add, per Alvaro: > > * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only > the privilege granted by the invoking role, and not those granted > by other roles Modified Files: -- pgsql/doc: TODO (r1.2185 -> r1.2186)

[COMMITTERS] pgsql: Add: > > * Fix problem with excessive logging during SSL

2007-05-17 Thread Bruce Momjian
Log Message: --- Add: > > * Fix problem with excessive logging during SSL disconnection > > http://archives.postgresql.org/pgsql-bugs/2006-12/msg00122.php > http://archives.postgresql.org/pgsql-bugs/2007-05/msg00065.php Modified Files: -- pgsql/doc: TODO (r1.

[COMMITTERS] pgsql: Add CVS comment for recent commit: Moved page-level

2007-05-17 Thread Bruce Momjian
Log Message: --- Add CVS comment for recent commit: Moved page-level functions from pgstattuple to contrib/pageinspect. Modified Files: -- pgsql/contrib/pgstattuple: README.pgstattuple (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pg

Re: [COMMITTERS] pgsql: Add database page inspection /contrib module.

2007-05-17 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Log Message: > > --- > > Add database page inspection /contrib module. > > Why is a patch described like that touching pgstattuple? Oh, I remember now. He pulled some functions out of pgstattuple that really belong in the ne

Re: [COMMITTERS] pgsql: Add database page inspection /contrib module.

2007-05-17 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Log Message: > --- > Add database page inspection /contrib module. Why is a patch described like that touching pgstattuple? regards, tom lane ---(end of broadcast)--- TIP 5

[COMMITTERS] pgsql: Removed mktime() call to hopefully get rid of some compatibility

2007-05-17 Thread Michael Meskes
Log Message: --- Removed mktime() call to hopefully get rid of some compatibility problems. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.344 -> r1.345) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.

[COMMITTERS] pg-migrator - src: Adding support for page-by-page conversion plugins

2007-05-17 Thread User Korryd
Log Message: --- Adding support for page-by-page conversion plugins Modified Files: -- src: pg_migrator.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.9&r2=1.10) ---(end of bro

[COMMITTERS] pgsql: Fix parameter recalculation for Limit nodes: during a ReScan call

2007-05-17 Thread Tom Lane
Log Message: --- Fix parameter recalculation for Limit nodes: during a ReScan call we must recompute the limit/offset immediately, so that the updated values are available when the child's ReScan function is invoked. Add a regression test for this, too. Bug is new in HEAD (due to the boun

[COMMITTERS] pgsql: Add database page inspection /contrib module.

2007-05-17 Thread Bruce Momjian
Log Message: --- Add database page inspection /contrib module. Simon and Heikki Modified Files: -- pgsql/contrib: Makefile (r1.75 -> r1.76) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.75&r2=1.76) README (r1.92 -> r1

[COMMITTERS] pgsql: New Directory

2007-05-17 Thread Bruce Momjian
Update of /cvsroot/pgsql/contrib/pageinspect In directory postgresql.org:/var/tmp/cvs-serv93179/pageinspect Log Message: Directory /cvsroot/pgsql/contrib/pageinspect added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list

[COMMITTERS] libpqwce - libpqwce: Ooops! correction of Japanese and garbage.

2007-05-17 Thread User H-saito
Log Message: --- Ooops! correction of Japanese and garbage. Modified Files: -- libpqwce/samples/psqlce: psqlce.vcp (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqwce/libpqwce/samples/psqlce/psqlce.vcp.diff?r1=1.3&r2=1.4) -

[COMMITTERS] pgsql: Move the tuple freezing point in CLUSTER to a point further back

2007-05-17 Thread Alvaro Herrera
Log Message: --- Move the tuple freezing point in CLUSTER to a point further back in the past, to avoid losing useful Xid information in not-so-old tuples. This makes CLUSTER behave the same as VACUUM as far a tuple-freezing behavior goes (though CLUSTER does not yet advance the table's re

[COMMITTERS] libpqwce - libpqwce: changes from makefile to projectfile.

2007-05-17 Thread User H-saito
Log Message: --- changes from makefile to projectfile. # TARGTYPE "Win32 (WCE MIPSIV) # TARGTYPE "Win32 (WCE ARMV4T) # TARGTYPE "Win32 (WCE MIPSIV_FP) # TARGTYPE "Win32 (WCE SH3) # TARGTYPE "Win32 (WCE MIPSII_FP) # TARGTYPE "Win32 (WCE x86) # TARGTYPE "Win32 (WCE emulator) # TARGTYPE "Win32

[COMMITTERS] libpqwce - libpqwce: changes from makefile to projectfile.

2007-05-17 Thread User H-saito
Log Message: --- changes from makefile to projectfile. # TARGTYPE "Win32 (WCE MIPSIV) # TARGTYPE "Win32 (WCE ARMV4T) # TARGTYPE "Win32 (WCE MIPSIV_FP) # TARGTYPE "Win32 (WCE SH3) # TARGTYPE "Win32 (WCE MIPSII_FP) # TARGTYPE "Win32 (WCE x86) # TARGTYPE "Win32 (WCE emulator) # TARGTYPE "Win