[COMMITTERS] psqlodbc - psqlodbc: Arrangement of a history.

2011-04-04 Thread Hiroshi Saito
Log Message: --- Arrangement of a history. Modified Files: -- psqlodbc/docs: release.html (r1.72 - r1.73) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html?r1=1.72r2=1.73) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Duplicate expansion of direction from FETCH's synopsis into MO

2011-04-04 Thread Alvaro Herrera
Duplicate expansion of direction from FETCH's synopsis into MOVE Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8c250f3741f4f897362de32a03f56726cf3f9774 Modified Files -- doc/src/sgml/ref/fetch.sgml |1 + doc/src/sgml/ref/move.sgml | 18

[COMMITTERS] pgsql: Include pid in pg_lock_status() results even for SIREAD locks.

2011-04-04 Thread Robert Haas
Include pid in pg_lock_status() results even for SIREAD locks. Dan Ports Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a0e50e698beb89a8ec203303581e464a5f69fc41 Modified Files -- src/backend/utils/adt/lockfuncs.c |5 - 1 files changed, 4

[COMMITTERS] pgsql: Add missing check on invocation of trusted procedures.

2011-04-04 Thread Robert Haas
Add missing check on invocation of trusted procedures. KaiGai Kohei Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/595a441ae999fb155a381fa4bcceadf40f041a33 Modified Files -- contrib/sepgsql/expected/label.out |8 contrib/sepgsql/hooks.c

[COMMITTERS] pgsql: Uppercase !ENTITY and !DOCTYPE tags in SGML source

2011-04-04 Thread Alvaro Herrera
Uppercase !ENTITY and !DOCTYPE tags in SGML source This improves compatibility with external toolchains, such as those used by some documentation translation tools. Gabriele Bartolini Branch -- master Details ---

[COMMITTERS] pgsql: Merge synchronous_replication setting into synchronous_commit.

2011-04-04 Thread Robert Haas
Merge synchronous_replication setting into synchronous_commit. This means one less thing to configure when setting up synchronous replication, and also avoids some ambiguity around what the behavior should be when the settings of these variables conflict. Fujii Masao, with additional hacking by

[COMMITTERS] pgsql: Update MSVC toolchain to match SGML entity uppercasing

2011-04-04 Thread Alvaro Herrera
Update MSVC toolchain to match SGML entity uppercasing Per Robert Haas Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/34a991619bddf2bfb441cf2d4396b67198326bcd Modified Files -- src/tools/msvc/Solution.pm |4 ++-- 1 files changed, 2 insertions(+), 2

[COMMITTERS] pgsql: Update comments and credit doc proofreaders

2011-04-04 Thread Simon Riggs
Update comments and credit doc proofreaders Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/35d2a660fea51f8acae6aa0895875757fa09cb26 Modified Files -- doc/src/sgml/release-9.1.sgml | 18 +- 1 files changed, 13 insertions(+), 5

[COMMITTERS] pgsql: Centralise release note items related to recovery and replicatio

2011-04-04 Thread Simon Riggs
Centralise release note items related to recovery and replication Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/479ee1b962ca2d479310af762c21d7c2056fdeca Modified Files -- doc/src/sgml/release-9.1.sgml | 183 +++-- 1

[COMMITTERS] pgsql: Avoid assuming there will be only 3 states for synchronous_commi

2011-04-04 Thread Simon Riggs
Avoid assuming there will be only 3 states for synchronous_commit. Also avoid hardcoding the current default state by giving it the name on and replace with a meaningful name that reflects its behaviour. Coding only, no change in behaviour. Branch -- master Details ---