[COMMITTERS] pgsql: Adjust error message, now that we expect other message types tha

2011-03-29 Thread Heikki Linnakangas
Adjust error message, now that we expect other message types than connection close at this point. Fix PQsetnonblocking() comment. Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bc03c5937d103952ef4f40a3fa4514c154538d25 Modified Files -- src/b

[COMMITTERS] pgsql: Update SQL features list

2011-03-29 Thread Peter Eisentraut
Update SQL features list Feature F692 "Extended collation support" is now also supported. This refers to allowing the COLLATE clause anywhere in a column or domain definition instead of just directly after the type. Also correct the name of the feature in accordance with the latest SQL standard.

[COMMITTERS] pgsql: In pg_upgrade, add C comment about how autovacuum is disabled.

2011-03-29 Thread Bruce Momjian
In pg_upgrade, add C comment about how autovacuum is disabled. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d67b0bf471ba4e88aa3ed50871924efc91d7a27e Modified Files -- contrib/pg_upgrade/server.c |6 +- 1 files changed, 5 insertions(+), 1 deletio