[COMMITTERS] fulldisjunction - fd: Some more deformed tuple structures consolidation

2006-06-22 Thread User Pgstudy
Log Message: --- Some more deformed tuple structures consolidation works. Now even faster but still half way done. Modified Files: -- fd: algutils.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.9&r2=1

[COMMITTERS] pgsql: Remove dllinit.c; it was only needed for long-obsolete Cygwin

2006-06-22 Thread Tom Lane
Log Message: --- Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, and there was some question about its copyright status. Modified Files: -- pgsql/src: Makefile (r1.39 -> r1.40) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Ma

[COMMITTERS] pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the

2006-06-22 Thread Tom Lane
Log Message: --- pg_stop_backup was calling XLogArchiveNotify() twice for the newly created backup history file. Bug introduced by the 8.1 change to make pg_stop_backup delete older history files. Per report from Masao Fujii. Tags: REL8_1_STABLE Modified Files: -- p

[COMMITTERS] pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the

2006-06-22 Thread Tom Lane
Log Message: --- pg_stop_backup was calling XLogArchiveNotify() twice for the newly created backup history file. Bug introduced by the 8.1 change to make pg_stop_backup delete older history files. Per report from Masao Fujii. Modified Files: -- pgsql/src/backend/access/tr

[COMMITTERS] pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou.

2006-06-22 Thread Tom Lane
Log Message: --- Standalone backends need pgstat_bestart() too, per Qingqing Zhou. Modified Files: -- pgsql/src/backend/utils/init: postinit.c (r1.167 -> r1.168) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.1