Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-25 | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | |
vague cross-references with real links. | |||
2002-11-15 | SGML improvements. | Bruce Momjian | |
Neil Conway | |||
2002-10-24 | Add introductory sections explaining what each book is about. Remove Y2K | Peter Eisentraut | |
statement. | |||
2002-09-21 | Add more appropriate markup. | Peter Eisentraut | |
2002-09-18 | Remove pgeasy and odbc. | Peter Eisentraut | |
2002-08-22 | Remove libpq++ SGML documentation. | Bruce Momjian | |
2002-01-07 | Editorial review | Peter Eisentraut | |
2001-05-12 | Add index. Only some parts of the manual set have index entries so far... | Peter Eisentraut | |
2001-05-12 | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut | |
there's no shared libpython. Test suite works as well. Also, add some documentation. | |||
2001-05-08 | Remove LISP manual reference. Added to web "interfaces" page. | Bruce Momjian | |
2001-03-04 | PyGreSQL documentation. Based on the README, converted to DocBook by | Peter Eisentraut | |
Mikhail Terekhov <terekhov@emc.com>. | |||
2001-02-04 | Move PL docs to programmer's guide, "storage" chapter to admin guide, | Peter Eisentraut | |
clean up some things in the affected areas. | |||
2001-02-03 | Update, polish, consistencify preface/intro sections. | Peter Eisentraut | |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
2001-01-13 | Terminology cleanup: class -> table, instance -> row, attribute -> column, | Peter Eisentraut | |
etc. | |||
2001-01-12 | Update information about compiling extension modules. | Peter Eisentraut | |
2000-11-24 | Revive Reference Manual, remove reference pages from User's Guide. | Peter Eisentraut | |
Make version.sgml the central place for updating version numbers in the documentation. Document titles now contain the version number of the release they belong to. filelist.sgml is the central (and only) place to declare system entities (i.e., sgml files). No longer a need to declare them in each document header. There is no longer any need to maintain duplicate chapter lists in postgres.sgml and user/admin/etc.sgml, everything is build from the same sources. Some parameter entities allow for different text to be included when the integrated or a single doc set is generated, which eliminates the problems that had caused this to fail in the past. | |||
2000-10-08 | Split out Developer's from Programmer's guide. | Peter Eisentraut | |
2000-06-18 | Separated set constraints and set transaction reference pages, revised set | Peter Eisentraut | |
reference page to new configuration system. Big update to administrator's guide, chapters Runtime environment, Client authentication, and User management, the latter two were part of the old Security chapter. | |||
2000-05-02 | Fixups in content and markup for 7.0 release. | Thomas G. Lockhart | |
2000-03-31 | Add Bruce's pgeasy doc from the man page. | Thomas G. Lockhart | |
2000-03-30 | Remove PL/perl language chapter, since it shows up in the User's Guide. | Thomas G. Lockhart | |
2000-03-30 | Accumulated fixups. | Thomas G. Lockhart | |
Add some chapters on new topics. Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0 Grepped for and fixed apparent tag mangling from emacs "Normalize" operation. Should be the last of those. | |||
2000-03-28 | Update SGML catalog references to DocBook 3.1 on FreeBSD. | Thomas G. Lockhart | |
Matches postgresql.org/hub.org environment. | |||
2000-02-02 | Add short chapter in developer's guide on formatting source code. | Thomas G. Lockhart | |
1999-12-06 | Remove references to PostgreSQL as "public-domain" since that has a | Thomas G. Lockhart | |
specific meaning wrt copyright (or lack thereof). | |||
1999-07-22 | Complete merge of all old man page information. | Thomas G. Lockhart | |
lisp.sgml is a placeholder for Eric Marsden's upcoming contribution. catalogs.sgml is not yet marked up or integrated. It should perhaps become an appendix. | |||
1999-06-23 | Remove User's Guide entities since they were not being used. | Thomas G. Lockhart | |
1999-06-03 | Markup changes for v6.5 release. | Thomas G. Lockhart | |
Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. | |||
1999-05-26 | Add chapters on CVS access, MVCC, SQL theory to the docs. | Thomas G. Lockhart | |
Add an appendix with more details on date/time attributes and handling. Update most references to Postgres version numbers to 6.5, *except* for the porting list which will require a report from a successful installation to be updated. | |||
1999-05-22 | Finish initial markup of cvs.sgml, and include it in the programmer's guide | Thomas G. Lockhart | |
and the integrated doc. Clean up other markup. | |||
1999-05-20 | Rearrange and consolidate the Admin Guide. | Thomas G. Lockhart | |
Add reference pages for utilities and remove standalone chapters for same. Add material for an appendix on date/time properties, but not yet integrated with the User's Guide. Break up the former chapter on pg_options into Admin and Programmer's Guides. | |||
1999-04-08 | Add emacs editor hints to bottom of file. | Thomas G. Lockhart | |
1999-02-13 | Re-enable arch-dev.sgml now that it has new information from Stefan's | Thomas G. Lockhart | |
Master's Thesis. | |||
1999-01-07 | Remove mention of a couple of introductory chapters | Thomas G. Lockhart | |
which are not used here. | |||
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-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-25 | Add Y2K statement for intros. | Thomas G. Lockhart | |
Make sure notation section is included in most intros. | |||
1998-10-21 | Include new information from Massimo. Rearrange ODBC docs. | Thomas G. Lockhart | |
1998-10-10 | Clean up markup. | Thomas G. Lockhart | |
Add new bibliographic references from Paul Aoki. Include libpq++ docs from the old man page in the Programmer's Guide. Update Unix installation info for ODBC. | |||
1998-09-30 | Clean up pages. Add information for operator precedence. | Thomas G. Lockhart | |
Split introduction sections into separate files to allow the legal notice and notation sections appear in all documents without having the history show up everplace too. Add full list of reserved and non-reserved key words in syntax.sgml. Add a separate chapter to the admin guide on security. | |||
1998-08-15 | Include new chapters. | Thomas G. Lockhart | |
1998-07-29 | Add id field to chapter and book tags to allow output file names | Thomas G. Lockhart | |
to be meaningful. | |||
1998-04-04 | Include the stub docs for the rules system. Omission in original versions. | Thomas G. Lockhart | |
1998-03-01 | SGML source for new documentation. | Thomas G. Lockhart | |