| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-09-01 | Fix wording on allowed/forbidden keyword usage. | Thomas G. Lockhart | |
| Thanks to Michael Deck <deckm@cleansoft.com> for the tipoff. Add more examples for language components. | |||
| 1999-08-22 | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | |
| and fix_opids processing to a single recursive pass over the plan tree executed at the very tail end of planning, rather than haphazardly here and there at different places. Now that tlist Vars do not get modified until the very end, it's possible to get rid of the klugy var_equal and match_varid partial-matching routines, and just use plain equal() throughout the optimizer. This is a step towards allowing merge and hash joins to be done on expressions instead of only Vars ... | |||
| 1999-08-17 | Add missing docs semicolon. | Bruce Momjian | |
| 1999-08-16 | Change >& to > and 2>&1. | Bruce Momjian | |
| 1999-08-08 | Use sgml/Makefile to generate man sections, so just "make man" there. | Thomas G. Lockhart | |
| 1999-08-08 | Remove emacs properties block from end of file. | Thomas G. Lockhart | |
| 1999-08-08 | Update references to char2 type by using char(2). | Thomas G. Lockhart | |
| Thanks to Garr Updegraff <garru@uci.edu> for the tip. | |||
| 1999-08-08 | Allow nsgmls to validate input by defining the document type. | Thomas G. Lockhart | |
| Use refentry.sgml as a generic header for man pages through nsgmls. | |||
| 1999-08-06 | Fix markup to allow clean man pages. | Thomas G. Lockhart | |
| Add new pages for programming languages and tcl shells. | |||
| 1999-08-06 | Fix cross-reference markup so that only the *title* of the Operators | Thomas G. Lockhart | |
| chapter is included, not the chapter itself. Thanks to Evelyn Mitchell <efm@tummy.com> for pointing it out. | |||
| 1999-08-06 | Remove explicit references to ref/ path in file names; use vpath instead. | Thomas G. Lockhart | |
| Fix rules for man pages to ensure double-pass to get cross references. Add a few new man pages. | |||
| 1999-08-06 | Try to clarify characteristics of the SERIAL type. | Thomas G. Lockhart | |
| Fix source indenting, which does not affect output. Note: still need docs on NUMERIC and DECIMAL (and let's not talk about regression tests :() | |||
| 1999-07-31 | Add some more verbiage to man page's directions for pg_upgrade. | Tom Lane | |
| 1999-07-30 | Fix description of psql flags -t and -q. | Bruce Momjian | |
| 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-07-22 | Complete merge of all old man page information. | Thomas G. Lockhart | |
| ecpg reference page still needs formatting. | |||
| 1999-07-16 | Fix conflicting id tags (sql.sgml also used "select-title"). | Thomas G. Lockhart | |
| 1999-07-15 | Complete markup for docbook2man support. | Thomas G. Lockhart | |
| Fix synopsis info thanks to Yves.Martin@ensimag.imag.fr. | |||
| 1999-07-15 | Add id label to allow cross referencing. | Thomas G. Lockhart | |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
| 1999-07-14 | Complete first pass at markup adjustments for docbook2man man pages. | Thomas G. Lockhart | |
| Add some internal cross references to select.sgml. | |||
| 1999-07-14 | Include gif omitted from integrated doc. | Thomas G. Lockhart | |
| Thanks to Goran Uddeborg for spotting this. | |||
| 1999-07-12 | Update install file. | Bruce Momjian | |
| 1999-07-12 | Update 6.5.1 items. | Bruce Momjian | |
| 1999-07-11 | Update release notes. | Bruce Momjian | |
| 1999-07-11 | Add Tom's group by fixes. | Bruce Momjian | |
| 1999-07-10 | Add new item from Tom Lane sorting. | Bruce Momjian | |
| 1999-07-10 | Update release notes. | Bruce Momjian | |
| 1999-07-10 | Update release for 6.5.1. | Bruce Momjian | |
| 1999-07-10 | Update stuff for 6.5.1 release. | Bruce Momjian | |
| 1999-07-06 | Update makefile to generate man pages. | Thomas G. Lockhart | |
| Include first cut at instructions for man pages in docguide.sgml. Fix markup. | |||
| 1999-07-06 | Add missing paragraph end tag. | Thomas G. Lockhart | |
| 1999-07-06 | Fix some markup, but probably not finished yet... | Thomas G. Lockhart | |
| 1999-07-06 | Fix markup for docbook2man man page generation. | Thomas G. Lockhart | |
| No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too. | |||
| 1999-07-06 | Include rules for building a man tar file. | Thomas G. Lockhart | |
| 1999-06-23 | Remove User's Guide entities since they were not being used. | Thomas G. Lockhart | |
| 1999-06-23 | Add information on generating INSTALL and HISTORY from sgml sources. | Thomas G. Lockhart | |
| 1999-06-23 | Clarify input/output timezone information. | Thomas G. Lockhart | |
| Add detail on exact interpretation of "concatenated date" for various lengths. | |||
| 1999-06-23 | Add backup/restore info to Admin Guide. | Thomas G. Lockhart | |
| Split management chapter from start-ag.sgml to manage-ag.sgml. | |||
| 1999-06-23 | Minor changes to Fred Horsh's updates. | Thomas G. Lockhart | |
| 1999-06-23 | Update maximum identifier length from 15 to 31 characters. | Thomas G. Lockhart | |
| 1999-06-21 | The references to mailing lists in the resources page seem outdated. | Bruce Momjian | |
| Patch attached. Fred Horch | |||
| 1999-06-21 | Some suggestions to clarify the current status of PostgreSQL. Patch | Bruce Momjian | |
| attached. Fred Horch | |||
| 1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian | |
| for Irix. | |||
| 1999-06-14 | Fix cross-reference to large objects. | Thomas G. Lockhart | |
| 1999-06-14 | Minor updates for release. | Thomas G. Lockhart | |
| Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing. | |||
| 1999-06-14 | Minor updates for release. | Thomas G. Lockhart | |
| 1999-06-11 | More about chained mode and isolation levels. | Vadim B. Mikheev | |
| 1999-06-09 | Add mention of hot backups to the release notes. | Thomas G. Lockhart | |
| Add id tags to chapter and section headings to ensure good labels on output html files. | |||
| 1999-06-09 | Make minor changes in wording. | Thomas G. Lockhart | |
| Adjust tags to get a clean build. | |||
