[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/fbd32b0cab806a2244bd5171e4b60e53f4a9dfe7 Modified Files -- doc/src/sgml/config.sgml |6 +- 1 file

[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/733c2a48c9357c60b1bd61892c8106419a23feb4 Modified Files -- doc/src/sgml/config.sgml |6 +-

[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/afd0d3ff576ee91072a92430fe1d34ddf4bb3f3d Modified Files -- doc/src/sgml/config.sgml |6 +-

[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2fa4243b44416e4de8617ff82d4cbc50e115a3c6 Modified Files -- doc/src/sgml/config.sgml |6 +-

[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c1932ec9e864d475b1debbcf26ba77c88dc163d0 Modified Files -- doc/src/sgml/config.sgml |6 +-

[COMMITTERS] pgsql: Document platform-specificity of unix_socket_permissions.

2014-03-28 Thread Noah Misch
Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/790709890854ca66083c06aaf1b362615b0a674a Modified Files -- doc/src/sgml/config.sgml |9 ++

[COMMITTERS] pgsql: Force consistent row order in contrib/test_decoding regression t

2014-03-28 Thread Noah Misch
Force consistent row order in contrib/test_decoding regression test. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7ed908be41fbca1635d34f97138abb13beab8b24 Modified Files -- contrib/test_decoding/expected/ddl.out |4 ++-- contrib/test_decoding/sql/dd

[COMMITTERS] pgsql: Improve regression test for pg_filenode_relation().

2014-03-28 Thread Tom Lane
Improve regression test for pg_filenode_relation(). Make it print the details in case there's a failure. Andres Freund, slightly modified by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9613a1d98e5f940d8124850e61b0a950157c8863 Modified Files -- sr

[COMMITTERS] pgsql: Fix EquivalenceClass processing for nested append relations.

2014-03-28 Thread Tom Lane
Fix EquivalenceClass processing for nested append relations. The original coding of EquivalenceClasses didn't foresee that appendrel child relations might themselves be appendrels; but this is possible for example when a UNION ALL subquery scans a table with inheritance children. The oversight led

[COMMITTERS] pgsql: Adjust getpwuid() fix commit to display errno string on failure

2014-03-28 Thread Bruce Momjian
Adjust getpwuid() fix commit to display errno string on failure This adjusts patch 613c6d26bd42dd8c2dd0664315be9551475b8864. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e1827012ed4119150e29c3afcf462d3353f3a405 Modified Files -- src/backend/libpq/auth

[COMMITTERS] pgsql: Un-break peer authentication.

2014-03-28 Thread Tom Lane
Un-break peer authentication. Commit 613c6d26bd42dd8c2dd0664315be9551475b8864 sloppily replaced a lookup of the UID obtained from getpeereid() with a lookup of the server's own user name, thus totally destroying peer authentication. Revert. Per report from Christoph Berg. In passing, make sure g

Re: [COMMITTERS] pgsql: Un-break peer authentication.

2014-03-28 Thread Bruce Momjian
On Fri, Mar 28, 2014 at 02:30:41PM +, Tom Lane wrote: > Un-break peer authentication. > > Commit 613c6d26bd42dd8c2dd0664315be9551475b8864 sloppily replaced a > lookup of the UID obtained from getpeereid() with a lookup of the > server's own user name, thus totally destroying peer authenticatio