summaryrefslogtreecommitdiff
path: root/src/man/set.l
AgeCommit message (Collapse)Author
1999-08-08Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
for Irix.
1999-06-09MVCC updates.Vadim B. Mikheev
1999-06-04Add description for SET TRANSACTION.Bruce 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 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-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-02Make GEQO use dependent on table and index count.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1998-10-14New QUERY_LIMIT set command.Bruce Momjian
1998-10-14No more pgbuiltin.Bruce Momjian
1998-06-24cleanupBruce Momjian
1998-01-11Manual page dash cleanup.Bruce Momjian
1997-10-01Update manuals for 6.2 release.Bruce Momjian
1997-09-12Increase default geqo parameter to 8.Bruce Momjian
1997-08-26Manual page renaming.Bruce Momjian
1997-06-03Cleanups.Vadim B. Mikheev
1997-06-02Update man and psqlHelp for new SET GEQO=# option.Bruce Momjian
1997-06-01SET R_PLANS added to manual page.Bruce Momjian
1997-05-16Add documentation for reset, set, and show, and cross-reference in built-in.Thomas G. Lockhart