- 16 Sep, 2006 1 commit
-
-
Bruce Momjian authored
-
- 18 Jun, 2006 1 commit
-
-
Peter Eisentraut authored
symlink is kept for now for compatibility. To call single-user mode, use postgres --single.
-
- 10 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 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.
-
- 08 Jan, 2005 1 commit
-
-
Tom Lane authored
7.4 interactive docs.
-
- 17 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 29 Jun, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 12 Feb, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
On Mon, 2004-01-26 at 21:28, Peter Eisentraut wrote: > Christophe Combelles wrote: > > At the bottom of this doc file : > > file:///usr/share/doc/postgresql-doc/html/tutorial-createdb.html > > "and it also happens that that user always has permission" > > ---- x2 > The first "that" serves as a conjuction, the second one serves as an > article. Looks correct to me. A better workaround for the sentence would be something like: "and it also happens that the user always has permission" Looks easier to read, I think. Enver ALTIN (a.k.a. skyblue)
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 12 Sep, 2003 1 commit
-
-
Tom Lane authored
-
- 10 Aug, 2003 1 commit
-
-
Tom Lane authored
(doubtless these are hangovers from the old separate-books days).
-
- 24 Jun, 2003 1 commit
-
-
Bruce Momjian authored
with advocacy and 'portal' websites. Link to createdb / dropdb from the tutorial page about create / dropdb. A pair of notes were asking about more info... Rod Taylor
-
- 25 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- 19 Feb, 2003 1 commit
-
-
Bruce Momjian authored
- more work from the SGML police - some grammar improvements: rewriting a paragraph or two, replacing contractions where (IMHO) appropriate - fix missing utility commands in lock mode docs - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages Neil Conway
-
- 11 Nov, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 24 Oct, 2002 1 commit
-
-
Peter Eisentraut authored
statement.
-
- 20 Oct, 2002 1 commit
-
-
Tom Lane authored
Miscellaneous other copy-editing.
-
- 13 Aug, 2002 1 commit
-
-
Bruce Momjian authored
-
- 10 Aug, 2002 1 commit
-
-
Tom Lane authored
discussion. Also, cause the \timing command to display time in a format consistent with the backend's EXPLAIN ANALYZE output.
-
- 20 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 28 Nov, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 23 Nov, 2001 1 commit
-
-
Tom Lane authored
-
- 21 Nov, 2001 1 commit
-
-
Thomas G. Lockhart authored
Purge "Postgres" in favor of "PostgreSQL" in docs. ref/ not yet done.
-
- 19 Nov, 2001 1 commit
-
-
Tom Lane authored
Overall a really nice job here, Peter ...
-
- 02 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 15 Jul, 2001 1 commit
-
-
Peter Eisentraut authored
accordingly.
-
- 30 Nov, 2000 1 commit
-
-
Tom Lane authored
I hope all the dust has settled out now ...
-
- 13 Nov, 2000 1 commit
-
-
Bruce Momjian authored
hosting product, on both shared and dedicated machines. We currently offer Oracle and MySQL, and it would be a nice middle-ground. However, as shipped, PostgreSQL lacks the following features we need that MySQL has: 1. The ability to listen only on a particular IP address. Each hosting customer has their own IP address, on which all of their servers (http, ftp, real media, etc.) run. 2. The ability to place the Unix-domain socket in a mode 700 directory. This allows us to automatically create an empty database, with an empty DBA password, for new or upgrading customers without having to interactively set a DBA password and communicate it to (or from) the customer. This in turn cuts down our install and upgrade times. 3. The ability to connect to the Unix-domain socket from within a change-rooted environment. We run CGI programs chrooted to the user's home directory, which is another reason why we need to be able to specify where the Unix-domain socket is, instead of /tmp. 4. The ability to, if run as root, open a pid file in /var/run as root, and then setuid to the desired user. (mysqld -u can almost do this; I had to patch it, too). The patch below fixes problem 1-3. I plan to address #4, also, but haven't done so yet. These diffs are big enough that they should give the PG development team something to think about in the meantime :-) Also, I'm about to leave for 2 weeks' vacation, so I thought I'd get out what I have, which works (for the problems it tackles), now. With these changes, we can set up and run PostgreSQL with scripts the same way we can with apache or proftpd or mysql. In summary, this patch makes the following enhancements: 1. Adds an environment variable PGUNIXSOCKET, analogous to MYSQL_UNIX_PORT, and command line options -k --unix-socket to the relevant programs. 2. Adds a -h option to postmaster to set the hostname or IP address to listen on instead of the default INADDR_ANY. 3. Extends some library interfaces to support the above. 4. Fixes a few memory leaks in PQconnectdb(). The default behavior is unchanged from stock 7.0.2; if you don't use any of these new features, they don't change the operation. David J. MacKenzie
-
- 29 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
names for the HTML files (e.g., not x4856.htm).
-
- 18 May, 2000 1 commit
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- 02 May, 2000 1 commit
-
-
Thomas G. Lockhart authored
-
- 07 Apr, 2000 1 commit
-
-
Thomas G. Lockhart authored
General cleanup for 7.0.
-
- 31 Mar, 2000 1 commit
-
-
Thomas G. Lockhart authored
-
- 07 Dec, 1999 1 commit
-
-
Bruce Momjian authored
against the sources from one hour ago and contain all the portable and up to date stuff. A few other CVS "householding" things you might want to take care of: * Remove the src/bin/cleardbdir directory * Remove the file src/bin/psql/sql_help.h from the repository, as it is a derived file and is build by the release_prep. Peter Eisentraut
-
- 04 Oct, 1999 1 commit
-
-
Thomas G. Lockhart authored
A few other changes, but I forget what :(
-
- 04 May, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 07 Jan, 1999 1 commit
-
-
Thomas G. Lockhart authored
Use a <citetitle> rather than <xref> when referring to libpq since that chapter is not included in the tutorial.
-
- 21 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 17 Oct, 1998 1 commit
-
-
Tom Lane authored
-