[COMMITTERS] pgsql: Document that pg_reload_conf() is also an easy way to reload the

2012-08-22 Thread Bruce Momjian
Document that pg_reload_conf() is also an easy way to reload the configuration file. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7dff5b8edd898146ffa4afc2df3f9d5c67e43f0e Modified Files -- doc/src/sgml/config.sgml |7 --- 1 files changed, 4 inse

[COMMITTERS] pgsql: Fix typo.

2012-08-22 Thread Bruce Momjian
Fix typo. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/03af60c010aebc0a100416897ecb0948168c99c9 Modified Files -- doc/src/sgml/config.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-co

Re: [COMMITTERS] pgsql: Update 9.2 release notes to reflect commits to date.

2012-08-22 Thread Bruce Momjian
On Wed, Aug 22, 2012 at 02:58:00AM +, Tom Lane wrote: > Update 9.2 release notes to reflect commits to date. > > I was unable to entirely resist the temptation to copy-edit related > entries, but will save most of that for a separate pass. Good, copy-edit is needed on that. -- Bruce Momji

Re: [COMMITTERS] pgsql: Update 9.2 release notes to reflect commits to date.

2012-08-22 Thread Tom Lane
Bruce Momjian writes: > On Wed, Aug 22, 2012 at 02:58:00AM +, Tom Lane wrote: >> I was unable to entirely resist the temptation to copy-edit related >> entries, but will save most of that for a separate pass. > Good, copy-edit is needed on that. Yeah, I'm going through the release notes now

[COMMITTERS] pgsql: Fix erroneous documentation of synchronous_commit = remote_write

2012-08-22 Thread Tom Lane
Fix erroneous documentation of synchronous_commit = remote_write. The docs claimed that this mode only waits for the standby to receive WAL data, but actually it waits for the data to be written out to the standby's OS; which is a pretty significant difference because it removes the risk of crash

[COMMITTERS] pgsql: Fix erroneous documentation of synchronous_commit = remote_write

2012-08-22 Thread Tom Lane
Fix erroneous documentation of synchronous_commit = remote_write. The docs claimed that this mode only waits for the standby to receive WAL data, but actually it waits for the data to be written out to the standby's OS; which is a pretty significant difference because it removes the risk of crash

[COMMITTERS] pgsql: Make an editorial pass over the 9.2 release notes.

2012-08-22 Thread Tom Lane
Make an editorial pass over the 9.2 release notes. A very large number of small improvements ... Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/979f8f0431ab2a727a45a4568f25d852aa0b94aa Modified Files -- doc/src/sgml/datatype.sgml|4 +- doc/src/sg

[COMMITTERS] pgsql: Make an editorial pass over the 9.2 release notes.

2012-08-22 Thread Tom Lane
Make an editorial pass over the 9.2 release notes. A very large number of small improvements ... Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a902d46475e702eb37a5dff51f68948d6d5536f7 Modified Files -- doc/src/sgml/datatype.sgml|4 +- doc

[COMMITTERS] pgsql: Make a cut at a major-features list for 9.2.

2012-08-22 Thread Tom Lane
Make a cut at a major-features list for 9.2. This is open to debate of course, but it's past time we had *something* here. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d3337731277c3f65209fc39986627c66033812e9 Modified Files -- doc/src/sgml/rele

[COMMITTERS] pgsql: Make a cut at a major-features list for 9.2.

2012-08-22 Thread Tom Lane
Make a cut at a major-features list for 9.2. This is open to debate of course, but it's past time we had *something* here. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b33f611682d0c587bb1496ff529fab1970f0d44c Modified Files -- doc/src/sgml/release-9.2

[COMMITTERS] pgsql: Remove overly-pessimistic statement about constraint exclusion.

2012-08-22 Thread Tom Lane
Remove overly-pessimistic statement about constraint exclusion. As of 9.2, constraint exclusion should work okay with prepared statements: the planner will try custom plans with actual values of the parameters, and observe that they are a lot cheaper than the generic plan, and thus never fall back

[COMMITTERS] pgsql: Remove overly-pessimistic statement about constraint exclusion.

2012-08-22 Thread Tom Lane
Remove overly-pessimistic statement about constraint exclusion. As of 9.2, constraint exclusion should work okay with prepared statements: the planner will try custom plans with actual values of the parameters, and observe that they are a lot cheaper than the generic plan, and thus never fall back

[COMMITTERS] pgsql: Add instructions for setting up documentation tool chain on Mac

2012-08-22 Thread Peter Eisentraut
Add instructions for setting up documentation tool chain on Mac OS X Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/26a6267226cd4ff84040e4bf4b0d0a7fd1b5258c Modified Files -- doc/src/sgml/docguide.sgml | 11 +++ 1 files changed, 11 insertions(+)

[COMMITTERS] pgsql: pg_upgrade: Run the created scripts in the test suite

2012-08-22 Thread Peter Eisentraut
pg_upgrade: Run the created scripts in the test suite Just to check that they actually work. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7afa8bed65ea925208f128048f3a528a64e1319a Modified Files -- contrib/pg_upgrade/test.sh |3 +++ 1 files changed,