[COMMITTERS] pginstaller - pginst: Added basic framework for contrib modules, and

2004-08-29 Thread User Dpage
Log Message: --- Added basic framework for contrib modules, and pgAdmin server side support functions. Modified Files: -- pginst: Makefile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.10&r2=1.11)

Re: [COMMITTERS] pgsql-server: > Please find enclose a submission to

2004-08-29 Thread Peter Eisentraut
Bruce Momjian wrote: > Tom Lane wrote: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > Peter has replied to previous patches so I assume he would have > > > commented on this one if he didn't like it. It was already > > > adjusted to take Peter's comments into account. > > > > The question is

[COMMITTERS] pgsql-server: Widen xl_len field of XLogRecord header to 32 bits, so

2004-08-29 Thread Tom Lane
Log Message: --- Widen xl_len field of XLogRecord header to 32 bits, so that we'll have a more tolerable limit on the number of subtransactions or deleted files in COMMIT and ABORT records. Buy back the extra space by eliminating the xl_xact_prev field, which isn't being used for anything

[COMMITTERS] pgsql-server: Replace bcopy by memmove for more portability.

2004-08-29 Thread Tom Lane
Log Message: --- Replace bcopy by memmove for more portability. Modified Files: -- pgsql-server/contrib/pgcrypto: md5.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/pgcrypto/md5.c.diff?r1=1.11&r2=1.12) sha1.c (r1

[COMMITTERS] pgsql-server: Update typedefs with /lib info.

2004-08-29 Thread Bruce Momjian
Log Message: --- Update typedefs with /lib info. Modified Files: -- pgsql-server/src/tools/pgindent: README (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/tools/pgindent/README.diff?r1=1.16&r2=1.17) pgindent (r1.65 ->

Re: [COMMITTERS] pgsql-server: > Please find enclose a submission to

2004-08-29 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > Tom Lane wrote: > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > > Peter has replied to previous patches so I assume he would have > > > > commented on this one if he didn't like it. It was already > > > > adjusted to take Peter's comments in

[COMMITTERS] pgsql-server: Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP

2004-08-29 Thread Tom Lane
Log Message: --- Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. Fix TablespaceCreateDbspace() to be able to create a dummy directory in place of a dropped tablespace's symlink. This eliminates the open problem of a PANIC during WAL replay when a replayed action attemp

[COMMITTERS] pgsql-server: Add explicit note that empty-string array element values

2004-08-29 Thread Tom Lane
Log Message: --- Add explicit note that empty-string array element values now have to be written with quotes. Minor copy-editing too. Modified Files: -- pgsql-server/doc/src/sgml: release.sgml (r1.292 -> r1.293) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql-server: Add note that contrib/rserv is gone.

2004-08-29 Thread Tom Lane
Log Message: --- Add note that contrib/rserv is gone. Modified Files: -- pgsql-server/doc/src/sgml: release.sgml (r1.293 -> r1.294) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/release.sgml.diff?r1=1.293&r2=1.294) -

[COMMITTERS] pgsql-server: Another pgindent run with lib typedefs added.

2004-08-29 Thread Bruce Momjian
Log Message: --- Another pgindent run with lib typedefs added. Modified Files: -- pgsql-server/contrib/btree_gist: btree_utils_var.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/btree_gist/btree_utils_var.c.diff?r1=1.4&r2=

[COMMITTERS] pgsql-server: Add Win32 service capability to pg_autovacuum.

2004-08-29 Thread Bruce Momjian
Log Message: --- Add Win32 service capability to pg_autovacuum. Dave Page Modified Files: -- pgsql-server/contrib/pg_autovacuum: pg_autovacuum.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/pg_autovacuum/pg_autovacuum.c

[COMMITTERS] pgsql-server: Dept.

2004-08-29 Thread Tom Lane
Log Message: --- Dept. of second thoughts: it'd be a good idea to flush buffers during replay of CREATE DATABASE as well as the first time around. Else it's possible that the copy operation will copy obsolete blocks. We are still a long way from guaranteeing anything about using a recently-

[COMMITTERS] pgsql-server: Tweak md.c logic to cope with the situation where WAL

2004-08-29 Thread Tom Lane
Log Message: --- Tweak md.c logic to cope with the situation where WAL replay tries to write into a high-numbered segment of a relation that was later deleted. We need to temporarily recreate missing segment files, instead of failing. Modified Files: -- pgsql-server/src/bac

Re: [COMMITTERS] pgsql-server: > Please find enclose a submission to

2004-08-29 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > I've said several times before that I did not particularly like the > functionality added by that patch (building non-server modules, and > building contrib modules outside the normal build system). Therefore, > I didn't put it high in the to-look-