798cbc015b
Mention that pg_upgrade requires write permission in the current
...
directory.
Per report from Harald Armin Massa.
2010-09-28 18:43:01 +00:00
946de44b3d
Mention in pg_upgrade docs that the proper Win32 service name should be used.
...
Per report from Harald Armin Massa
2010-09-28 18:32:07 +00:00
cd1454cdc3
Add mention of installing pg_upgrade_support in pg_upgrade doc section
...
title, per suggestion from Ian Barwick.
2010-09-28 17:25:21 +00:00
f27860dba3
Fix man page markup for <cmdsynopsis> with multiple variants
...
Command synopses using <cmdsynopsis> with multiple variants previously used
<sbr> to break lines between variants. The new man page toolchain introduced
in 9.0 makes a mess out of that, and that markup was probably wrong all along,
because <sbr> is supposed to break lines within a synopsis, not between them.
So fix that by using multiple <cmdsynopsis> elements inside <refsynopsisdiv>.
backpatched to 9.0
2010-09-25 16:47:58 +03:00
535c611f76
Do some copy-editing on the Git usage docs.
2010-09-22 20:22:35 -04:00
5074f68848
Fix remaining stray references to CVS.
...
These are just cosmetic and don't seem worth back-patching far.
I put them into 9.0 just because it was trivial to do so.
2010-09-22 19:51:46 -04:00
f3a838bb76
Add assorted other documentation build targets to documentation gitignore.
2010-09-22 18:08:53 -04:00
bbf84ac000
Remove anonymous cvs instructions, and replace them with instructions
...
for git. Change other references from cvs to git as well.
2010-09-22 20:10:29 +02:00
a692359411
Convert cvsignore to gitignore, and add .gitignore for build targets.
2010-09-22 12:57:06 +02:00
dcd9dcdeeb
Fix a missed explanation of auto-analyze threshold, per Joe Miller.
2010-09-21 16:40:50 -04:00
c6f6db5fdf
Move pg_db_role_setting docs to correct place in alphabetical order.
2010-09-17 18:50:22 +00:00
861861edcc
tag v9.0.0 ... the big day approaches
2010-09-17 01:18:41 +00:00
57d115c449
Stamp 9.0 release notes with expected release date; also some last-minute
...
copy-editing.
2010-09-16 18:15:28 +00:00
a59eaf28cc
Fix bad grammar.
2010-09-16 14:31:26 +00:00
e3171be674
Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fld
...
when fld is of composite type. Per discussion of bug #5644 from Valentine
Gogichashvili.
2010-09-15 17:46:02 +00:00
3b08e09fe7
Elaborate on what gets stored in pg_authid.rolpasswd.
...
Also, add cross-reference from pg_shadow.passwd to pg_authid.rolpasswd and
fix a bit of markup I muffed in my previous commit.
Per discussion with Josh Kupershmidt.
2010-09-13 17:03:23 +00:00
6bb4a7b305
Don't try aligning comments for new archive_command Win32 doc example;
...
it doesn't work.
Backpatch to 9.0.X.
2010-09-13 01:35:54 +00:00
1cdf188aa6
Link from pg_shadow docs to pg_authid docs.
...
Per discussion with Josh Kupershmidt.
2010-09-13 01:25:12 +00:00
f499c211d8
Re-add documentation for Win32 copy syntax for archive_command.
...
Backpatch to 9.0.X.
2010-09-12 13:47:19 +00:00
e266be9110
Remove obsolete claim that gzip is needed while installing PG's documentation.
...
It isn't, now that we ship the docs as loose files rather than a sub-tarball.
Also adjust the wording in a couple of places to make the lists of required
software read more consistently.
2010-09-09 17:19:46 +00:00
a8745a9afd
Doc fixes:
...
- remove excessive table cells
- moving function parameters into function tags rather than having
them being considered separate
- add return type column on XML2 contrib module functions list and
removing return types from function
- add table header to XML2 contrib parameter table
Thom Brown
Backpatch to 9.0.X.
2010-09-09 00:48:29 +00:00
83756a241a
Add tip about building plpython 2 and 3. Fix link to Python docs.
2010-09-08 20:35:53 +00:00
f48fb5d823
Clarify that surrogate pairs are not encoded in UTF-8 directly
2010-09-07 18:54:08 +00:00
a2145a5b43
Clean up description of ecpg's dtcvfmtasc function.
...
Per KOIZUMI Satoru.
2010-09-02 14:57:09 +00:00
ec3747f77e
Clean up some bad grammar and punctuation in description of ecpg's decimal
...
type. Per KOIZUMI Satoru.
2010-09-02 14:46:51 +00:00
43e48de4a5
Clarify documentation of handling of null arguments for aggregates.
...
Per discussion.
2010-09-01 18:22:35 +00:00
41c8287de0
Improve release notes' description of Teodor's fixes for polygon overlaps
...
and contains operators.
2010-09-01 15:14:48 +00:00
9602630f40
Add missing markup for translatability
2010-08-31 05:57:56 +00:00
0808cb109b
Remove obsolete remark that PQprepare() is more flexible than PREPARE.
...
Spotted by Dmitriy Igrishin. Back-patch to 8.2, which is when the PREPARE
statement was improved to allow parameter types to be omitted.
2010-08-29 15:19:12 +00:00
ee48d27e34
tag rc1 ... final stretch ...
2010-08-27 03:04:41 +00:00
d7a1feba67
Document the existence of the socket lock file under unix_socket_directory,
...
which is perhaps not a terribly good spot for it but there doesn't seem to be
a better place. Also add a source-code comment pointing out a couple reasons
for having a separate lock file. Per suggestion from Greg Smith.
2010-08-26 22:00:32 +00:00
cf95e921ff
Explain automatic creation (or lack of it) of indexes for the various types
...
of constraints.
Kevin Grittner
2010-08-26 21:08:43 +00:00
2d685d4ec0
Remove docs for "Incrementally Updated Backups" because it was of
...
questionable reliability; information moved to a wiki:
http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups
Backpatch to 9.0.
2010-08-25 23:56:03 +00:00
6a167730e3
Document filtering dictionaries in textsearch.sgml.
...
While at it, copy-edit the description of prefix-match marker support in
synonym dictionaries, and clarify the description of the default unaccent
dictionary a bit more.
2010-08-25 21:43:01 +00:00
167557b476
Update release notes, per comments from Simon Riggs.
2010-08-25 19:41:51 +00:00
a60d200092
Add missing description of reloftype field
2010-08-25 18:18:38 +00:00
0d495e3412
Docs review for unaccent: fix grammar, markup, etc.
2010-08-25 02:12:11 +00:00
5b9399f0a1
Update 9.0 release notes for changes since beta4.
...
Note: as usual, bug fixes that were also applied in back branches are not
considered material to include in a new major release's notes.
2010-08-25 00:48:06 +00:00
84cc6717bc
Further editing of release notes.
2010-08-24 23:45:37 +00:00
7946e1a71b
Fix awkward wording in Incrementally Updated Backups docs.
...
Backpatch to 9.0.X.
2010-08-24 15:22:19 +00:00
bbc0d041fb
Clarifications for 9.0 release notes
...
Josh Berkus
2010-08-24 14:46:35 +00:00
fad4b0013d
Update autovacuum_freeze_max_age documentation to mention that the
...
default is low because of pg_clog file removal.
Backpatch to 9.0.X.
2010-08-24 13:32:32 +00:00
1be6be8f11
Make an editorial pass over the 9.0 release notes.
...
This is mostly about grammar, style, and presentation, though I did find
a few small factual errors.
2010-08-23 02:43:35 +00:00
84d30267c5
Document that autovacuum_freeze_max_age is used for pg_clog recycling.
...
We already mentioned xid wraparound.
2010-08-22 02:37:38 +00:00
f333f69d19
Bring some sanity to the trace_recovery_messages code and docs.
...
Per gripe from Fujii Masao, though this is not exactly his proposed patch.
Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii,
but set the default to LOG because higher values aren't really sensible
(see the code for trace_recovery()). Fix the documentation to agree with
the code and to try to explain what the variable actually does. Get rid
of no-op calls trace_recovery(LOG), which accomplish nothing except to
demonstrate that this option confuses even its author.
2010-08-19 22:55:10 +00:00
db7fe0de62
Revert: looks like Binary Large OBject[sic] wasn't a misspelling
2010-08-17 04:47:03 +00:00
f71145d0ec
Spell and markup checking
2010-08-17 04:37:19 +00:00
5e25b70b23
Assorted improvements to backup/restore documentation, per Thom Brown.
2010-08-15 23:04:54 +00:00
799743b792
Clarify bit numbering in get_bit/set_bit etc. Per gripe from
...
Boszormenyi Zoltan.
2010-08-15 21:26:42 +00:00
95139e6e66
Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.
2010-08-15 20:20:35 +00:00