| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-01-07 | Fix typo. | Thomas G. Lockhart | |
| 1999-01-07 | Add 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-07 | Remove mention of a couple of introductory chapters | Thomas G. Lockhart | |
| which are not used here. | |||
| 1999-01-07 | Fix column formatting for a table. No content changes. | Thomas G. Lockhart | |
| 1999-01-07 | Put in more markup. Not done yet though. | Thomas G. Lockhart | |
| 1999-01-07 | Include installation instructions for WIN32 client-side libraries. | Thomas G. Lockhart | |
| From Magnus Hagander <mha@sollentuna.net>. | |||
| 1998-12-29 | Clean up to ensure tag completion as required by the newest versions | Thomas G. Lockhart | |
| of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>. | |||
| 1998-12-18 | Fix typos in rules.sgml. | Thomas G. Lockhart | |
| Add Emacs configuration block to postgres.sgml. | |||
| 1998-12-18 | Include example of Postgres' extended query syntax which allow one to omit | Thomas G. Lockhart | |
| the FROM clause. e.g. "SELECT table.*". | |||
| 1998-12-18 | Update information on alternate database locations. | Thomas G. Lockhart | |
| These fixes are from Jeff Hoffmann <jeff@remapcorp.com>. | |||
| 1998-12-18 | Include 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-18 | Include keywords from CASE implementation. | Thomas G. Lockhart | |
| Rearrange a few other keywords to put them in the proper category. | |||
| 1998-12-18 | Add Cobalt MIPS linux box from Tatsuo. | Thomas G. Lockhart | |
| 1998-12-18 | Update some info, especially the CIDR/INET data types. | Thomas G. Lockhart | |
| 1998-12-18 | Include Emacs DocBook DTD description file. May allow Emacs to understand | Thomas 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-18 | Information 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-17 | Remove need for doc 'install man' in INSTALL file. install does both | Bruce Momjian | |
| html and man. | |||
| 1998-11-14 | Add new "-N" flag to force double quotes around identifiers. | Thomas G. Lockhart | |
| Fix missing mention of "-n" flag in synopsis. | |||
| 1998-11-14 | Add id attribute to reftitle to allow cross referencing from the new | Thomas G. Lockhart | |
| vaccumdb reference page. | |||
| 1998-11-14 | Add reference page for new vacuumdb utility. | Thomas G. Lockhart | |
| 1998-11-02 | Fix email addres for Dan Horak per his request. | Thomas G. Lockhart | |
| 1998-11-02 | Move configuration info to after installation procedure. | Thomas G. Lockhart | |
| Include only the current release in the release notes section. | |||
| 1998-11-02 | Include instructions on perl installation. | Thomas G. Lockhart | |
| Already in product docs since they were built on my machine. | |||
| 1998-10-31 | Cleanup 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-31 | Try to get only html and gif files into tarballs. | Thomas G. Lockhart | |
| Was picking up subdirectories and other garbage. | |||
| 1998-10-30 | Minor editing and markup changes as a result of preparing the Postscript | Thomas G. Lockhart | |
| documentation for v6.4. Bigger updates to the installation instructions (install and config). | |||
| 1998-10-30 | Minor cleanup in markup, especially in the Output section. | Thomas G. Lockhart | |
| 1998-10-27 | Incorporate 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-27 | New info on a few ports for v6.4. | Thomas G. Lockhart | |
| 1998-10-27 | Try to get a straight story on which prompts mean what. | Thomas G. Lockhart | |
| 1998-10-27 | Include new cidr and inet data types. | Thomas G. Lockhart | |
| 1998-10-27 | Include configuration chapter with new info on configure and make. | Thomas G. Lockhart | |
| 1998-10-27 | First cut at standalone installation guide to replace INSTALL text source. | Thomas G. Lockhart | |
| 1998-10-25 | Try 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-25 | Fix from Tom Lane for pg_shadow in pg_upgrade | Bruce Momjian | |
| 1998-10-25 | Update info for v6.4. Fix markup of some examples which should | Thomas G. Lockhart | |
| have been <programlisting> blocks. | |||
| 1998-10-25 | Add debugging info from Cary O'Brien. | Thomas G. Lockhart | |
| Include comments from Robert Burrows. | |||
| 1998-10-25 | Small 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-25 | Add 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-25 | Update info on source files for v6.4. | Thomas G. Lockhart | |
| Should add/change ToDo list some more before release... | |||
| 1998-10-25 | Add Y2K statement for intros. | Thomas G. Lockhart | |
| Make sure notation section is included in most intros. | |||
| 1998-10-24 | Update instructions for running configure (the old ones | Tom 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-21 | Minor fixes in markup. | Thomas G. Lockhart | |
| Include cross-references in NOTIFY and UNLISTEN. | |||
| 1998-10-21 | Minor fixes in markup. | Thomas G. Lockhart | |
| 1998-10-21 | Incorporate information from Cary and Robert. | Thomas G. Lockhart | |
| More how-to stuff on ApplixWare. | |||
| 1998-10-21 | Include new information from Massimo. Rearrange ODBC docs. | Thomas G. Lockhart | |
| 1998-10-21 | Programming 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-21 | New programmer's information from Massimo Dal Zotto. | Thomas G. Lockhart | |
| 1998-10-17 | Minor documentation improvements and markup fixes. | Tom Lane | |
| 1998-10-15 | SGML updates from post 6.3.2 manual changes. Added pg_upgrade man page. | Bruce Momjian | |
