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
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
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
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
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
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
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
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
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
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
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
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
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(+)
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,
14 matches
Mail list logo