[COMMITTERS] pgsql: Fix memory leaks in failure paths in buildACLCommands and parseA

2012-06-03 Thread Tom Lane
Fix memory leaks in failure paths in buildACLCommands and parseAclItem. This is currently only cosmetic, since all the call sites just curl up and die in event of a failure return. It might be important for some future use-case, though, and in any case it quiets warnings from the clang static ana

[COMMITTERS] pgsql: Tag refs/tags/REL8_4_12 was created

2012-06-03 Thread pgsql
Tag refs/tags/REL8_4_12 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_1_4 was created

2012-06-03 Thread pgsql
Tag refs/tags/REL9_1_4 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_0_8 was created

2012-06-03 Thread pgsql
Tag refs/tags/REL9_0_8 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_2_BETA2 was created

2012-06-03 Thread pgsql
Tag refs/tags/REL9_2_BETA2 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL8_3_19 was created

2012-06-03 Thread pgsql
Tag refs/tags/REL8_3_19 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgtcl - libpgtcl: * Add new pg_dbinfo options "dbname", "user", "pass",

2012-06-03 Thread User Karl
Log Message: --- * Add new pg_dbinfo options "dbname", "user", "pass", "host", "port", "options", "status", "transaction_status", "error_message", "needs_password", "used_password", "used_ssl" to provide Tcl access to libpq connection parameter values established at connection time.