]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From: todd brandys <brandys@eng3.hep.uiuc.edu>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 4 Dec 1997 00:28:15 +0000 (00:28 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 4 Dec 1997 00:28:15 +0000 (00:28 +0000)
commit4c04f7724ed4b9aa798810f2cd016b6520a4f2a6
treef04eaeed04ad6f4314091828e03e7acafa548510
parent333323f304af75ee286367a7f84acc74ed16dd82
From: todd brandys <brandys@eng3.hep.uiuc.edu>

An extension to the code to allow for a pg_password authentication database
that is *seperate* from the system password file
19 files changed:
src/backend/commands/Makefile
src/backend/libpq/Makefile
src/backend/libpq/auth.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/postmaster/postmaster.c
src/backend/tcop/utility.c
src/bin/initdb/initdb.sh
src/bin/psql/psqlHelp.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_user.h
src/include/libpq/pqcomm.h
src/include/nodes/nodes.h
src/include/nodes/parsenodes.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-connect.h
src/interfaces/libpq/libpq-fe.h