summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)Author
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.
1998-08-31Preserver pg_log and pg_variable in upgrade. Cleanups.Bruce Momjian
1998-08-30From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-30Make old db directory configurable.Bruce Momjian
1998-08-30Update man pages.Bruce Momjian
1998-08-30New pg_upgrade command.Bruce Momjian
1998-08-24man pages cleanupBruce Momjian
1998-08-22Patch to allow createuser options from the command line.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
no longer returns buffer pointer, can be gotten from scan; descriptor; bootstrap can create multi-key indexes; pg_procname index now is multi-key index; oidint2, oidint4, oidname are gone (must be removed from regression tests); use System Cache rather than sequential scan in many places; heap_modifytuple no longer takes buffer parameter; remove unused buffer parameter in a few other functions; oid8 is not index-able; remove some use of single-character variable names; cleanup Buffer variables usage and scan descriptor looping; cleaned up allocation and freeing of tuples; 18k lines of diff;
1998-08-15This README only mentions nroff problems with page.5, which has beenThomas G. Lockhart
removed from the man pages and put into the new sgml docs.
1998-08-15Include a sentence in the top pointing to the new docs.Thomas G. Lockhart
pgbuiltin.3 is obsolete for sure, and libpq.3 can become so since the size and scope of this man page is not appropriate in a man page format.
1998-08-15Converted to page.sgml. Not needed in a man page.Thomas G. Lockhart
1998-08-15Information moved to sgml source files.Thomas G. Lockhart
The "Oracle compatibility" page should have always been in with functions anyway. The BKI information is not really appropriate for a man page.
1998-08-10Add new \w write command to psql.Bruce Momjian
1998-08-09The attached patch implements some changes that were discussed aBruce Momjian
couple weeks ago on the hackers and interfaces lists: 1. When the backend sends a NOTICE message and closes the connection (typically, because it was told to by the postmaster after another backend coredumped), libpq will now print the notice and close the connection cleanly. Formerly, the frontend app would usually terminate ungracefully due to a SIGPIPE. (I am not sure if 6.3.2 behaved that way, but the current cvs sources do...) 2. libpq's various printouts to stderr are now fed through a single "notice processor" routine, which can be overridden by the application to direct notices someplace else. This should ease porting libpq to Windows. I also noticed and fixed a problem in PQprint: when sending output to a pager subprocess, it would disable SIGPIPE in case the pager terminates early (this is good) --- but afterwards it reset SIGPIPE to SIG_DFL, rather than restoring the application's prior setting (bad). regards, tom lane
1998-08-04EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan toBruce Momjian
the postmaster log file.
1998-08-03Fix typo in man pages.Bruce Momjian
1998-07-25Update psql help syntax to remove <> and uppercaese keywords.Bruce Momjian
1998-07-24Add mention of actual SQL command to create*/destroy* commands.Bruce Momjian
1998-07-24Add mention of SQL commands to create/destroy man pages.Bruce Momjian
1998-07-24Add mention of psql and template1 to create*, destroy* commandBruce Momjian
manual pages.
1998-07-19pg_dump -z has gotten rather thoroughly broken in the last coupleBruce Momjian
of days --- it was emitting stuff like REVOKE ALL on 'table' from PUBLIC; GRANT ALL on "table" to "Public"; neither of which work. While I was at it I cleaned up a few other things: * \connect commands are issued only in -z mode. In this way, reloading a pg_dump script made without -z will generate a simple database wholly owned by the invoking user, rather than a mishmash of tables owned by various people but lacking in access rights. (Analogy: cp versus cp -p.) * \connect commands are issued just before COPY FROM stdin commands; without this, reloading a database containing non-world-writable tables tended to fail because the COPY was not necessarily attempted as the table owner. * Redundant \connect commands are suppressed (each one costs a backend launch, so...). * Man page updated (-z wasn't ever documented). The first two items were discussed in a pgsql-hackers thread around 6 May 98 ("An item for the TODO list: pg_dump and multiple table owners") but no one had bothered to deal with 'em yet. regards, tom lane
1998-07-16Remove monitor mention and add psql.Bruce Momjian
1998-07-15Update word.Bruce Momjian
1998-07-15Add PGUSER to man page.Bruce Momjian