aboutsummaryrefslogtreecommitdiff
path: root/src/man
Commit message (Collapse)AuthorAge
* Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart1999-08-08
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
|
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
| | | | for Irix.
* More about chained mode and isolation.Vadim B. Mikheev1999-06-11
|
* MVCC updates.Vadim B. Mikheev1999-06-09
|
* man.patch (make inconsistency)Marc G. Fournier1999-06-05
| | | | | | | | 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>
* Add mention of SHARE ROW EXCLUSIVE mode.Bruce Momjian1999-06-04
|
* man page cleanup for vadim.Bruce Momjian1999-06-04
|
* Add description for SET TRANSACTION.Bruce Momjian1999-06-04
|
* SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;Bruce Momjian1999-06-03
| | | | | | | | | | | | | | | | | | | | | | 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
* Thanks for this, but SET TRANSACTION ISOLATION LEVELBruce Momjian1999-06-03
| | | | | | | should be described like SET TIME ZONE: TO is not allowed, as well as DEFAULT option. There are only two forms: for Vadim.
* Add mention of FOR UPDATE and LIMIT/OFFSET>Bruce Momjian1999-06-03
|
* Update lock sgml/man/psql help pages.Bruce Momjian1999-06-03
|
* Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.Bruce Momjian1999-06-03
|
* Update SET commands for psql \h, man pages, and sgml.Bruce Momjian1999-06-03
|
* Make pg_dump dump ACL's by default, print warning on use of -z, and addBruce Momjian1999-05-27
| | | | new -x option to skip acl dump.
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
| | | | | from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
* Minor updates to libpq documentation.Tom Lane1999-05-21
|
* Very minor improvements in CREATE OPERATOR docs.Tom Lane1999-05-20
|
* Doco updates for change to handling of INTERNAL functionTom Lane1999-05-20
| | | | entries (prosrc is now name of C-level function).
* Minor improvements to postmaster/backend man pages.Tom Lane1999-05-19
|
* Change resjunk to a boolean.Bruce Momjian1999-05-17
|
* Rename explain's "size" to "rows".Bruce Momjian1999-04-23
|
* Add res checking to libpq examples, from Dan Merillat.Bruce Momjian1999-04-17
|
* Correct documentation of CREATE OPERATOR.Tom Lane1999-04-15
|
* Add -E optionTatsuo Ishii1999-03-30
|
* Add EXCEPT/INTERSECT doc changes.Bruce Momjian1999-03-19
|
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
|
* geqo now at 11 tablesBruce Momjian1999-03-07
|
* Final optimizer cleanups.Bruce Momjian1999-02-22
|
* Document postmaster's -N switch.Tom Lane1999-02-21
|
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-18
|
* Enable bushy plans by default.Bruce Momjian1999-02-18
|
* Optimizer rename.Bruce Momjian1999-02-14
|
* Changed manpages for create_rule/drop_rule to the semanticsJan Wieck1999-02-07
| | | | | | of the rule system of v6.4 and descendants. Jan
* Make GEQO use dependent on table and index count.Bruce Momjian1999-02-02
|
* Fix create_rule is->as.Bruce Momjian1999-02-02
|
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
|
* Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian1999-01-21
| | | | | | | | | | | | | | | | | | | 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.]
* New ecpg man page.Bruce Momjian1998-12-13
|
* Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian1998-10-25
|
* New PGQUERY_LIMIT environment variable, and doc changes.Bruce Momjian1998-10-14
|
* New QUERY_LIMIT set command.Bruce Momjian1998-10-14
|
* No more pgintro.Bruce Momjian1998-10-14
|
* No more pgbuiltin.Bruce Momjian1998-10-14
|
* I'm too short of time to make these man pages look like theTom Lane1998-10-08
| | | | | | 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.
* Update pg_dump sgml and manuals to remove rule restriction.Bruce Momjian1998-10-07
|
* Add mention of the new "suppress double quotes" command line option "-n".Thomas G. Lockhart1998-10-06
|
* Hi allBruce Momjian1998-10-06
| | | | | | | | | | | | | | | | 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
* Obsolete information completely superceded by the sgml sources.Thomas G. Lockhart1998-10-02
| | | | | These weren't really "man page"-ish anyway, and I've verified that all information in them has moved to the newer sources.