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
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
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
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|
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 +++
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