summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1999-07-22Complete merge of all old man page information.Thomas G. Lockhart
ecpg reference page still needs formatting.
1999-07-16Fix conflicting id tags (sql.sgml also used "select-title").Thomas G. Lockhart
1999-07-15Complete markup for docbook2man support.Thomas G. Lockhart
Fix synopsis info thanks to Yves.Martin@ensimag.imag.fr.
1999-07-15Add id label to allow cross referencing.Thomas G. Lockhart
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Complete first pass at markup adjustments for docbook2man man pages.Thomas G. Lockhart
Add some internal cross references to select.sgml.
1999-07-14Include gif omitted from integrated doc.Thomas G. Lockhart
Thanks to Goran Uddeborg for spotting this.
1999-07-12Update install file.Bruce Momjian
1999-07-12Update 6.5.1 items.Bruce Momjian
1999-07-11Update release notes.Bruce Momjian
1999-07-11Add Tom's group by fixes.Bruce Momjian
1999-07-10Add new item from Tom Lane sorting.Bruce Momjian
1999-07-10Update release notes.Bruce Momjian
1999-07-10Update release for 6.5.1.Bruce Momjian
1999-07-10Update stuff for 6.5.1 release.Bruce Momjian
1999-07-06Update makefile to generate man pages.Thomas G. Lockhart
Include first cut at instructions for man pages in docguide.sgml. Fix markup.
1999-07-06Add missing paragraph end tag.Thomas G. Lockhart
1999-07-06Fix some markup, but probably not finished yet...Thomas G. Lockhart
1999-07-06Fix 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-06Include rules for building a man tar file.Thomas G. Lockhart
1999-06-23Remove User's Guide entities since they were not being used.Thomas G. Lockhart
1999-06-23Add information on generating INSTALL and HISTORY from sgml sources.Thomas G. Lockhart
1999-06-23Clarify input/output timezone information.Thomas G. Lockhart
Add detail on exact interpretation of "concatenated date" for various lengths.
1999-06-23Add backup/restore info to Admin Guide.Thomas G. Lockhart
Split management chapter from start-ag.sgml to manage-ag.sgml.
1999-06-23Minor changes to Fred Horsh's updates.Thomas G. Lockhart
1999-06-23Update maximum identifier length from 15 to 31 characters.Thomas G. Lockhart
1999-06-21The references to mailing lists in the resources page seem outdated.Bruce Momjian
Patch attached. Fred Horch
1999-06-21Some suggestions to clarify the current status of PostgreSQL. PatchBruce Momjian
attached. Fred Horch
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
for Irix.
1999-06-14Fix cross-reference to large objects.Thomas G. Lockhart
1999-06-14Minor 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-14Minor updates for release.Thomas G. Lockhart
1999-06-11More about chained mode and isolation levels.Vadim B. Mikheev
1999-06-09Add 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-09Make minor changes in wording.Thomas G. Lockhart
Adjust tags to get a clean build.
1999-06-08MVCC updation.Vadim B. Mikheev
1999-06-08Fix for duplicate LC_COLLATEBruce Momjian
1999-06-08Add mention of new pg_dump feature.Bruce Momjian
1999-06-07Update TODO.Bruce Momjian
1999-06-05Update FAQ's for release.Bruce Momjian
1999-06-05Update with more TODO items.Bruce Momjian
1999-06-04Add blurb on new docs in release notes.Thomas G. Lockhart
Make minor info and markup changes for v6.5 release.
1999-06-04Add input parameters for LOCK TABLE. Still needs explanation from Vadim.Thomas G. Lockhart
Fix markup.
1999-06-04May as well keep an ApplixWare version of this file too.Thomas G. Lockhart
1999-06-04Add mention of SHARE ROW EXCLUSIVE mode.Bruce Momjian
1999-06-04man page cleanup for vadim.Bruce Momjian
1999-06-04Add description for SET TRANSACTION.Bruce Momjian
1999-06-03cleanupBruce Momjian
1999-06-03SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;Bruce Momjian
SET TRANSACTION ISOLATION LEVEL READ COMMITTED; ^^^^ required Also note that SET TRANSACTION ISOLATION LEVEL change isolevel for _current_ transaction, in accordance with standard, not for session (ALTER SESSION is used in Oracle, but it's not implemented currently). And I would don't mention SET XACTISOLEVEL TO ... form at all. Please update set.sgml - I failed to understand all these SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER"> now. for Vadim
1999-06-03Thanks for this, but SET TRANSACTION ISOLATION LEVELBruce Momjian
should be described like SET TIME ZONE: TO is not allowed, as well as DEFAULT option. There are only two forms: for Vadim.