Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-08 | Remove old man pages. All info is in new man pages or other docs. | Thomas G. Lockhart | |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian | |
for Irix. | |||
1999-06-11 | More about chained mode and isolation. | Vadim B. Mikheev | |
1999-06-09 | MVCC updates. | Vadim B. Mikheev | |
1999-06-05 | man.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-04 | Add mention of SHARE ROW EXCLUSIVE mode. | Bruce Momjian | |
1999-06-04 | man page cleanup for vadim. | Bruce Momjian | |
1999-06-04 | Add description for SET TRANSACTION. | Bruce Momjian | |
1999-06-03 | SET 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-03 | Thanks for this, but SET TRANSACTION ISOLATION LEVEL | Bruce 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-03 | Add mention of FOR UPDATE and LIMIT/OFFSET> | Bruce Momjian | |
1999-06-03 | Update lock sgml/man/psql help pages. | Bruce Momjian | |
1999-06-03 | Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention. | Bruce Momjian | |
1999-06-03 | Update SET commands for psql \h, man pages, and sgml. | Bruce Momjian | |
1999-05-27 | Make pg_dump dump ACL's by default, print warning on use of -z, and add | Bruce Momjian | |
new -x option to skip acl dump. | |||
1999-05-22 | Modify backend switch parsing to prevent 'insecure' switches | Tom 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-21 | Minor updates to libpq documentation. | Tom Lane | |
1999-05-20 | Very minor improvements in CREATE OPERATOR docs. | Tom Lane | |
1999-05-20 | Doco updates for change to handling of INTERNAL function | Tom Lane | |
entries (prosrc is now name of C-level function). | |||
1999-05-19 | Minor improvements to postmaster/backend man pages. | Tom Lane | |
1999-05-17 | Change resjunk to a boolean. | Bruce Momjian | |
1999-04-23 | Rename explain's "size" to "rows". | Bruce Momjian | |
1999-04-17 | Add res checking to libpq examples, from Dan Merillat. | Bruce Momjian | |
1999-04-15 | Correct documentation of CREATE OPERATOR. | Tom Lane | |
1999-03-30 | Add -E option | Tatsuo Ishii | |
1999-03-19 | Add EXCEPT/INTERSECT doc changes. | Bruce Momjian | |
1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | |
1999-03-07 | geqo now at 11 tables | Bruce Momjian | |
1999-02-22 | Final optimizer cleanups. | Bruce Momjian | |
1999-02-21 | Document postmaster's -N switch. | Tom Lane | |
1999-02-18 | Enable bushy and right-hand queries by default. | Bruce Momjian | |
1999-02-18 | Enable bushy plans by default. | Bruce Momjian | |
1999-02-14 | Optimizer rename. | Bruce Momjian | |
1999-02-07 | Changed manpages for create_rule/drop_rule to the semantics | Jan Wieck | |
of the rule system of v6.4 and descendants. Jan | |||
1999-02-02 | Make GEQO use dependent on table and index count. | Bruce Momjian | |
1999-02-02 | Fix create_rule is->as. | Bruce Momjian | |
1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | |
1999-01-21 | Here is a new version of my patch for allowing pg_dump to DROP schema | Bruce 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-13 | New ecpg man page. | Bruce Momjian | |
1998-10-25 | Fix from Tom Lane for pg_shadow in pg_upgrade | Bruce Momjian | |
1998-10-14 | New PGQUERY_LIMIT environment variable, and doc changes. | Bruce Momjian | |
1998-10-14 | New QUERY_LIMIT set command. | Bruce Momjian | |
1998-10-14 | No more pgintro. | Bruce Momjian | |
1998-10-14 | No more pgbuiltin. | Bruce Momjian | |
1998-10-08 | I'm too short of time to make these man pages look like the | Tom 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-07 | Update pg_dump sgml and manuals to remove rule restriction. | Bruce Momjian | |
1998-10-06 | Add mention of the new "suppress double quotes" command line option "-n". | Thomas G. Lockhart | |
1998-10-06 | Hi all | Bruce 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-02 | Obsolete 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. |