- 13 May, 2005 1 commit
-
-
Tom Lane authored
and add an example showing assignment of a password. Per suggestion from Jari Aalto (via Martin Pitt).
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 12 Sep, 2003 2 commits
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 17 Aug, 2003 1 commit
-
-
Bruce Momjian authored
spelling mistake in the PREPARE ref page (2) Makes some English more consistent, in the ref pages for some of the client apps (3) Adds a link to the libpq docs in the vacuumdb ref page. Neil Conway
-
- 06 Jun, 2003 1 commit
-
-
Bruce Momjian authored
-
- 26 May, 2003 1 commit
-
-
Bruce Momjian authored
modify passwords, per user confusion report. Also clean up wording that command line utils need database access.
-
- 24 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 18 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.)
-
- 13 Feb, 2003 1 commit
-
-
Bruce Momjian authored
makes a few editorial changes to the documentation. Neil Conway
-
- 11 Oct, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 21 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 10 Aug, 2002 1 commit
-
-
Peter Eisentraut authored
and database. In particular, make script wrappers understand the PGDATABASE environment variable.
-
- 28 Jul, 2002 1 commit
-
-
Peter Eisentraut authored
Add information about environment variables.
-
- 21 Apr, 2002 1 commit
-
-
Thomas G. Lockhart authored
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
-
- 13 Feb, 2002 1 commit
-
-
Tom Lane authored
was mentioned on the man page for the underlying CREATE USER command, but it should be explained here too.
-
- 20 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 08 Dec, 2001 1 commit
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- 28 Nov, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 03 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 26 Aug, 2001 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 2001 1 commit
-
-
Bruce Momjian authored
-
- 02 May, 2001 1 commit
-
-
Bruce Momjian authored
Echo the queries that createuser generates and sends to the backend. ^^^^^^^^^^ Frank Wegmann
-
- 13 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
etc.
-
- 25 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 22 Nov, 2000 1 commit
-
-
Bruce Momjian authored
-
- 13 Nov, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
leading slash to behave as a unix socket path.
-
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
-
- 11 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 27 Mar, 2000 1 commit
-
-
Thomas G. Lockhart authored
Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
-
- 12 Jan, 2000 1 commit
-
-
Peter Eisentraut 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 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 22 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- 06 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
-
- 29 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- 30 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 05 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
Haven't yet done cleardbdir, ipcclean, pg_passwd, and pg_upgrade. Add reference info for the SQL VACUUM command (oops, forgot it earlier).
-