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
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
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
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
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
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
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
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 -