summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2001-02-11Clean up HISTORY file, add dates to releases.Bruce Momjian
2001-02-11Repair markup.Peter Eisentraut
2001-02-10Document that NetBSD's libedit can be used instead of readline.Peter Eisentraut
2001-02-10Add note about the availability of contrib/mac for the macaddr data type.Peter Eisentraut
2001-02-10Back out addition. Seems grammar doesn't handle CONSTRAINT as optional.Bruce Momjian
2001-02-10Add mention of CONSTRAINT in ADD CONSTRAINT section.Bruce Momjian
2001-02-10Minor improvements and copy-editing.Tom Lane
2001-02-10Fix example of syntactic ambiguity between prefix/infix/postfix operatorsTom Lane
--- Postgres now accepts the example we claimed it wouldn't. Miscellaneous copy-editing as well.
2001-02-10Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE.Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-02-10Update section about how to start server from boot scripts.Peter Eisentraut
2001-02-09Avoid a particular <simplelist>. jadetex has formatting problems,Peter Eisentraut
apparently when the content is long enough to require line breaks.
2001-02-09Large object manual updates.Bruce Momjian
2001-02-09Mention NetBSDBruce Momjian
2001-02-09Remove pg_service mention.Bruce Momjian
2001-02-09Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian
-c,--clean option to manual page.
2001-02-09Document PL/TclU language variant, and do some minor copy-editing.Tom Lane
2001-02-09Restructure discussion of PL installation to emphasize createlang as theTom Lane
recommended install procedure, rather than mentioning it as an afterthought.
2001-02-08Make -w the default for shut down, add -W option to specify no wait.Peter Eisentraut
Add -l option to name log file. Set umask to 077. Proper file descriptor redirection to allow postmaster to detach from shell's process group. Add -s option to turn off informational messages.
2001-02-07Minor copy-editing.Tom Lane
2001-02-07Update FAQ.Bruce Momjian
2001-02-07Update FAQ.Bruce Momjian
2001-02-06Update FAQ.Bruce Momjian
2001-02-05Document BETWEEN.Peter Eisentraut
2001-02-05Update FAQ.Bruce Momjian
2001-02-04Move PL docs to programmer's guide, "storage" chapter to admin guide,Peter Eisentraut
clean up some things in the affected areas.
2001-02-04Must run jadetex three times to get correct page numbers. Add support forPeter Eisentraut
pdfjadetex.
2001-02-04When making xrefs to refsects, the linkend should point to the refsect andPeter Eisentraut
the endterm to the title element, not both to the title. At least docbook2man prefers it that way.
2001-02-03Re-add Peter E's changes.Bruce Momjian
2001-02-03Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>.Peter Eisentraut
2001-02-03Update, polish, consistencify preface/intro sections.Peter Eisentraut
2001-02-01A patch for the GROUP BY/HAVING example. p.date should be s.date.Bruce Momjian
Robert B. Easter
2001-01-29Update HISTORY/release with current changes.Bruce Momjian
2001-01-29Update FAQ.Bruce Momjian
2001-01-28Update FAQ.Bruce Momjian
2001-01-28Update FAQ.Bruce Momjian
2001-01-28Update FAQ.Bruce Momjian
2001-01-28Update FAQ.Bruce Momjian
2001-01-27Update FAQ.Bruce Momjian
2001-01-27Make into appendix, correct some items.Peter Eisentraut
2001-01-27Add permission check for CHECKPOINT.Peter Eisentraut
2001-01-27in the tutorial, chapter 2., "Relational Data Model Formalities"Bruce Momjian
(sql490.htm), there is "set of all k-tuples v1, v2, ... vk, such that v1 [isin] D1, v1 [isin] D1" i assume it should be "set of all k-tuples v1, v2, ... vk, such that v1 [isin] D1, v2 [isin] D2" Divide by Zero
2001-01-27Update FAQ.Bruce Momjian
2001-01-27Update FAQ.Bruce Momjian
2001-01-26Clean up markup, add description of contrib/array operators by Joel BurtonPeter Eisentraut
<jburton@scw.org>.
2001-01-26Add some links from data type chapter to section on literal constants.Peter Eisentraut
2001-01-24WAL documentation, from Oliver Elphick and Vadim Mikheev.Peter Eisentraut
2001-01-24Update based on documentation written by Vadim Mikheev and Oliver Elphick.Peter Eisentraut
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24It looks Ok, but it has one unnecessary step. There is no need to do the "mvBruce Momjian
privkey.pem cert.pem.pw" if you just use "privkey.pem" in the following openssl command (e.g. openssl rsa -in privkey.pem -out cert.pem". But there is nothing wrong with it as it is now, as far as I can see. //Magnus