[COMMITTERS] pgsql: Fix race condition in CheckTargetForConflictsIn.

2011-05-19 Thread Robert Haas
Fix race condition in CheckTargetForConflictsIn. Dan Ports Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/74aaa2136d13d613ffcea3171781d2e0c65a2e10 Modified Files -- src/backend/storage/lmgr/predicate.c | 207 +- 1 files c

[COMMITTERS] pgsql: Add example for replication in pg_hba.conf

2011-05-19 Thread Magnus Hagander
Add example for replication in pg_hba.conf Selena Deckelmann Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a937b07121d8ab51ba6fb44618254ec13cdcdfa0 Modified Files -- src/backend/libpq/pg_hba.conf.sample |8 +++- src/bin/initdb/initdb.c

[COMMITTERS] pgsql: Consistent spacing for lengthy error messages

2011-05-19 Thread Peter Eisentraut
Consistent spacing for lengthy error messages Also, we removed the display of the current value of max_connections/MaxBackends from some messages earlier, because it was confusing, so do that in the remaining one as well. Branch -- master Details --- http://git.postgresql.org/pg/commitdi

[COMMITTERS] pgsql: Rename pg_dump --no-security-label to --no-security-labels

2011-05-19 Thread Peter Eisentraut
Rename pg_dump --no-security-label to --no-security-labels Other similar options also use the plural form. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c8e0c321194c985a13e7c7e4d3110ac032517350 Modified Files -- doc/src/sgml/ref/pg_dump.sgml|

[COMMITTERS] pgsql: Update config.guess and config.sub

2011-05-19 Thread Peter Eisentraut
Update config.guess and config.sub Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8d8954938094744ef4cab9d6f45f8e9e8abeb58f Modified Files -- config/config.guess | 223 +++ config/config.sub | 115 +++

[COMMITTERS] pgsql: Fix untranslatable assembly of libpq connection failure message

2011-05-19 Thread Peter Eisentraut
Fix untranslatable assembly of libpq connection failure message Even though this only affects the insertion of a parenthesized word, it's unwise to assume that parentheses can pass through untranslated. And in any case, the new version is clearer in the code and for translators. Branch -- mas