[COMMITTERS] pgsql: Add comment documenting actual failure case of using

2005-10-26 Thread Bruce Momjian
Log Message: --- Add comment documenting actual failure case of using interval_justify_hours in timestamp subtraction. TODO already has text description. Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.156 -> r1.157) (http://developer.postg

[COMMITTERS] pgsql: Add items from Tom: < o Add a GUC variable to allow output of

2005-10-26 Thread Bruce Momjian
Log Message: --- Add items from Tom: < o Add a GUC variable to allow output of interval values in ISO8601 < format 212a211,223 > o Add a GUC variable to allow output of interval values in ISO8601 > format > o Improve timestamptz subtraction to be DST-awa

[COMMITTERS] pgsql: Add info about using rsync to make base backups.

2005-10-26 Thread Tom Lane
Log Message: --- Add info about using rsync to make base backups. Per report from Jeff Frost, it may be necessary to ignore specific exit codes. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.73 -> r2.74) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Adjust parser so that POSTQUEL-style implicit RTEs are stored

2005-10-26 Thread Tom Lane
Log Message: --- Adjust parser so that POSTQUEL-style implicit RTEs are stored with inFromCl true, meaning that they will list out as explicit RTEs if they are in a view or rule. Update comments about inFromCl to reflect the way it's now actually used. Per recent discussion. Modified Fil

[COMMITTERS] pgsql: Properly update the 'group' flatfile when modifying the user, in

2005-10-26 Thread Bruce Momjian
Log Message: --- Properly update the 'group' flatfile when modifying the user, in case they were added to a group. Also fix visibility of our own changes when creating the group file. This fixes: test=> CREATE GROUP g1; CREATE GROUP test=> CREATE USER u1 IN GROUP

[COMMITTERS] pgsql: Update AIX FAQ, backpatch.

2005-10-26 Thread Bruce Momjian
Log Message: --- Update AIX FAQ, backpatch. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: FAQ_AIX (r1.11.8.6 -> r1.11.8.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_AIX.diff?r1=1.11.8.6&r2=1.11.8.7) ---(end

[COMMITTERS] npgsql - Npgsql: 2005-10-25 Josh Cooley <[EMAIL PROTECTED]>

2005-10-26 Thread User Jbcooley
Log Message: --- 2005-10-25 Josh Cooley <[EMAIL PROTECTED]> * NpgsqlDataReader.cs: Added support for IsUnique and IsKey in GetSchemaTable. Also added check for CommandBehavior so that additional queries are only performed when CommandBehavior.KeyInfo is specified. Modified Files

[COMMITTERS] pgsql: Rename config section headings.

2005-10-26 Thread Bruce Momjian
Log Message: --- Rename config section headings. Simon Riggs Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.32&r2=1.33) runtime.sgml (r1.355 -