[COMMITTERS] pgsql: Avoid changing the sign of zero.

2010-02-05 Thread Tom Lane
Log Message: --- Avoid changing the sign of zero. Per buildfarm failures. Modified Files: -- pgsql/src/port: rint.c (r1.3 -> r1.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/rint.c?r1=1.3&r2=1.4) -- Sent via pgsql-committers mailing list (p

[COMMITTERS] pgsql: Mention warm and now "hot" standby servers in the high

2010-02-05 Thread Bruce Momjian
Log Message: --- Mention warm and now "hot" standby servers in the high availability docs. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.37 -> r1.38) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=

[COMMITTERS] pgsql: Document that archive_timeout will force new WAL files even if a

2010-02-05 Thread Bruce Momjian
Log Message: --- Document that archive_timeout will force new WAL files even if a single checkpoint has happened, and recommend adjusting checkpoint_timeout to reduce the impact of this. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.249 -> r1.250)

[COMMITTERS] pgsql: Add C comment about process_settings() setting order.

2010-02-05 Thread Bruce Momjian
Log Message: --- Add C comment about process_settings() setting order. Modified Files: -- pgsql/src/backend/utils/init: postinit.c (r1.201 -> r1.202) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c?r1=1.201&r2=1.202) -- S

[COMMITTERS] pgsql: Previous commit was: Properly document that OVER and WINDOW are

2010-02-05 Thread Bruce Momjian
Log Message: --- Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words. Modified Files: -- pgsql/doc/src/sgml: keywords.sgml (r2.29 -> r2.30) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/keywords.sgml?r1=2

[COMMITTERS] pgsql: Properly document that OVER and WINDOW are Postgres reserved

2010-02-05 Thread Bruce Momjian
Log Message: --- Properly document that OVER and WINDOW are Postgres reserved words. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: keywords.sgml (r2.25 -> r2.25.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/keywords.sg

[COMMITTERS] pgsql: Previous commit was to have tab checking as part of gmake check.

2010-02-05 Thread Bruce Momjian
Log Message: --- Previous commit was to have tab checking as part of gmake check. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.137 -> r1.138) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.137&r2=1.138) -- Sent via pgsql

[COMMITTERS] pgsql:

2010-02-05 Thread Bruce Momjian
Log Message: --- Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.136 -> r1.137) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.136&r2=1.137) keywords.sgml (r2.28 -> r2.29) (http://anoncvs.postgresql.org/cvsw

[COMMITTERS] pgsql: Improve PL/Perl documentation of database access functions.

2010-02-05 Thread Bruce Momjian
Log Message: --- Improve PL/Perl documentation of database access functions. Alexey Klyukin Modified Files: -- pgsql/doc/src/sgml: plperl.sgml (r2.78 -> r2.79) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plperl.sgml?r1=2.78&r2=2.79) -- S

[COMMITTERS] pgsql: Add SGML 'check-tabs' Makefile rule to check for tabs.

2010-02-05 Thread Bruce Momjian
Log Message: --- Add SGML 'check-tabs' Makefile rule to check for tabs. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.135 -> r1.136) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.135&r2=1.136) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Add a note to the documentation of pg_standby that it's important

2010-02-05 Thread Heikki Linnakangas
Log Message: --- Add a note to the documentation of pg_standby that it's important that the postgres process has permissions to delete the trigger file, per suggestion by Mason Hale. Also fix pg_standby to do a more predictable exit(200) instead of the current exit(-1) when the unlink of t