[COMMITTERS] pgsql: Remove tab in 9.1 SGML file.

2012-01-23 Thread Bruce Momjian
Remove tab in 9.1 SGML file. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e9cdb00ccdf3c4ef8706e801617bd4ed21907f5d Modified Files -- doc/src/sgml/monitoring.sgml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-c

[COMMITTERS] pgsql: Resolve timing issue with logging locks for Hot Standby.

2012-01-23 Thread Simon Riggs
Resolve timing issue with logging locks for Hot Standby. We log AccessExclusiveLocks for replay onto standby nodes, but because of timing issues on ProcArray it is possible to log a lock that is still held by a just committed transaction that is very soon to be removed. To avoid any timing issue we

[COMMITTERS] pgsql: ALTER [IF EXISTS] ... allows silent DDL if required,

2012-01-23 Thread Simon Riggs
ALTER [IF EXISTS] ... allows silent DDL if required, e.g. ALTER FOREIGN TABLE IF EXISTS foo RENAME TO bar Pavel Stehule Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b8a91d9d1c7ec75aaecf13df687ec7b5b0ed35a6 Modified Files -- doc/src/sgml/ref/alter_for