summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2000-04-14Update set constraints man pageBruce Momjian
2000-04-14Fix busted markup.Tom Lane
2000-04-14updateBruce Momjian
2000-04-14MOre cleanupBruce Momjian
2000-04-14UpdateBruce Momjian
2000-04-14updateBruce Momjian
2000-04-14Updates create_function.sgml with fixes for new foreign keysBruce Momjian
2000-04-14UPdate vacuum man page to be clearer.Bruce Momjian
2000-04-14Add mention of SET CONSTRAINT and CREATE CONSTRAINT TRIGGER.Thomas G. Lockhart
2000-04-14Rename Digital Unix to Compaq Tru64 :(Thomas G. Lockhart
Update platform support for HPUX, Linux-mips, Linux-ppc, mklinux, NetBSD-m68k (may be a bit premature), and Solaris.
2000-04-14Mention CmdTuples(). From Vince.Thomas G. Lockhart
2000-04-14Mention support for date_part('week',timestamp).Thomas G. Lockhart
Fix spelling of "millennium". Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu>.
2000-04-13Change DEFINE TYPE to CREATE TYPE.Bruce Momjian
2000-04-13No longer need to cast default non-cacheable functions.Bruce Momjian
2000-04-12Update man page to prefer old over current.Bruce Momjian
2000-04-12Fix up markup to allow building.Thomas G. Lockhart
Adjust two-word substitution parameters to be one word only to reduce possible ambiguity.
2000-04-11Uppercase pg_options paramBruce Momjian
2000-04-11 Attached is are diffs for CREATE/ALTER table doc I'veBruce Momjian
forgotten in my mailbox (sorry). Haven't tried to apply and since I don't have working sgml stuff cannot check. Jan
2000-04-11Update porting list.Thomas G. Lockhart
Fix markup to get clean compile.
2000-04-11Update for default ISO date styleBruce Momjian
2000-04-11Update SET manual pages for pg_options.Bruce Momjian
2000-04-10No revoke on indexes any moreBruce Momjian
2000-04-09UPdate faq/Bruce Momjian
2000-04-09No more need to create groups manually.Bruce Momjian
2000-04-09No grant on indexes.Bruce Momjian
2000-04-08Add explanation about 'Unrecognized variable client_encoding'Tom Lane
message at startup.
2000-04-08Document FSYNC in pg_options sgml file.Bruce Momjian
2000-04-08Link already-existing COMMENT and REINDEX command docs into documentation.Tom Lane
2000-04-08Mention cube root.Tom Lane
2000-04-08updateBruce Momjian
2000-04-08Fix cross-references, update examples, copy-edit.Tom Lane
2000-04-08Add reference page for pg_ctl.Thomas G. Lockhart
2000-04-08Update some porting info.Thomas G. Lockhart
Add mention of transcendental functions.
2000-04-07More man updates to fix bad tagsBruce Momjian
2000-04-07Update create_rule manual page.Bruce Momjian
2000-04-07Again update of rule manual page.Bruce Momjian
2000-04-07Update rule examplesBruce Momjian
2000-04-07Remove mention of INSTANCE rule system, because it is gone.Bruce Momjian
2000-04-07Document new SET SEED command.Thomas G. Lockhart
2000-04-07Fix path to initdb in installation instructions.Thomas G. Lockhart
General cleanup for 7.0.
2000-04-05Update vacuum to mention analyzeBruce Momjian
2000-04-04Remove FETCH syntax heading from MOVE manual page.Bruce Momjian
2000-04-04Remove from FETCH manual page:Bruce Momjian
Once all rows are fetched, every other fetch access returns no rows.
2000-04-04Add a check to pg_dump to see whether backend is same version as pg_dump.Tom Lane
If not, abort by default. Abort can be prevented by using -i or --ignore-version switch.
2000-04-02Copy-editing, mostly.Tom Lane
2000-04-02Mention DST boundaries as a possible cause of regress test failure.Tom Lane
2000-03-31Correct typo.Tom Lane
2000-03-31Improve wording a little bit.Tom Lane
2000-03-31Update index cost estimation docs to final 7.0 scheme.Tom Lane
2000-03-31Minor copy-editing.Tom Lane