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)
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
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
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
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 ->
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
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
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/
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)
-
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=
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
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-
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
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-
14 matches
Mail list logo