Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)Author
1999-08-08Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
for Irix.
1999-06-11More about chained mode and isolation.Vadim B. Mikheev
1999-06-09MVCC updates.Vadim B. Mikheev
1999-06-05man.patch (make inconsistency)Marc G. Fournier
the default target is 'install' instead of 'all'. So if you do a make without target you actually do a make install, which is not what one normally expects from a standard makefile. From: Massimo Dal Zotto <dz@cs.unitn.it>
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-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-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
1999-05-21Minor updates to libpq documentation.Tom Lane
1999-05-20Very minor improvements in CREATE OPERATOR docs.Tom Lane
1999-05-20Doco updates for change to handling of INTERNAL functionTom Lane
entries (prosrc is now name of C-level function).
1999-05-19Minor improvements to postmaster/backend man pages.Tom Lane
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-04-23Rename explain's "size" to "rows".Bruce Momjian
1999-04-17Add res checking to libpq examples, from Dan Merillat.Bruce Momjian
1999-04-15Correct documentation of CREATE OPERATOR.Tom Lane
1999-03-30Add -E optionTatsuo Ishii
1999-03-19Add EXCEPT/INTERSECT doc changes.Bruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-07geqo now at 11 tablesBruce Momjian
1999-02-22Final optimizer cleanups.Bruce Momjian
1999-02-21Document postmaster's -N switch.Tom Lane
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-18Enable bushy plans by default.Bruce Momjian
1999-02-14Optimizer rename.Bruce Momjian
1999-02-07Changed manpages for create_rule/drop_rule to the semanticsJan Wieck
of the rule system of v6.4 and descendants. Jan
1999-02-02Make GEQO use dependent on table and index count.Bruce Momjian
1999-02-02Fix create_rule is->as.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-21Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian
elements prior to CREATEing new ones. It is under control of the -c command line option (with the default being status quo). The DROP TRIGGER portion still needs implementation. Anyone able to help clarify what exactly the CREATE TRIGGER portion does so I can fix this? Again, I have tried this with tables/indexes/sequences, but do not have other schema elements in my database. As a result, I am not 100% convinced that I got the syntax correct in all cases (but think I did, nonetheless). If anyone can check the other cases, I'd appreciate it. Cheers, Brook [I added manual page and sgml additions for the new -c option.]
1998-12-13New ecpg man page.Bruce Momjian
1998-10-25Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian
1998-10-14New PGQUERY_LIMIT environment variable, and doc changes.Bruce Momjian
1998-10-14New QUERY_LIMIT set command.Bruce Momjian
1998-10-14No more pgintro.Bruce Momjian
1998-10-14No more pgbuiltin.Bruce Momjian
1998-10-08I'm too short of time to make these man pages look like theTom Lane
newly-updated SGML reference pages, so I just inserted a comment that they are obsolete. If you want to transcribe the newer info into these pages, be my guest.
1998-10-07Update pg_dump sgml and manuals to remove rule restriction.Bruce Momjian
1998-10-06Add mention of the new "suppress double quotes" command line option "-n".Thomas G. Lockhart
1998-10-06Hi allBruce Momjian
Is it too late to add a feature to pg_dump for 6.4?? I just spent most of the day learning pg_dump and modifing it so it would dump views also. This is the first time I have ever contributed any code changes, so I'm not sure of how to submit it. The diff's and a readme as a tgz file are attached. Thanks Terry Mackintosh <terry@terrym.com> http://www.terrym.com
1998-10-02Obsolete information completely superceded by the sgml sources.Thomas G. Lockhart
These weren't really "man page"-ish anyway, and I've verified that all information in them has moved to the newer sources.