- 16 Sep, 2006 1 commit
-
-
Bruce Momjian authored
-
- 21 Aug, 2006 1 commit
-
-
Tom Lane authored
entirely on older Windows platforms without the needed library function. Magnus Hagander
-
- 18 Jun, 2006 1 commit
-
-
Peter Eisentraut authored
symlink is kept for now for compatibility. To call single-user mode, use postgres --single.
-
- 16 Jun, 2006 1 commit
-
-
Bruce Momjian authored
Magnus Hagander
-
- 30 Apr, 2006 2 commits
-
-
Tom Lane authored
CONNECTION, fix a number of places that were missed (eg pg_dump support), avoid executing an extra search of pg_database during startup.
-
Bruce Momjian authored
Gevik Babakhani
-
- 10 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 04 Nov, 2005 1 commit
-
-
Peter Eisentraut authored
-
- 24 Oct, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
PQregisterThreadLock(). I also remove the crypt() mention in the libpq threading section and added a single sentence in the client-auth manual page under crypt(). Crypt authentication is so old now that a separate paragraph about it seemed unwise. I also added a comment about our use of locking around pqGetpwuid().
-
- 14 Aug, 2005 1 commit
-
-
Tom Lane authored
-
- 27 Jun, 2005 1 commit
-
-
Neil Conway authored
some security issues, and upstream has declared it "dead". Patch from Magnus Hagander, minor editorialization from Neil Conway.
-
- 21 Jun, 2005 1 commit
-
-
Tom Lane authored
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
-
- 04 Jun, 2005 1 commit
-
-
Bruce Momjian authored
Allow kerberos name and username case sensitivity to be specified from postgresql.conf. --------------------------------------------------------------------------- Here's an updated version of the patch, with the following changes: 1) No longer uses "service name" as "application version". It's instead hardcoded as "postgres". It could be argued that this part should be backpatched to 8.0, but it doesn't make a big difference until you can start changing it with GUC / connection parameters. This change only affects kerberos 5, not 4. 2) Now downcases kerberos usernames when the client is running on win32. 3) Adds guc option for "krb_caseins_users" to make the server ignore case mismatch which is required by some KDCs such as Active Directory. Off by default, per discussion with Tom. This change only affects kerberos 5, not 4. 4) Updated so it doesn't conflict with the rendevouz/bonjour patch already in ;-) Magnus Hagander
-
- 27 Apr, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Apr, 2005 1 commit
-
-
Bruce Momjian authored
Dick Davies.
-
- 22 Apr, 2005 1 commit
-
-
Bruce Momjian authored
-
- 21 Apr, 2005 1 commit
-
-
Bruce Momjian authored
-
- 09 Apr, 2005 1 commit
-
-
Bruce Momjian authored
we can put words in ulink and the URL will still be printed. per Peter
-
- 31 Mar, 2005 1 commit
-
-
Bruce Momjian authored
-
- 28 Jan, 2005 1 commit
-
-
Tom Lane authored
with Postgres.
-
- 23 Jan, 2005 1 commit
-
-
Bruce Momjian authored
Lowercase some uppercase tags so tools is more reliable at finding problems.
-
- 27 Dec, 2004 1 commit
-
-
Tom Lane authored
that is, files are sought in the same directory as the referencing file. Also allow absolute paths in @file constructs. Improve documentation to actually say what is allowed in an included file.
-
- 26 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 15 Nov, 2004 1 commit
-
-
Neil Conway authored
output.
-
- 10 Nov, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 26 Aug, 2004 1 commit
-
-
Bruce Momjian authored
CIDR column in examples first.
-
- 23 Mar, 2004 1 commit
-
-
Tom Lane authored
listen_addresses parameter, as per recent discussion. The default behavior is now to listen on localhost, which eliminates the need for the -i postmaster switch in many scenarios. Andrew Dunstan
-
- 09 Mar, 2004 1 commit
-
-
Neil Conway authored
where appropriate. Add "id" and "xreflabel" tags to the descriptions of the GUC variables to facilitate this. Also make a few minor docs cleanups.
-
- 26 Jan, 2004 1 commit
-
-
Bruce Momjian authored
-
- 13 Dec, 2003 1 commit
-
-
Neil Conway authored
improvement to the SSL auth docs.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 04 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 13 Sep, 2003 1 commit
-
-
Bruce Momjian authored
comments/examples in pg_hba.conf. This patch remedies that, adds a brief explanation of the connection types, and adds a missing period in the docs. Jon Jensen
-
- 12 Sep, 2003 1 commit
-
-
Tom Lane authored
-
- 05 Sep, 2003 1 commit
-
-
Tom Lane authored
that have IPv4-embedded-in-IPv6 addresses. Per idea of Andreas Pflug.
-
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 17 Aug, 2003 1 commit
-
-
Bruce Momjian authored
any use of CIDR masks - here's a patch that adds a couple of sample lines and associated comments. Andrew Dunstan
-
- 16 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-