- 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
-