aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
Commit message (Collapse)AuthorAge
...
* proof-readingPeter Eisentraut2001-11-28
|
* Further work on postmaster and postgres reference pages.Tom Lane2001-11-25
|
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
| | | | proposal of 26-Aug.
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
| | | | | | | | | | | | | | | | | | | | | Assign the fixed user id 1 to the user created by initdb. A stand-alone backend will always set the user id to 1. (Consequently, the name of that user is no longer important.) In stand-alone mode, the user id 1 will have implicit superuser status, to allow repairs even if there are no users defined. Print a warning message when starting in stand-alone mode when no users are defined. Disallow dropping the current user and session user. Granting/revoking superuser status also grants/revokes usecatupd. (Previously, it would never grant it back. This could lead to "deadlocks".) CREATE USER and CREATE GROUP will start allocating user ids at 100 (unless explicitly specified), to prevent accidental creation of a superuser (plus some room for future extensions).
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
|
* Tuning for docbook2man.Peter Eisentraut2001-03-17
|
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25
|
* Update and polish postmaster and postgres help output and man pages.Peter Eisentraut2000-11-14
|
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
| | | | Fix misspelling of disbursion to dispersion.
* spell cleanupsBruce Momjian2000-07-22
|
* More doc cleanupsBruce Momjian2000-07-21
|
* Clean up flagsBruce Momjian2000-07-21
|
* Fix postgres -A options flagsBruce Momjian2000-07-21
|
* Minor fixups for markup and wording.Thomas G. Lockhart2000-05-08
|
* Oops,I've forgotten to add an documentation about -P option ofHiroshi Inoue2000-05-03
| | | | postgres.
* Start updating for the v7.0 release.Thomas G. Lockhart2000-03-27
| | | | | Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
* Fix markup to allow clean man pages.Thomas G. Lockhart1999-08-06
| | | | Add new pages for programming languages and tcl shells.
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
| | | | ecpg reference page still needs formatting.
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
| | | | | | | No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
* Minor updates for release.Thomas G. Lockhart1999-06-14
| | | | | Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
* Markup fixes.Thomas G. Lockhart1999-05-27
|
* First copy from the man pages.Thomas G. Lockhart1999-05-26
postgres-ref.sgml is not yet marked up.