[COMMITTERS] psqlodbc - psqlodbc: Fix the bug that when the show OID column option is

2012-08-10 Thread User Hinoue
Log Message: --- Fix the bug that when the show OID column option is enabled, SQLColumns() returns "oid" column info even when the column name parameter which is different from "oid" is specified (bug report from Seifert, Jan-Peter). Modified Files: -- psqlodbc: i

[COMMITTERS] pgsql: Fix upper limit of superuser_reserved_connections, add limit for

2012-08-10 Thread Magnus Hagander
Fix upper limit of superuser_reserved_connections, add limit for wal_senders Should be limited to the maximum number of connections excluding autovacuum workers, not including. Add similar check for max_wal_senders, which should never be higher than max_connections. Branch -- master Details

[COMMITTERS] pgsql: Fix upper limit of superuser_reserved_connections, add limit for

2012-08-10 Thread Magnus Hagander
Fix upper limit of superuser_reserved_connections, add limit for wal_senders Should be limited to the maximum number of connections excluding autovacuum workers, not including. Add similar check for max_wal_senders, which should never be higher than max_connections. Branch -- REL9_2_STABLE

[COMMITTERS] pgsql: Fix upper limit of superuser_reserved_connections, add limit for

2012-08-10 Thread Magnus Hagander
Fix upper limit of superuser_reserved_connections, add limit for wal_senders Should be limited to the maximum number of connections excluding autovacuum workers, not including. Add similar check for max_wal_senders, which should never be higher than max_connections. Branch -- REL9_0_STABLE

[COMMITTERS] pgsql: Fix upper limit of superuser_reserved_connections, add limit for

2012-08-10 Thread Magnus Hagander
Fix upper limit of superuser_reserved_connections, add limit for wal_senders Should be limited to the maximum number of connections excluding autovacuum workers, not including. Add similar check for max_wal_senders, which should never be higher than max_connections. Branch -- REL9_1_STABLE

[COMMITTERS] psqlodbc - psqlodbc: add the change history.

2012-08-10 Thread Hiroshi Saito
Log Message: --- add the change history. Modified Files: -- psqlodbc/docs: release.html (r1.85 -> r1.86) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html?r1=1.85&r2=1.86) - Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Fix pgtest to return proper error code based on 'make' return co

2012-08-10 Thread Bruce Momjian
Fix pgtest to return proper error code based on 'make' return code. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/99ed473acb47cb0cda47032e3d2392beca569d59 Modified Files -- src/tools/pgtest |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

[COMMITTERS] pgsql: Adjust pgtest coding to be less complex.

2012-08-10 Thread Bruce Momjian
Adjust pgtest coding to be less complex. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/914b1301cc7b4c1ffba9f4c037e6e76f8e787e05 Modified Files -- src/tools/pgtest | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) - S

[COMMITTERS] pgsql: Centralize the logic for detecting misplaced aggregates, window

2012-08-10 Thread Tom Lane
Centralize the logic for detecting misplaced aggregates, window funcs, etc. Formerly we relied on checking after-the-fact to see if an expression contained aggregates, window functions, or sub-selects when it shouldn't. This is grotty, easily forgotten (indeed, we had forgotten to teach DefineInde

[COMMITTERS] pgsql: Update overlooked comment.

2012-08-10 Thread Tom Lane
Update overlooked comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a67d6d9a78fc7ae84e37b8984f2ecbb40a587400 Modified Files -- src/backend/postmaster/postmaster.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Sent via pgsql-committe

[COMMITTERS] pgsql: Prevent pg_upgrade from crashing if it can't write to the curren

2012-08-10 Thread Bruce Momjian
Prevent pg_upgrade from crashing if it can't write to the current directory. Backpatch to 9.2. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/85642ec00b5e0c58d2504b10c079693b8fb28cc5 Modified Files -- contrib/pg_upgrade/util.c |3 ++- 1 files changed

[COMMITTERS] psqlodbc - psqlodbc: Take care of an environment variable PGKRBSRVNAME.

2012-08-10 Thread User Hinoue
Log Message: --- Take care of an environment variable PGKRBSRVNAME. Modified Files: -- psqlodbc: connection.c (r1.197 -> r1.198) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c?r1=1.197&r2=1.198) - Sent via pgsql-committers mail

[COMMITTERS] pgsql: Support having multiple Unix-domain sockets per postmaster.

2012-08-10 Thread Tom Lane
Support having multiple Unix-domain sockets per postmaster. Replace unix_socket_directory with unix_socket_directories, which is a list of socket directories, and adjust postmaster's code to allow zero or more Unix-domain sockets to be created. This is mostly a straightforward change, but since t

[COMMITTERS] pgsql: Prevent pg_upgrade from crashing if it can't write to the curren

2012-08-10 Thread Bruce Momjian
Prevent pg_upgrade from crashing if it can't write to the current directory. Backpatch to 9.2. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e2af6537b5c81d9354e08896012cdd5c38bea311 Modified Files -- contrib/pg_upgrade/util.c |3 ++- 1 files