postgresql/src/backend
Magnus Hagander 6f9192df61 Rename ident authentication over local connections to peer
This removes an overloading of two authentication options where
one is very secure (peer) and one is often insecure (ident). Peer
is also the name used in libpq from 9.1 to specify the same type
of authentication.

Also make initdb select peer for local connections when ident is
chosen, and ident for TCP connections when peer is chosen.

ident keyword in pg_hba.conf is still accepted and maps to peer
authentication.
2011-03-19 18:44:35 +01:00
..
access Remove bogus semicolons in recoveryPausesHere. 2011-03-18 08:09:09 -04:00
bootstrap Per-column collation support 2011-02-08 23:04:18 +02:00
catalog Split CollateClause into separate raw and analyzed node types. 2011-03-11 16:28:18 -05:00
commands Fix possible "tuple concurrently updated" error in ALTER TABLE. 2011-03-18 22:09:57 -04:00
executor Split CollateClause into separate raw and analyzed node types. 2011-03-11 16:28:18 -05:00
foreign Implement an API to let foreign-data wrappers actually be functional. 2011-02-20 00:18:14 -05:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Rename ident authentication over local connections to peer 2011-03-19 18:44:35 +01:00
main Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
nodes Split CollateClause into separate raw and analyzed node types. 2011-03-11 16:28:18 -05:00
optimizer Simplify list traversal logic in add_path(). 2011-03-13 12:57:14 -04:00
parser Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT. 2011-03-15 21:52:10 -04:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Be less detailed about reporting shared memory failure by avoiding the 2011-02-27 12:21:58 -05:00
postmaster Move synchronous_standbys_defined updates from WAL writer to BG writer. 2011-03-18 21:43:45 -04:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Move synchronous_standbys_defined updates from WAL writer to BG writer. 2011-03-18 21:43:45 -04:00
rewrite Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 2011-02-25 18:58:02 -05:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Minor sync rep corrections. 2011-03-10 14:57:02 -05:00
tcop Fix various possible problems with synchronous replication. 2011-03-17 13:12:21 -04:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
utils Raise maximum value of several timeout parameters 2011-03-17 20:19:51 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile replication/repl_gram.h needs to be cleaned too ... 2011-03-10 00:12:38 -05:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00