- Mar 31, 2010
-
-
Heikki Linnakangas authored
"replication" are quoted in pg_hba.conf, they lose their special meaning.
-
- Mar 17, 2010
-
-
Peter Eisentraut authored
-
- Feb 20, 2010
-
-
Bruce Momjian authored
doc change.
-
Bruce Momjian authored
GSSAPI or Kerberos. Ian Turner
-
- Feb 03, 2010
-
-
Bruce Momjian authored
-
- Feb 02, 2010
-
-
Magnus Hagander authored
the server. Gets rid of a fairly ugly hack for Solaris, and also provides hostname and IPV6 support.
-
- Jan 27, 2010
-
-
Magnus Hagander authored
Noted by Thom Brown.
-
Magnus Hagander authored
-
- Jan 26, 2010
-
-
Peter Eisentraut authored
to make it easier to use with tabs.
-
- Jan 15, 2010
-
-
Heikki Linnakangas authored
This includes two new kinds of postmaster processes, walsenders and walreceiver. Walreceiver is responsible for connecting to the primary server and streaming WAL to disk, while walsender runs in the primary server and streams WAL from disk to the client. Documentation still needs work, but the basics are there. We will probably pull the replication section to a new chapter later on, as well as the sections describing file-based replication. But let's do that as a separate patch, so that it's easier to see what has been added/changed. This patch also adds a new section to the chapter about FE/BE protocol, documenting the protocol used by walsender/walreceivxer. Bump catalog version because of two new functions, pg_last_xlog_receive_location() and pg_last_xlog_replay_location(), for monitoring the progress of replication. Fujii Masao, with additional hacking by me
-
- Dec 12, 2009
-
-
Magnus Hagander authored
does a search for the user in the directory first, and then binds with the DN found for this user. This allows for LDAP logins in scenarios where the DN of the user cannot be determined simply by prefix and suffix, such as the case where different users are located in different containers. The old way of authentication can be significantly faster, so it's kept as an option. Robert Fleming and Magnus Hagander
-
- Oct 01, 2009
-
-
Tom Lane authored
by enumerating the machine's IP interfaces to look for a match. Stef Walter
-
- Jun 24, 2009
-
-
Magnus Hagander authored
-
- May 16, 2009
-
-
Tom Lane authored
-
- Apr 11, 2009
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Mar 22, 2009
-
-
Bruce Momjian authored
-
- Jan 09, 2009
-
-
Magnus Hagander authored
their GUCs. In passing, noted that the pg_hba options for krb5 authentication weren't listed at all - so add this.
-
- Jan 07, 2009
-
-
Magnus Hagander authored
to pass the full username@realm string to the authentication instead of just the username. This makes it possible to use pg_ident.conf to authenticate users from multiple realms as different database users.
-
Magnus Hagander authored
authentication options to be set in pg_hba.conf on a per-line basis, to override the defaults set in postgresql.conf.
-
- Jan 02, 2009
-
-
Magnus Hagander authored
documentation.
-
- Nov 28, 2008
-
-
Magnus Hagander authored
-
- Nov 20, 2008
-
-
Bruce Momjian authored
db_user_namespace is enabled. Also document this limitation.
-
Magnus Hagander authored
database (only for SSL connections, obviously).
-
- Nov 18, 2008
-
-
Peter Eisentraut authored
getpeerucred() function. Author: Garick Hamlin <ghamlin@isc.upenn.edu>
-
- Oct 28, 2008
-
-
Magnus Hagander authored
This breaks compatibility with pre-7.2 versions.
-
- Oct 23, 2008
-
-
Magnus Hagander authored
* make LDAP use this instead of the hacky previous method to specify the DN to bind as * make all auth options behave the same when they are not compiled into the server * rename "ident maps" to "user name maps", and support them for all auth methods that provide an external username This makes a backwards incompatible change in the format of pg_hba.conf for the ident, PAM and LDAP authentication methods.
-
- Sep 15, 2008
-
-
Magnus Hagander authored
-
Magnus Hagander authored
each connection. This makes it possible to catch errors in the pg_hba file when it's being reloaded, instead of silently reloading a broken file and failing only when a user tries to connect. This patch also makes the "sameuser" argument to ident authentication optional.
-
- Jan 05, 2008
-
-
Peter Eisentraut authored
-
- Dec 29, 2007
-
-
Bruce Momjian authored
non-root. Dhanaraj M
-
- Nov 14, 2007
-
-
Magnus Hagander authored
per discussions (a long time ago). Documentation only, we keep full support in the code.
-
- Nov 10, 2007
-
-
Bruce Momjian authored
-
- Nov 09, 2007
-
-
Magnus Hagander authored
to validate the realm of the connecting user. By default it's empty meaning no verification, which is the way Kerberos authentication has traditionally worked in PostgreSQL.
-
- Sep 14, 2007
-
-
Bruce Momjian authored
the problems non-root reading /etc/shadow.
-
- Jul 23, 2007
-
-
Magnus Hagander authored
against a Unix server, and Windows-specific server-side authentication using SSPI "negotiate" method (Kerberos or NTLM). Only builds properly with MSVC for now.
-
- Jul 18, 2007
-
-
Magnus Hagander authored
-
- Mar 24, 2007
-
-
Bruce Momjian authored
commas are often present in the URL. Backpatch to 8.2.X.
-
- Jan 31, 2007
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash". Also update two error messages mentioned in the documenation to match.
-
- Nov 23, 2006
-
-
Bruce Momjian authored
or queries over the network.
-