[COMMITTERS] pgsql: Release notes for 9.1alpha3

2010-12-24 Thread Peter Eisentraut
Release notes for 9.1alpha3 Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b2fd345ab9ef5857ff42e6d81d57a0f15247b430 Modified Files -- doc/src/sgml/release-9.1.sgml | 245 + 1 files changed,

[COMMITTERS] pgsql: Move the documentation of --no-security-label to a more sensible

2010-12-24 Thread Peter Eisentraut
Move the documentation of --no-security-label to a more sensible place The order on the pg_dump/pg_dumpall man pages is not very strict, but surely putting it under connection options was wrong. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h

[COMMITTERS] pgsql: Improve "pg_ctl -w start" server detection by writing the postma

2010-12-24 Thread Bruce Momjian
Improve "pg_ctl -w start" server detection by writing the postmaster port and socket directory into postmaster.pid, and have pg_ctl read from that file, for use by PQping(). Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=075354ad1bc0496c30dbd

[COMMITTERS] pgsql: Backpatch to 9.0 a doc mention that a BBU does not prevent parti

2010-12-24 Thread Bruce Momjian
Backpatch to 9.0 a doc mention that a BBU does not prevent partial page writes. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c47458529533bc88e34778818a4ce7d5c309d7a8 Modified Files -- doc/src/sgml/wal.sgml | 10 ++-

[COMMITTERS] pgsql: Remove quotes from boolean recovery.conf.sample parameters, now

2010-12-24 Thread Bruce Momjian
Remove quotes from boolean recovery.conf.sample parameters, now that the quotes are not required. This now matches postgresql.conf's specification of booleans. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5000472112da91023bf468e57bb8ce9217

[COMMITTERS] pgsql: Allow vpath builds and regression tests to succeed on Mingw. Bac

2010-12-24 Thread Andrew Dunstan
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=370a89969623647612a0d5

[COMMITTERS] pgsql: Allow vpath builds and regression tests to succeed on Mingw. Bac

2010-12-24 Thread Andrew Dunstan
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=66b133d2b8a09fb468d59c

[COMMITTERS] pgsql: Allow vpath builds and regression tests to succeed on Mingw. Bac

2010-12-24 Thread Andrew Dunstan
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=04ee0db6b287a1ff41b55cc440769

[COMMITTERS] pgsql: Fix grammar

2010-12-24 Thread Peter Eisentraut
Fix grammar Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3bb1800b55c8c90e7ef2ed92a5f201e3a85e3036 Modified Files -- doc/src/sgml/extend.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql

[COMMITTERS] pgsql: Fix grammar

2010-12-24 Thread Peter Eisentraut
Fix grammar Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=79a9decdd33c9662c0722ef1d49d8aa951739da4 Modified Files -- doc/src/sgml/extend.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Correct spelling: longjump() -> longjmp().

2010-12-24 Thread Robert Haas
Correct spelling: longjump() -> longjmp(). Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4ec92b05e640b0991ba67d41cbb097200200fe70 Modified Files -- doc/src/sgml/extend.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions

[COMMITTERS] pgsql: Correct spelling: longjump() -> longjmp().

2010-12-24 Thread Robert Haas
Correct spelling: longjump() -> longjmp(). Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a45e2e141d5002866f60b6f28f14d00317c106d1 Modified Files -- doc/src/sgml/extend.sgml |2 +- 1 files changed, 1 insertions(+), 1 de