| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
| |
proposal of 26-Aug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix misspelling of disbursion to dispersion.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
postgres.
|
|
|
|
|
| |
Use "generic functions" for math and other routines.
Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
|
|
|
|
| |
Add new pages for programming languages and tcl shells.
|
|
|
|
| |
ecpg reference page still needs formatting.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml
(the emacs parser) to handle parsing.
|
| |
|
|
postgres-ref.sgml is not yet marked up.
|