| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-25 | Fix man page markup for <cmdsynopsis> with multiple variants | Peter Eisentraut | |
| 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-22 | Do some copy-editing on the Git usage docs. | Tom Lane | |
| 2010-09-22 | Fix remaining stray references to CVS. | Tom Lane | |
| 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 | Add assorted other documentation build targets to documentation gitignore. | Tom Lane | |
| 2010-09-22 | Remove anonymous cvs instructions, and replace them with instructions | Magnus Hagander | |
| for git. Change other references from cvs to git as well. | |||
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | |
| 2010-09-21 | Fix a missed explanation of auto-analyze threshold, per Joe Miller. | Tom Lane | |
| 2010-09-17 | Move pg_db_role_setting docs to correct place in alphabetical order. | Robert Haas | |
| 2010-09-16 | Stamp 9.0 release notes with expected release date; also some last-minute | Tom Lane | |
| copy-editing. | |||
| 2010-09-16 | Fix bad grammar. | Tom Lane | |
| 2010-09-15 | Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fld | Tom Lane | |
| when fld is of composite type. Per discussion of bug #5644 from Valentine Gogichashvili. | |||
| 2010-09-13 | Elaborate on what gets stored in pg_authid.rolpasswd. | Robert Haas | |
| 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 | Don't try aligning comments for new archive_command Win32 doc example; | Bruce Momjian | |
| it doesn't work. Backpatch to 9.0.X. | |||
| 2010-09-13 | Link from pg_shadow docs to pg_authid docs. | Robert Haas | |
| Per discussion with Josh Kupershmidt. | |||
| 2010-09-12 | Re-add documentation for Win32 copy syntax for archive_command. | Bruce Momjian | |
| Backpatch to 9.0.X. | |||
| 2010-09-09 | Remove obsolete claim that gzip is needed while installing PG's documentation. | Tom Lane | |
| 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 | Doc fixes: | Bruce Momjian | |
| - 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-08 | Add tip about building plpython 2 and 3. Fix link to Python docs. | Peter Eisentraut | |
| 2010-09-07 | Clarify that surrogate pairs are not encoded in UTF-8 directly | Peter Eisentraut | |
| 2010-09-02 | Clean up description of ecpg's dtcvfmtasc function. | Tom Lane | |
| Per KOIZUMI Satoru. | |||
| 2010-09-02 | Clean up some bad grammar and punctuation in description of ecpg's decimal | Tom Lane | |
| type. Per KOIZUMI Satoru. | |||
| 2010-09-01 | Clarify documentation of handling of null arguments for aggregates. | Tom Lane | |
| Per discussion. | |||
| 2010-09-01 | Improve release notes' description of Teodor's fixes for polygon overlaps | Tom Lane | |
| and contains operators. | |||
| 2010-08-31 | Add missing markup for translatability | Alvaro Herrera | |
| 2010-08-29 | Remove obsolete remark that PQprepare() is more flexible than PREPARE. | Tom Lane | |
| 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-26 | Document the existence of the socket lock file under unix_socket_directory, | Tom Lane | |
| 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 | Explain automatic creation (or lack of it) of indexes for the various types | Tom Lane | |
| of constraints. Kevin Grittner | |||
| 2010-08-25 | Remove docs for "Incrementally Updated Backups" because it was of | Bruce Momjian | |
| questionable reliability; information moved to a wiki: http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups Backpatch to 9.0. | |||
| 2010-08-25 | Document filtering dictionaries in textsearch.sgml. | Tom Lane | |
| 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 | Update release notes, per comments from Simon Riggs. | Bruce Momjian | |
| 2010-08-25 | Add missing description of reloftype field | Peter Eisentraut | |
| 2010-08-25 | Docs review for unaccent: fix grammar, markup, etc. | Tom Lane | |
| 2010-08-25 | Update 9.0 release notes for changes since beta4. | Tom Lane | |
| 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-24 | Further editing of release notes. | Tom Lane | |
| 2010-08-24 | Fix awkward wording in Incrementally Updated Backups docs. | Bruce Momjian | |
| Backpatch to 9.0.X. | |||
| 2010-08-24 | Clarifications for 9.0 release notes | Bruce Momjian | |
| Josh Berkus | |||
| 2010-08-24 | Update autovacuum_freeze_max_age documentation to mention that the | Bruce Momjian | |
| default is low because of pg_clog file removal. Backpatch to 9.0.X. | |||
| 2010-08-23 | Make an editorial pass over the 9.0 release notes. | Tom Lane | |
| This is mostly about grammar, style, and presentation, though I did find a few small factual errors. | |||
| 2010-08-22 | Document that autovacuum_freeze_max_age is used for pg_clog recycling. | Bruce Momjian | |
| We already mentioned xid wraparound. | |||
| 2010-08-19 | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | |
| 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-17 | Revert: looks like Binary Large OBject[sic] wasn't a misspelling | Peter Eisentraut | |
| 2010-08-17 | Spell and markup checking | Peter Eisentraut | |
| 2010-08-15 | Assorted improvements to backup/restore documentation, per Thom Brown. | Tom Lane | |
| 2010-08-15 | Clarify bit numbering in get_bit/set_bit etc. Per gripe from | Tom Lane | |
| Boszormenyi Zoltan. | |||
| 2010-08-15 | Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu. | Tom Lane | |
| 2010-08-15 | Add link and additional index reference to pgcrypto. | Robert Haas | |
| Kevin Grittner, with markup adjustments. | |||
| 2010-08-13 | Reorder docs on lexical structure slightly for clarity. | Robert Haas | |
| Thom Brown | |||
| 2010-08-12 | Back out syntax case changes --- seems they were intentional. | Bruce Momjian | |
| 2010-08-11 | Properly lowercase identifiers, uppercase keywords, in doc examples | Bruce Momjian | |
| 2010-08-11 | Fix one more incorrect errno definition in the ECPG manual. | Robert Haas | |
| Again, back-patch all the way to 7.4. | |||
