| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-02-11 | Clean up HISTORY file, add dates to releases. | Bruce Momjian | |
| 2001-02-11 | Repair markup. | Peter Eisentraut | |
| 2001-02-10 | Document that NetBSD's libedit can be used instead of readline. | Peter Eisentraut | |
| 2001-02-10 | Add note about the availability of contrib/mac for the macaddr data type. | Peter Eisentraut | |
| 2001-02-10 | Back out addition. Seems grammar doesn't handle CONSTRAINT as optional. | Bruce Momjian | |
| 2001-02-10 | Add mention of CONSTRAINT in ADD CONSTRAINT section. | Bruce Momjian | |
| 2001-02-10 | Minor improvements and copy-editing. | Tom Lane | |
| 2001-02-10 | Fix example of syntactic ambiguity between prefix/infix/postfix operators | Tom Lane | |
| --- Postgres now accepts the example we claimed it wouldn't. Miscellaneous copy-editing as well. | |||
| 2001-02-10 | Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE. | Tom Lane | |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom 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-10 | Update section about how to start server from boot scripts. | Peter Eisentraut | |
| 2001-02-09 | Avoid a particular <simplelist>. jadetex has formatting problems, | Peter Eisentraut | |
| apparently when the content is long enough to require line breaks. | |||
| 2001-02-09 | Large object manual updates. | Bruce Momjian | |
| 2001-02-09 | Mention NetBSD | Bruce Momjian | |
| 2001-02-09 | Remove pg_service mention. | Bruce Momjian | |
| 2001-02-09 | Add -g as synonmym for --globals-only in pg_dumpall. Add info about | Bruce Momjian | |
| -c,--clean option to manual page. | |||
| 2001-02-09 | Document PL/TclU language variant, and do some minor copy-editing. | Tom Lane | |
| 2001-02-09 | Restructure discussion of PL installation to emphasize createlang as the | Tom Lane | |
| recommended install procedure, rather than mentioning it as an afterthought. | |||
| 2001-02-08 | Make -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-07 | Minor copy-editing. | Tom Lane | |
| 2001-02-07 | Update FAQ. | Bruce Momjian | |
| 2001-02-07 | Update FAQ. | Bruce Momjian | |
| 2001-02-06 | Update FAQ. | Bruce Momjian | |
| 2001-02-05 | Document BETWEEN. | Peter Eisentraut | |
| 2001-02-05 | Update FAQ. | Bruce Momjian | |
| 2001-02-04 | Move PL docs to programmer's guide, "storage" chapter to admin guide, | Peter Eisentraut | |
| clean up some things in the affected areas. | |||
| 2001-02-04 | Must run jadetex three times to get correct page numbers. Add support for | Peter Eisentraut | |
| pdfjadetex. | |||
| 2001-02-04 | When making xrefs to refsects, the linkend should point to the refsect and | Peter Eisentraut | |
| the endterm to the title element, not both to the title. At least docbook2man prefers it that way. | |||
| 2001-02-03 | Re-add Peter E's changes. | Bruce Momjian | |
| 2001-02-03 | Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>. | Peter Eisentraut | |
| 2001-02-03 | Update, polish, consistencify preface/intro sections. | Peter Eisentraut | |
| 2001-02-01 | A patch for the GROUP BY/HAVING example. p.date should be s.date. | Bruce Momjian | |
| Robert B. Easter | |||
| 2001-01-29 | Update HISTORY/release with current changes. | Bruce Momjian | |
| 2001-01-29 | Update FAQ. | Bruce Momjian | |
| 2001-01-28 | Update FAQ. | Bruce Momjian | |
| 2001-01-28 | Update FAQ. | Bruce Momjian | |
| 2001-01-28 | Update FAQ. | Bruce Momjian | |
| 2001-01-28 | Update FAQ. | Bruce Momjian | |
| 2001-01-27 | Update FAQ. | Bruce Momjian | |
| 2001-01-27 | Make into appendix, correct some items. | Peter Eisentraut | |
| 2001-01-27 | Add permission check for CHECKPOINT. | Peter Eisentraut | |
| 2001-01-27 | in 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-27 | Update FAQ. | Bruce Momjian | |
| 2001-01-27 | Update FAQ. | Bruce Momjian | |
| 2001-01-26 | Clean up markup, add description of contrib/array operators by Joel Burton | Peter Eisentraut | |
| <jburton@scw.org>. | |||
| 2001-01-26 | Add some links from data type chapter to section on literal constants. | Peter Eisentraut | |
| 2001-01-24 | WAL documentation, from Oliver Elphick and Vadim Mikheev. | Peter Eisentraut | |
| 2001-01-24 | Update based on documentation written by Vadim Mikheev and Oliver Elphick. | Peter Eisentraut | |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
| 2001-01-24 | It looks Ok, but it has one unnecessary step. There is no need to do the "mv | Bruce 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 | |||
