aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit_prepared.sgml
Commit message (Collapse)AuthorAge
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
|
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
| | | | | | | | | The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
| | | | | | | | | another section if required by the platform (instead of the old way of building them in section "l" and always transforming them to the platform-specific section). This speeds up the installation on common platforms, and it avoids some funny business with the man page tools and build process.
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
|
* Minor SGML work: add some more hyperlinks, where appropriate.Neil Conway2006-02-26
|
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
hacking by Alvaro Herrera and Tom Lane.