Re: [COMMITTERS] pgsql-server: Fix incorrect tracking of session

2004-07-19 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Fix incorrect tracking of session authorization in the presence of ACLs >> that contain rights granted by non-owners. Per bug report from >> Nishad Prakash. > Is that the pg_dump half of the 'alter owner breaks non-default > privileges' bug

Re: [COMMITTERS] pgsql-server: Fix incorrect tracking of session

2004-07-19 Thread Christopher Kings-Lynne
Is that the pg_dump half of the 'alter owner breaks non-default privileges' bug fix? Chris Tom Lane wrote: Log Message: --- Fix incorrect tracking of session authorization in the presence of ACLs that contain rights granted by non-owners. Per bug report from Nishad Prakash. Modified File

[COMMITTERS] pgsql-server: Here is another patch that fixes a stack of pg_dump bugs:

2004-07-19 Thread Bruce Momjian
Log Message: --- Here is another patch that fixes a stack of pg_dump bugs: * Fix help text ordering * Add back --set-session-authorization to pg_dumpall. Updated the docs for that. Updated help for that. * Dump ALTER USER commands for the cluster owner ("pgsql"). These are dumped AFTE

[COMMITTERS] pgsql-server: Fix incorrect tracking of session authorization in the

2004-07-19 Thread Tom Lane
Log Message: --- Fix incorrect tracking of session authorization in the presence of ACLs that contain rights granted by non-owners. Per bug report from Nishad Prakash. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/bin/pg_dump: pg_backup_archiver.c (

[COMMITTERS] pgsql-server: Done: > * -Allow configuration files to be specified in a

2004-07-19 Thread Bruce Momjian
Log Message: --- Done: > * -Allow configuration files to be specified in a different directory Modified Files: -- pgsql-server/doc: TODO (r1.1300 -> r1.1301) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1300&r2=1.1301) -

[COMMITTERS] pgsql-server: Fix incorrect tracking of session authorization in the

2004-07-19 Thread Tom Lane
Log Message: --- Fix incorrect tracking of session authorization in the presence of ACLs that contain rights granted by non-owners. Per bug report from Nishad Prakash. Modified Files: -- pgsql-server/src/bin/pg_dump: pg_backup_archiver.c (r1.88 -> r1.89) (

[COMMITTERS] pgsql-server: No CVS FAQ, just CVS docs.

2004-07-19 Thread Bruce Momjian
Log Message: --- No CVS FAQ, just CVS docs. Modified Files: -- pgsql-server/doc: FAQ_DEV (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/FAQ_DEV.diff?r1=1.61&r2=1.62) pgsql-server/doc/src/FAQ: FAQ_DEV.html (r1.64 ->

[COMMITTERS] pgsql-server:

2004-07-19 Thread Bruce Momjian
Log Message: --- Modified Files: -- pgsql-server/doc: FAQ (r1.262 -> r1.263) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/FAQ.diff?r1=1.262&r2=1.263) pgsql-server/doc/src/FAQ: FAQ.html (r1.220 -> r1.221) (http://develop

[COMMITTERS] pgsql-server: Install recovery.conf.sample into the /share install

2004-07-19 Thread Tom Lane
Log Message: --- Install recovery.conf.sample into the /share install directory. Modified Files: -- pgsql-server/src/backend: Makefile (r1.100 -> r1.101) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/Makefile.diff?r1=1.100&r2=1.101)

[COMMITTERS] pgsql-server: Remove unportable use of strptime() to parse recovery

2004-07-19 Thread Tom Lane
Log Message: --- Remove unportable use of strptime() to parse recovery target time spec. Instead use our own abstimein code, which is more flexible anyway. Modified Files: -- pgsql-server/src/backend/access/transam: recovery.conf.sample (r1.1 -> r1.2) (http