- 06 Apr, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
-
- 22 Mar, 1998 2 commits
-
-
Marc G. Fournier authored
variable that can be set in one place to affect everything...
-
Marc G. Fournier authored
From: Andreas Klemm <andreas@klemm.gtn.com>
-
- 16 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 25 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
seems that my last post didn't make it through. That's good since the diff itself didn't covered the renaming of pg_user.h to pg_shadow.h and it's new content. Here it's again. The complete regression test passwd with only some float diffs. createuser and destroyuser work. pg_shadow cannot be read by ordinary user.
-
- 23 Feb, 1998 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Modify psql so that it uses db_user instead of pg_user GRANT SELECT on pg_class
-
- 20 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 19 Feb, 1998 2 commits
-
-
Marc G. Fournier authored
Improved fix to pg_user/passwd problem...using rewrite rules
-
Bruce Momjian authored
-
- 30 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
o A new patch that contains the following changes: -- The pg_pwd file is now cached in the postmaster's memory. -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed by a backend. -- qsort() is used to sort loaded password entries, and bsearch() is is used to find entries in the pg_pwd cache. -- backends now copy the pg_user relation to pg_pwd.pid, and then rename the temp file to be pg_pwd. -- The delimiter for pg_pwd has been changed to a tab character.
-
- 04 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file
-
- 16 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 15 Nov, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 13 Nov, 1997 1 commit
-
-
Bruce Momjian authored
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
-
- 19 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
${DATADIR}. The file is left as pg_geqo.sample, since, unlike pg_hba.conf, it isn't a required file...but this way ppl know that its there, and that its where it is required, if they choose to use it
-
- 14 Jan, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Jan, 1997 1 commit
-
-
Bruce Momjian authored
At least the first two should be fixed before the final release of 6.0. 1) There is a mismatch between the type declared in the catalog for the input/output attributes of pg_type and the actual type of values stored in the table. The type of typinput, typoutput, typsend and typreceive are declared oid (26) while the values are regproc (24). The error was there also in previous versions but nobody noticed it until an Assert has been added in ExecEvalVar. The effect is that it is now impossible to replace the typoutput of existing data types with new procs. 2) The identd hba fails after the first time because the data read from the identd socket is not zero-terminated and strlen reports an incorrect length if the stack contains garbage, which usually happens after the first connection has been made. 3) The new initdb wants to create itself the data directory. This implies that the parent directory must be writable by postgres and this may not always be desirable. A better solution would be to allow the directory to be created by root and then filled by initdb. It would also nice to have some reasonable default for PGLIB and PGDATA like the previous version did. This applies also to the postmaster executable.
-
- 23 Dec, 1996 1 commit
-
-
Bryan Henderson authored
-
- 29 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 27 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 26 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 25 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 23 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 22 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 14 Nov, 1996 1 commit
-
-
Bryan Henderson authored
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
-
- 12 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-
- 05 Oct, 1996 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
with some versions of sh, and a bug in the master make file that causes it to issue the message "postgres has been built" at the wrong time. Submitted by: bryanh@giraffe.netgate.net (Bryan Henderson)
-
- 03 Oct, 1996 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Removed long-option names that used ${#} shell feature which was a compatability problem.
-
- 23 Sep, 1996 1 commit
-
-
Marc G. Fournier authored
way one creates a database system. Parts that were in "make install" are not either in "make all" or initdb. Nothing goes in the PGDATA directory besides user data. Creating multiple database systems is easier. In addition to applying the patch, it is necessary to move the file libpq/pg_hba to backend/libpq/pg_hba.sample. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
-
- 21 Sep, 1996 1 commit
-
-
Marc G. Fournier authored
Originally submitted by: ernst.molitor@uni-bonn.de resubmitted by: D'Arcy Cain
-
- 23 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
-
- 20 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-