[COMMITTERS] pgsql: Fix typo in example.

2012-08-23 Thread Heikki Linnakangas
Fix typo in example. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ebcc0158f174336fc50ad33fe4cfa642bdff64a8 Modified Files -- doc/src/sgml/rangetypes.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typo in example.

2012-08-23 Thread Heikki Linnakangas
Fix typo in example. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8b6b50a34dea0852511094405f0298d78c3b43fe Modified Files -- doc/src/sgml/rangetypes.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Fix cascading privilege revoke to notice when privileges are sti

2012-08-23 Thread Tom Lane
Fix cascading privilege revoke to notice when privileges are still held. If we revoke a grant option from some role X, but X still holds the option via another grant, we should not recursively revoke the privilege from role(s) Y that X had granted it to. This was supposedly fixed as one aspect of

[COMMITTERS] pgsql: Stamp 9.2rc1.

2012-08-23 Thread Tom Lane
Stamp 9.2rc1. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e8c736ca71b3d7aa65ea05a133b4f2a65a11e812 Modified Files -- configure | 18 +- configure.in |2 +- doc/bug.template |

[COMMITTERS] pgsql: Translation updates

2012-08-23 Thread Peter Eisentraut
Translation updates Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f3df4cd22c45057bd24acec4efd21896b892c65e Modified Files -- src/backend/po/de.po| 1686 --- src/bin/pg_config/po/pt_BR.po |

[COMMITTERS] pgsql: libpq: Fix memory leak in URI parser

2012-08-23 Thread Peter Eisentraut
libpq: Fix memory leak in URI parser When an invalid query parameter is reported, some memory leaks. found by Coverity Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1c8c084cdc136388835e0d703a5e26272e0a8f2f Modified Files -- src/interfaces/libpq

[COMMITTERS] pgsql: libpq: Fix memory leak in URI parser

2012-08-23 Thread Peter Eisentraut
libpq: Fix memory leak in URI parser When an invalid query parameter is reported, some memory leaks. found by Coverity Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4faf074a53bb8e8e03714ce2746b9d11a95dc6e5 Modified Files -- src/interfaces/libpq/fe-con

[COMMITTERS] pgsql: Put options on man page and in help output in slightly better or

2012-08-23 Thread Peter Eisentraut
Put options on man page and in help output in slightly better order Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/406473b152338a015ad7e222f92b9b885f277fe8 Modified Files -- doc/src/sgml/ref/pg_basebackup.sgml| 50 d

[COMMITTERS] pgsql: Put options on man page and in help output in slightly better or

2012-08-23 Thread Peter Eisentraut
Put options on man page and in help output in slightly better order Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5171a400cb15a94b6a2aa8ea2ad7a0128d080830 Modified Files -- doc/src/sgml/ref/pg_basebackup.sgml| 50 ---