Re: [COMMITTERS] pgsql: Document the all-balls IPv6 address.

2011-03-19 Thread Dave Page
On Sat, Mar 19, 2011 at 2:22 AM, Robert Haas wrote: > On Fri, Mar 18, 2011 at 10:19 PM, Andrew Dunstan wrote: >> On 03/18/2011 09:18 PM, Robert Haas wrote: >>> >>> On Fri, Mar 18, 2011 at 6:56 PM, Andrew Dunstan >>>  wrote: +0.0.0.0/0  (all balls) represents all +       IPv4 addres

Re: [COMMITTERS] pgsql: Raise maximum value of several timeout parameters

2011-03-19 Thread Magnus Hagander
On Sat, Mar 19, 2011 at 01:43, Tom Lane wrote: > Andrew Dunstan writes: >> On 03/17/2011 02:25 PM, Peter Eisentraut wrote: >>> Raise maximum value of several timeout parameters > >> Did we not intend to backpatch this? The max_standby_*_delay settings >> are particularly worrisome to me, and ISTM

Re: [COMMITTERS] pgsql: Document the all-balls IPv6 address.

2011-03-19 Thread Bruce Momjian
Andrew Dunstan wrote: > > > On 03/18/2011 06:41 PM, Bruce Momjian wrote: > > Document the all-balls IPv6 address. > > > > > > > + 0.0.0.0/0 (all balls) represents all > + IPv4 addresses, and :: represents > + all IPv6 addresses. > > Umm, isn't there a missing netmask there? The IPv

Re: [COMMITTERS] pgsql: Document the all-balls IPv6 address.

2011-03-19 Thread Bruce Momjian
Dave Page wrote: > On Sat, Mar 19, 2011 at 2:22 AM, Robert Haas wrote: > > On Fri, Mar 18, 2011 at 10:19 PM, Andrew Dunstan > > wrote: > >> On 03/18/2011 09:18 PM, Robert Haas wrote: > >>> > >>> On Fri, Mar 18, 2011 at 6:56 PM, Andrew Dunstan > >>> ?wrote: > > +0.0.0.0/0 ?(all balls) r

[COMMITTERS] pgsql: Properly clear the verbose output of pg_basebackup

2011-03-19 Thread Magnus Hagander
Properly clear the verbose output of pg_basebackup Don't leave partial filename information on the last status or dangling characters if the previous filename was longer than the current one. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4a0014806d909bbb490f568af0b

[COMMITTERS] pgsql: Rename ident authentication over local connections to peer

2011-03-19 Thread Magnus Hagander
Rename ident authentication over local connections to peer This removes an overloading of two authentication options where one is very secure (peer) and one is often insecure (ident). Peer is also the name used in libpq from 9.1 to specify the same type of authentication. Also make initdb select

[COMMITTERS] pgsql: Remove "all balls" mention of network address; change IPv6 addr

2011-03-19 Thread Bruce Momjian
Remove "all balls" mention of network address; change IPv6 address to ::/0. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/56bb7f2a0275c5e7f17f8fba0d93d12a471869a4 Modified Files -- doc/src/sgml/client-auth.sgml |4 ++-- 1 files changed, 2 insertions

[COMMITTERS] pgsql: Initial version of PG 9.1 release notes.

2011-03-19 Thread Bruce Momjian
Initial version of PG 9.1 release notes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b03b17c4118345cc89dda1d96cda9ed2313f3ed9 Modified Files -- doc/src/sgml/release-9.1.sgml | 2215 - 1 files changed, 2205 insert

[COMMITTERS] pgsql: Add SGML markup for keywords, terms, functions, commands, etc.

2011-03-19 Thread Bruce Momjian
Add SGML markup for keywords, terms, functions, commands, etc. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/025f4c72f029242a6aaf3f14bb6d7da4ce070f72 Modified Files -- doc/src/sgml/release-9.1.sgml | 340 + doc/sr

[COMMITTERS] pgsql: Revise collation derivation method and expression-tree represent

2011-03-19 Thread Tom Lane
Revise collation derivation method and expression-tree representation. All expression nodes now have an explicit output-collation field, unless they are known to only return a noncollatable data type (such as boolean or record). Also, nodes that can invoke collation-aware functions store a separa

[COMMITTERS] pgsql: Add links to documentation from 9.1 release notes.

2011-03-19 Thread Bruce Momjian
Add links to documentation from 9.1 release notes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b2c5b3d1753f1a3e5cb68a610bda27ad768bf061 Modified Files -- doc/src/sgml/extend.sgml |2 +- doc/src/sgml/func.sgml |6 +- doc/src/sgml/in

[COMMITTERS] pgsql: Word-wrap 9.1 release note lines.

2011-03-19 Thread Bruce Momjian
Word-wrap 9.1 release note lines. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/08607c95158e2e67efba90606d83f14ab5f25175 Modified Files -- doc/src/sgml/release-9.1.sgml | 652 + 1 files changed, 404 insertions(+),