summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1999-01-07Fix typo.Thomas G. Lockhart
1999-01-07Add entries for introduction chapter components such as Y2K statement.Thomas G. Lockhart
Use a <citetitle> rather than <xref> when referring to libpq since that chapter is not included in the tutorial.
1999-01-07Remove mention of a couple of introductory chaptersThomas G. Lockhart
which are not used here.
1999-01-07Fix column formatting for a table. No content changes.Thomas G. Lockhart
1999-01-07Put in more markup. Not done yet though.Thomas G. Lockhart
1999-01-07Include installation instructions for WIN32 client-side libraries.Thomas G. Lockhart
From Magnus Hagander <mha@sollentuna.net>.
1998-12-29Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
1998-12-18Fix typos in rules.sgml.Thomas G. Lockhart
Add Emacs configuration block to postgres.sgml.
1998-12-18Include example of Postgres' extended query syntax which allow one to omitThomas G. Lockhart
the FROM clause. e.g. "SELECT table.*".
1998-12-18Update information on alternate database locations.Thomas G. Lockhart
These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
1998-12-18Include more details on editing with Emacs.Thomas G. Lockhart
Remove mention of the old "migration" flat files. Change URLs for resources to point to areas, not particular files. That way things stay correct even when version of tools change. Suggested by Vince Vielhaber.
1998-12-18Include keywords from CASE implementation.Thomas G. Lockhart
Rearrange a few other keywords to put them in the proper category.
1998-12-18Add Cobalt MIPS linux box from Tatsuo.Thomas G. Lockhart
1998-12-18Update some info, especially the CIDR/INET data types.Thomas G. Lockhart
1998-12-18Include Emacs DocBook DTD description file. May allow Emacs to understandThomas G. Lockhart
tags even if DocBook is not installed on your local system. Most of the .sgml source files contain a reference to this file in an Emacs setup block at the bottom of the file...
1998-12-18Information on the CVS tree and remote access.Thomas G. Lockhart
Not yet complete, integrated, or marked up. Not yet included in a document (should go in the developer's doc?).
1998-12-17Remove need for doc 'install man' in INSTALL file. install does bothBruce Momjian
html and man.
1998-11-14Add new "-N" flag to force double quotes around identifiers.Thomas G. Lockhart
Fix missing mention of "-n" flag in synopsis.
1998-11-14Add id attribute to reftitle to allow cross referencing from the newThomas G. Lockhart
vaccumdb reference page.
1998-11-14Add reference page for new vacuumdb utility.Thomas G. Lockhart
1998-11-02Fix email addres for Dan Horak per his request.Thomas G. Lockhart
1998-11-02Move configuration info to after installation procedure.Thomas G. Lockhart
Include only the current release in the release notes section.
1998-11-02Include instructions on perl installation.Thomas G. Lockhart
Already in product docs since they were built on my machine.
1998-10-31Cleanup for v6.4 release.Thomas G. Lockhart
Make new file current.sgml to hold release info for the current release. Should be moved to release.sgml before filling with next release info.
1998-10-31Try to get only html and gif files into tarballs.Thomas G. Lockhart
Was picking up subdirectories and other garbage.
1998-10-30Minor editing and markup changes as a result of preparing the PostscriptThomas G. Lockhart
documentation for v6.4. Bigger updates to the installation instructions (install and config).
1998-10-30Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart
1998-10-27Incorporate changes suggested by Tom Lane.Thomas G. Lockhart
Update storage space estimates. Continue cleanup. Still need to consolidate configure parameters with new config.sgml info.
1998-10-27New info on a few ports for v6.4.Thomas G. Lockhart
1998-10-27Try to get a straight story on which prompts mean what.Thomas G. Lockhart
1998-10-27Include new cidr and inet data types.Thomas G. Lockhart
1998-10-27Include configuration chapter with new info on configure and make.Thomas G. Lockhart
1998-10-27First cut at standalone installation guide to replace INSTALL text source.Thomas G. Lockhart
1998-10-25Try to go through and get the markup right.Thomas G. Lockhart
Make more changes to freshen up to v6.4 conventions. Drop mention of Postgres95 docs.
1998-10-25Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian
1998-10-25Update info for v6.4. Fix markup of some examples which shouldThomas G. Lockhart
have been <programlisting> blocks.
1998-10-25Add debugging info from Cary O'Brien.Thomas G. Lockhart
Include comments from Robert Burrows.
1998-10-25Small adjustments in markup getting ready for hardcopy release.Thomas G. Lockhart
Jan did a nice job of initial markup so it was pretty easy!
1998-10-25Add massive new docs from Peter Mount.Thomas G. Lockhart
Includes markup for the introductory portions suitable for the User's Guide but just put the class reference material inside a huge <programlisting> block. Figure out what to do later...
1998-10-25Update info on source files for v6.4.Thomas G. Lockhart
Should add/change ToDo list some more before release...
1998-10-25Add Y2K statement for intros.Thomas G. Lockhart
Make sure notation section is included in most intros.
1998-10-24Update instructions for running configure (the old onesTom Lane
seem to date from some pre-autoconf interactive configure script). Revise sequence of instructions to allow you to start the regular postmaster run before running regression tests; there's no need to start and kill a special postmaster for regression tests. Update the description of interpreting regression test results.
1998-10-21Minor fixes in markup.Thomas G. Lockhart
Include cross-references in NOTIFY and UNLISTEN.
1998-10-21Minor fixes in markup.Thomas G. Lockhart
1998-10-21Incorporate information from Cary and Robert.Thomas G. Lockhart
More how-to stuff on ApplixWare.
1998-10-21Include new information from Massimo. Rearrange ODBC docs.Thomas G. Lockhart
1998-10-21Programming Language info from Jan Wieck.Thomas G. Lockhart
Not yet marked up or included in a document, but it should be checked in to be safe.
1998-10-21New programmer's information from Massimo Dal Zotto.Thomas G. Lockhart
1998-10-17Minor documentation improvements and markup fixes.Tom Lane
1998-10-15SGML updates from post 6.3.2 manual changes. Added pg_upgrade man page.Bruce Momjian