- Mar 02, 2002
-
-
Bruce Momjian authored
now just below FATAL in server_min_messages. Added more text to highlight ordering difference between it and client_min_messages. --------------------------------------------------------------------------- REALLYFATAL => PANIC STOP => PANIC New INFO level the prints to client by default New LOG level the prints to server log by default Cause VACUUM information to print only to the client NOTICE => INFO where purely information messages are sent DEBUG => LOG for purely server status messages DEBUG removed, kept as backward compatible DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1 added DebugLvl removed in favor of new DEBUG[1-5] symbols New server_min_messages GUC parameter with values: DEBUG[5-1], INFO, NOTICE, ERROR, LOG, FATAL, PANIC New client_min_messages GUC parameter with values: DEBUG[5-1], LOG, INFO, NOTICE, ERROR, FATAL, PANIC Server startup now logged with LOG instead of DEBUG Remove debug_level GUC parameter elog() numbers now start at 10 Add test to print error message if older elog() values are passed to elog() Bootstrap mode now has a -d that requires an argument, like postmaster
-
- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Nov 28, 2001
-
-
Peter Eisentraut authored
-
- Nov 25, 2001
-
-
Tom Lane authored
-
- Sep 27, 2001
-
-
Tom Lane authored
proposal of 26-Aug.
-
- Sep 08, 2001
-
-
Peter Eisentraut authored
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).
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- Mar 17, 2001
-
-
Peter Eisentraut authored
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-
- Nov 14, 2000
-
-
Peter Eisentraut authored
-
- Oct 05, 2000
-
-
Bruce Momjian authored
Fix misspelling of disbursion to dispersion.
-
- Jul 22, 2000
-
-
Bruce Momjian authored
-
- Jul 21, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 08, 2000
-
-
Thomas G. Lockhart authored
-
- May 03, 2000
-
-
Hiroshi Inoue authored
postgres.
-
- Mar 27, 2000
-
-
Thomas G. Lockhart authored
Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
-
- Aug 06, 1999
-
-
Thomas G. Lockhart authored
Add new pages for programming languages and tcl shells.
-
- Jul 22, 1999
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- Jul 06, 1999
-
-
Thomas G. Lockhart authored
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.
-
- Jun 14, 1999
-
-
Thomas G. Lockhart authored
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
-
- May 27, 1999
-
-
Thomas G. Lockhart authored
-
- May 26, 1999
-
-
Thomas G. Lockhart authored
postgres-ref.sgml is not yet marked up.
-
- May 22, 1999
-
-
Tom Lane authored
from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
-
- May 20, 1999
-
-
Tom Lane authored
-
- Mar 17, 1999
-
-
Bruce Momjian authored
-
- Feb 18, 1999
-
-
Bruce Momjian authored
-
- Aug 24, 1998
-
-
Bruce Momjian authored
-
- May 27, 1998
-
-
Bruce Momjian authored
-
- Jan 26, 1998
-
-
Marc G. Fournier authored
I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break.
-
- Jan 11, 1998
-
-
Bruce Momjian authored
-
- Oct 28, 1997
-
-
Bruce Momjian authored
-
- Sep 24, 1997
-
-
Bruce Momjian authored
-
- Aug 06, 1997
-
-
Bruce Momjian authored
-
- Jan 26, 1997
-
-
Marc G. Fournier authored
from a #define to a run-time option '-e' Man page was updated to reflect new option
-
- Dec 11, 1996
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 07, 1996
-
-
Bruce Momjian authored
-
- Nov 14, 1996
-
-
Marc G. Fournier authored
-