summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
AgeCommit message (Collapse)Author
1999-08-06Fix markup to allow clean man pages.Thomas G. Lockhart
Add new pages for programming languages and tcl shells.
1999-07-31Add some more verbiage to man page's directions for pg_upgrade.Tom Lane
1999-07-30Fix description of psql flags -t and -q.Bruce Momjian
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-14Complete first pass at markup adjustments for docbook2man man pages.Thomas G. Lockhart
Add some internal cross references to select.sgml.
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-06-23Update maximum identifier length from 15 to 31 characters.Thomas G. Lockhart
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-11More about chained mode and isolation levels.Vadim B. Mikheev
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-04Add input parameters for LOCK TABLE. Still needs explanation from Vadim.Thomas G. Lockhart
Fix markup.
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.
1999-06-03Add mention of FOR UPDATE and LIMIT/OFFSET>Bruce Momjian
1999-06-03Update lock sgml/man/psql help pages.Bruce Momjian
1999-06-03Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.Bruce Momjian
1999-06-03Update SET commands for psql \h, man pages, and sgml.Bruce Momjian
1999-05-27Make pg_dump dump ACL's by default, print warning on use of -z, and addBruce Momjian
new -x option to skip acl dump.
1999-05-27Markup fixes.Thomas G. Lockhart
1999-05-26Add new reference pages for postmaster and postgres.Thomas G. Lockhart
Normalize markup for vacuumdb; content is the same.
1999-05-26First copy from the man pages.Thomas G. Lockhart
postgres-ref.sgml is not yet marked up.
1999-05-20Add reference pages on user interface applications.Thomas G. Lockhart
1999-05-20Very minor improvements in CREATE OPERATOR docs.Tom Lane
1999-05-20Update CREATE FUNCTION docs: mention use of AS clause withTom Lane
INTERNAL functions, add a warning about trying to overload function names for dynamically loaded C functions (from old man page).
1999-05-12Minor wording change.Thomas G. Lockhart
1999-05-10Update man page for selectBruce Momjian
1999-04-23Rename explain's "size" to "rows".Bruce Momjian
1999-04-15Correct documentation of CREATE OPERATOR.Tom Lane
1999-04-13Add -E optionTatsuo Ishii
1999-04-06Fix markup to include all closing tags.Thomas G. Lockhart
Required by newest versions of DocBook and style sheets.
1999-03-30Repair cut-and-paste typo which described createdb rather than destroydb.Thomas G. Lockhart
1999-03-19Add EXCEPT/INTERSECT doc changes.Bruce Momjian
1999-03-07geqo now at 11 tablesBruce Momjian
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-14Optimizer rename.Bruce Momjian
1999-02-13Minor markup changes for the recent TEMP TABLE info.Thomas G. Lockhart
Docs should build now...
1999-02-13More complete info from Oliver Elphick.Thomas G. Lockhart
1999-02-02Make GEQO use dependent on table and index count.Bruce Momjian
1999-02-02Fix create_rule is->as.Bruce Momjian