[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 changed, 79 insertions(+), 128 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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  |5 +
2 files changed, 12 insertions(+), 1 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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/commitdiff/bb46d42859f62d5fbe8a8b55690643cba65e106c

Modified Files
--
src/backend/port/sysv_sema.c  |8 +++-
src/backend/port/sysv_shmem.c |2 +-
2 files changed, 4 insertions(+), 6 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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|2 +-
doc/src/sgml/ref/pg_dumpall.sgml |2 +-
doc/src/sgml/ref/pg_restore.sgml |2 +-
src/bin/pg_dump/pg_backup.h  |2 +-
src/bin/pg_dump/pg_backup_archiver.c |2 +-
src/bin/pg_dump/pg_dump.c|   18 +-
src/bin/pg_dump/pg_dumpall.c |   10 +-
src/bin/pg_dump/pg_restore.c |8 
8 files changed, 23 insertions(+), 23 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 +--
2 files changed, 192 insertions(+), 146 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/fcd4575905608a6dd0868bd6ab99f3e06a743152

Modified Files
--
src/interfaces/libpq/fe-connect.c |   46 +
1 files changed, 26 insertions(+), 20 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers